From: David B. <dbr...@st...> - 2011-03-01 03:49:09
|
Hi, I was able to generate project files for Visual Studio 2010 with CMake and am able to build the ompl project, but when I try to build assimp (which I do not have installed otherwise) I get a bunch of errors that look like this: 1>C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdint.h(19): error C2371: 'int32_t' : redefinition; different basic types [C:\Program Files\omplapp-0.9.2-Source\assimp-prefix\src\assimp-build\code\assimp.vcxproj] 1> 1> c:\program files\omplapp-0.9.2-source\assimp-prefix\src\assimp\code\pstdint.h(410) : see declaration of 'int32_t' 1> 1>C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdint.h(23): error C2371: 'uint32_t' : redefinition; different basic types [C:\Program Files\omplapp-0.9.2-Source\assimp-prefix\src\assimp-build\code\assimp.vcxproj] 1> 1> c:\program files\omplapp-0.9.2-source\assimp-prefix\src\assimp\code\pstdint.h(380) : see declaration of 'uint32_t' ... It seems there is a conflict between the definitions in stdint.h provided by Visual Studio and pstdint.h in assimp. How could I get around this? Thanks, David -- David Breeden AI Software Engineer Stottler Henke Associates, Inc. www.StottlerHenke.com |