On Tue, Aug 31, 2010 at 12:17 PM, John Drescher <[email protected]> wrote: > On Tue, Aug 31, 2010 at 12:01 PM, U.W. Mechatronics Lab > <[email protected]> wrote: >> I am having trouble getting any return value from CMAKE_SIZEOF_VOID_P on one >> particular Win7x64 machine. If I check out my tree on a different Win7x64 >> machine it seems to properly return a value of 8. I’m looking for a way of >> debugging why it doesn’t seem to be returning a value. I’m currently using >> cmake-2.8.0-win32-x86 as that is checked into our build tree and being >> executed out of that tree. >> >> > > Are you launching cmake from a 64 bit visual studio (2005, 2008, 2010) > command prompt? > > If not try that. >
Also I would use the latest cmake 2.8.2 instead of 2.8.0. There were a few bugs in the initial 2.8.0 version fixed. John _______________________________________________ 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
