Urho3D/Source
Romain Tartière 4709a003cd Fix build with FreeBSD clang version 6.0.1 (#2461)
[ 53%] Building CXX object Source/Urho3D/CMakeFiles/Urho3D.dir/Core/ProcessUtils.cpp.o
In file included from /home/romain/Projects/Urho3D/Source/Urho3D/Core/ProcessUtils.cpp:41:
In file included from /home/romain/Projects/Urho3D/build/include/Urho3D/ThirdParty/LibCpuId/libcpuid.h:88:
/home/romain/Projects/Urho3D/build/include/Urho3D/ThirdParty/LibCpuId/libcpuid_types.h:61:29: error: typedef redefinition with different types ('long long' vs '__int64_t' (aka 'long'))
        typedef signed long long   int64_t;
                                   ^
/usr/include/sys/_stdint.h:51:20: note: previous definition is here
typedef __int64_t               int64_t;
                                ^
In file included from /home/romain/Projects/Urho3D/Source/Urho3D/Core/ProcessUtils.cpp:41:
In file included from /home/romain/Projects/Urho3D/build/include/Urho3D/ThirdParty/LibCpuId/libcpuid.h:88:
/home/romain/Projects/Urho3D/build/include/Urho3D/ThirdParty/LibCpuId/libcpuid_types.h:62:29: error: typedef redefinition with different types
      ('unsigned long long' vs '__uint64_t' (aka 'unsigned long'))
        typedef unsigned long long uint64_t;
                                   ^
/usr/include/sys/endian.h:54:20: note: previous definition is here
typedef __uint64_t      uint64_t;
                        ^
2 errors generated.
2019-07-22 09:42:50 +03:00
..
Clang-Tools Travis CI: bump copyright to 2019. 2019-01-12 01:00:16 +00:00
Extras Travis CI: bump copyright to 2019. 2019-01-12 01:00:16 +00:00
Samples localization JSON file now supports simple key-value structure (#2359) 2019-02-16 14:42:01 +02:00
ThirdParty Fixes #2452 (#2455) 2019-07-22 09:37:47 +03:00
Tools Travis CI: bump copyright to 2019. 2019-01-12 01:00:16 +00:00
Urho3D Fix build with FreeBSD clang version 6.0.1 (#2461) 2019-07-22 09:42:50 +03:00
CMakeLists.txt Travis CI: bump copyright to 2019. 2019-01-12 01:00:16 +00:00