I'm trying the Eclipse generator for the first time since loading 2.8. When I generate using "NMake Makefiles", I can run "nmake" and everything builds correctly using x86. When I use generator "Eclipse CDT4 - NMake Makefiles", I get an environment I can successfully import into eclipse. When I try to build, I get this error:
: fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'x64' I'm not sure where it's picking up this /machine:x64 argument in the build. Did the generator mis-detect my machine type? -- Shane Dixon Linux Engineer Atmel Corporation _______________________________________________ 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