Advertisement
Guest User

Untitled

a guest
Apr 12th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. [ 2%] Building CXX object external/RadixEngine/external/vhacd-lib/CMakeFiles/VHACD_LIB.dir/src/btAlignedAllocator.cpp.obj
  2. \glPortal\external\RadixEngine\external\vhacd-lib\src\btAlignedAllocator.cpp: In function 'void* btAlignedAllocDefault(size_t, int)':
  3.  
  4. \glPortal\external\RadixEngine\external\vhacd-lib\src\btAlignedAllocator.cpp:69:64: error: cast from 'char*' to 'long unsigned int' loses precision [-fpermissive]
  5. offset = (alignment - (unsigned long)(real + sizeof(void *))) & (alignment-1);
  6. ^
  7. mingw32-make.exe[3]: *** [external\RadixEngine\external\vhacd-lib\CMakeFiles\VHACD_LIB.dir\build.make:88: external/RadixEngine/external/vhacd-lib/CMakeFiles/VHACD_LIB.dir/src/btAlignedAllocator.cpp.obj] Error 1
  8. mingw32-make.exe[2]: *** [CMakeFiles\Makefile2:303: external/RadixEngine/external/vhacd-lib/CMakeFiles/VHACD_LIB.dir/all] Error 2
  9. mingw32-make.exe[2]: *** Waiting for unfinished jobs....
  10. [ 46%] Built target GWEN
  11. mingw32-make.exe[1]: *** [CMakeFiles\Makefile2:467: external/RadixEngine/tests/CMakeFiles/tests.dir/rule] Error 2
  12. mingw32-make.exe: *** [Makefile:252: tests] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement