Re: [Cppcms-users] Some compilation errors when trying to build cppCms
Brought to you by:
artyom-beilis
From: Artyom B. <art...@ya...> - 2012-02-21 13:50:34
|
> From: Vizcayno <viz...@gm...> > [ 3%] Building CXX object > booster/CMakeFiles/booster.dir/lib/aio/src/reactor.cp > p.obj > reactor.cpp > c:\apps\instapps\cppcms\booster\lib\aio\src\reactor.cpp(710) > : fatal error > C1001 > : An internal error has occurred in the compiler. > (compiler file > 'f:\dd\vctools\compiler\utc\src\p2\main.c > [0x6CC138D3:0x00000008]' > , line 183) > To work around this problem, try simplifying or changing the program near the > l > ocations listed above. > Please choose the Technical Support command on the Visual C++ > Help menu, or open the Technical Support help file for more information > Internal Compiler Error in > c:\PROGRA~2\MICROS~2.0\VC\bin\cl.exe. You will be > pr > ompted to send an error report to Microsoft later. > NMAKE : fatal error U1077: > 'c:\PROGRA~2\MICROS~2.0\VC\bin\cl.exe' : return code > '0x1' > Stop. OMG o_O, I hadn't expected such thing... Start from there: http://msdn.microsoft.com/en-us/library/y19zxzb2.aspx I'd suggest first of all try to build the library as "RelWithDebInfo" instead of Release. It is fully optimized version that uses release run-time but comes with debug information. It is actually recommended build configuration. Tell me if it builds or not. If it works I'll try to reproduce the problem on my PC. I don't know if I'll be able to as I don't have 64 bit MSVC10. Only 32 bit. Small note try to "play" with the flags... You can find CMAKE_CXX_FLAGS_RELEASE Variable in CMakeCache.txt try to change it. And see if there is a particular flags that causes the problem Best Regards and update me on what happens. Artyom |