Studying Working Draft of C++0x (n2798), I am waiting for implementations based on the C++0x standard.
2008/12/08
Boost 1.37 installed
Boost 1.37 installed
bjam --toolset=msvc-7.1 link=static,shared release debug stageThis method is same as the installation of Boost 1.36.
But, I encountered a trouble on VC7.1. The VC7.1 says
"fatal error C1055: compiler limit : out of keys"in boost's source.
This result, I turn off /GM (edit continue) and change programming databese from /ZI to /Zi.
I maybe use VC9, as the VC9 has not been bad nowadays. I feel that VC9 is same good or better than VC7.1sp1 or VC8sp1.
Subscribe to:
Comments (Atom)
How to set parameters to debugging program on Visual Studio 2019 with CMake
Solution: MSDN Sometimes the "Debug and Launch Settings for CMake" bottun is disabled. In this case, change to the target view. ...
-
Enterprise Architect(EA) is a UML tool by SSJ, which supports UML 2.1 since EA version 6.5. Now, I use the tool for UML 2.0 and does not che...
-
sc create svnserve binPath= "\"C:\Program Files\subversion\bin\svnserve.exe\" --service --listen-host=0.0.0.0 --root c:\svnro...
-
Multicharacter Literal is defined at 2.13.2 Character Literals of ISO/IEC14882:2003. The multicharacter literal contains more than one c-ch...