Re: [Cppcms-users] Build trunk version on windows [nmake]
Brought to you by:
artyom-beilis
From: Artyom <art...@ya...> - 2011-03-26 08:47:32
|
Actually it is very strange as I have never seen such error. > thread_win6.cpp > Linking CXX shared library booster.dll > LINK : fatal error LNK1146: no argument specified with option '/machine:' > LINK failed. with 1146 > NMAKE : fatal error U1077: '"C:\Program Files (x86)\CMake > 2.8\bin\cmake.exe"' : > return code '0xffffffff' > Stop. > NMAKE : fatal error U1077: '"c:\Program Files (x86)\Microsoft Visual Studio > 9.0\ > VC\BIN\nmake.exe"' : return code '0x2' > Stop. > NMAKE : fatal error U1077: '"c:\Program Files (x86)\Microsoft Visual Studio > 9.0\ > VC\BIN\nmake.exe"' : return code '0x2' > Stop. > According to google I had found this thread: http://comments.gmane.org/gmane.comp.programming.tools.cmake.user/29126 Probably you should remove all build directory content and try to rerun cmake + nmake from the scratch. Make sre you open MSVC Command line envrionment (Programs -> Visual Studio -> Command Line Prompt) Something like that Also you may download 0.99.7 it is same as trunk. Artyom |