Michael Jackson wrote:
501:[mjack...@ferb:~]$ cd Desktop/ 502:[mjack...@ferb:Desktop]$ mkdir Test 503:[mjack...@ferb:Desktop]$ cd Test; mkdir Build; cd Build 509:[mjack...@ferb:Build]$ cmake ../ -- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- CMAKE_SIZEOF_VOID_P: 4 <============ THIS IS WRONG FOR X64 builds -- Configuring done
I don't believe it. That is either a bug, or you don't really have a 64 bit build. When you run make on that project does it produce 32 or 64 bit binaries?
-Bill _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake