Hi, I have another problem with building x86_64 on 64 bit Windows 7. I set CMAKE_CL_64 to true in cmake-gui, and and set the VS2008 config to x64 (`New' platform adapted from WIN32). However, I get this during the build:
1>------ Build started: Project: libopen-pal, Configuration: Debug x64 ------ 1>Linking... 1>.\x64\Debug\keyval_lex.obj : fatal error LNK1112: module machine type 'x64' conflicts with target machine type 'X86' 1>Build log was saved at "file://c:\cygwin\home\mdaniels\build\ompi-trunk-cmake\opal\x64\Debug\BuildLog.htm" 1>libopen-pal - 1 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== It's not obvious where X86 enters the picture.. Marcus