Alguien ha podido compilar TDolphing con msys64/cLang a 64 Bits.. me marca algunos errores y no logro crear la libreria
- Harbour 3.4.0dev () (2017-12-20 13:40)
Copyright (c) 1999-2017, https://github.com/vszakats/harbour-core/
Compiling 'E:\ToolsDeveloper\tdolphin\source\prg\tdolpexp.prg'...
Lines 1201, Functions/Procedures 0
Generating C source output to 'C:\Users\gabri\AppData\Local\Temp\hbmk_yrcheq.dir\tdolpexp.c'... Done.
Compiling 'E:\ToolsDeveloper\tdolphin\source\prg\tdolpqry.prg'...
Lines 3369, Functions/Procedures 45
Generating C source output to 'C:\Users\gabri\AppData\Local\Temp\hbmk_yrcheq.dir\tdolpqry.c'... Done.
Compiling 'E:\ToolsDeveloper\tdolphin\source\prg\tdolpsrv.prg'...
Lines 4438, Functions/Procedures 86
Generating C source output to 'C:\Users\gabri\AppData\Local\Temp\hbmk_yrcheq.dir\tdolpsrv.c'... Done.
clang++.exe: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecate]
clang++.exe: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecate]
clang++.exe: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecate]
clang++.exe: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecate]
clang++.exe: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecate]
clang++.exe: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecate]
clang++.exe: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecate]
In file included from C:\Users\gabri\AppData\Local\Temp\hbmk_yrcheq.dir\tdolpqry.c:3:
In file included from E:\ToolsDeveloper\harbour-core-3.4.0\include\hbvmpub.h:50:
E:\ToolsDeveloper\harbour-core-3.4.0\include/hbdefs.h:159:22: warning: 'long long' is a C++11 extension
[-Wc++11-long-long]
typedef signed long long HB_LONGLONG;
^
E:\ToolsDeveloper\harbour-core-3.4.0\include/hbdefs.h:160:24: warning: 'long long' is a C++11 extension
[-Wc++11-long-long]
typedef unsigned long long HB_ULONGLONG;
^
E:\ToolsDeveloper\harbour-core-3.4.0\include/hbdefs.h:528:7: warning: 'long long' is a C++11 extension
[-Wc++11-long-long]
# if HB_VMLONG_MAX > HB_LL( 9999999999 )
^
E:\ToolsDeveloper\harbour-core-3.4.0\include/hbdefs.h:444:34: note: expanded from macro 'HB_VMLONG_MAX'
# define HB_VMLONG_MAX LONGLONG_MAX
^
E:\ToolsDeveloper\harbour-core-3.4.0\include/hbdefs.h:176:37: note: expanded from macro 'LONGLONG_MAX'
#define LONGLONG_MAX _I64_MAX
^
E:\msys64\mingw32\i686-w64-mingw32\include\limits.h:71:18: note: expanded from macro '_I64_MAX'
#define _I64_MAX 9223372036854775807ll
^
In file included from C:\Users\gabri\AppData\Local\Temp\hbmk_yrcheq.dir\tdolpqry.c:3:
In file included from E:\ToolsDeveloper\harbour-core-3.4.0\include\hbvmpub.h:50:
E:\ToolsDeveloper\harbour-core-3.4.0\include/hbdefs.h:528:23: warning: 'long long' is a C++11 extension
Gabriel Ornelas