Featured post
boost for windows, first time use -
i downloaded boost 1_45_0 windows. have vc++6 installed on windows 7 64bit pc. in windows introduction, i'm told try compile small lambda program.
placed boost in root of c:, have c:\boost\boost_1_45_0. added "c:\boost\boost_1_45_0" "include" environment variable in windows advanced system settings
what else need before c
when try compile @ command prompt, following: c:\test\boost>cl /ehsc /i c:\boost\boost_1_45_0 boost.cpp microsoft (r) 32-bit c/c++ optimizing compiler version 12.00.8804 80x86 copyright (c) microsoft corp 1984-1998. rights reserved.
boost.cpp c:\boost\boost_1_45_0\boost/config/suffix.hpp(596) : error c2039: 'typeinfo' : s not member of '`global namespace'' c:\boost\boost_1_45_0\boost/config/suffix.hpp(596) : error c2873: 'typeinfo' : s ymbol cannot used in using-declaration c:\boost\boost_1_45_0\boost/mpl/aux_/yes_no.hpp(56) : fatal error c1506: unrecov erable block scoping error
you using compiler 12 years old, , boost doesn't support it. you'll need vs.net 2003 @ minimum, i'd recommend vs2008 or vs2010. there free 'express' version of vs2010. unless have very specific need use vc++6 ditch now.
- Get link
- X
- Other Apps
Comments
Post a Comment