[1.34.0] VC8 Express Compilation
Hi all! I have a question, does someone know how the build script finds out where the Platform SDK is installed? Visual C++ Express Edition does not come bundled with a platform SDK, so it must be installed separately (MS setup does not offer to install it under Visual C++ dir) and in my case I get some errors when compiling the threading library. Should I explicitly specify include directories for the Platform SDK in the bjam command line? Many thanks, Ovanes
I don't have Express installed (I've got the Professional version) but I think the answer to your question is that you want to add the appropriate include directories to your INCLUDE and LIBPATH environmental variables.
If you registered the environmental variables with the system then you can goto "My Computer", right-click, Properties, Advanced tab, Environmental Variables button. You should see the two variables in the lower portion of the dialog - though they may be in the upper as well.
Alternatively, you can edit the "vcvars32.bat" file that is called when you open the "Visual Studio 2005 Command Prompt" to insert the appropriate entries for these two values.
Here's a link from this forum from about a year ago:
http://thread.gmane.org/gmane.comp.lib.boost.user/17574/focus=17576
Combined with the replies to it should clear up your questions and get you on your way.
HTH,
- Chris
"Ovanes Markarian"
Setting INCLUDE and LIBPATH environment variables helped.
Many thanks!
Von: Christopher Woods [mailto:cwoods_eol@yahoo.com]
Gesendet: Dienstag, 15. Mai 2007 00:26
An: boost-users@lists.boost.org
Betreff: Re: [Boost-users] [1.34.0] VC8 Express Compilation
I don't have Express installed (I've got the Professional version) but I
think the answer to your question is that you want to add the appropriate
include directories to your INCLUDE and LIBPATH environmental variables.
If you registered the environmental variables with the system then you can
goto "My Computer", right-click, Properties, Advanced tab, Environmental
Variables button. You should see the two variables in the lower portion of
the dialog - though they may be in the upper as well.
Alternatively, you can edit the "vcvars32.bat" file that is called when you
open the "Visual Studio 2005 Command Prompt" to insert the appropriate
entries for these two values.
Here's a link from this forum from about a year ago:
http://thread.gmane.org/gmane.comp.lib.boost.user/17574/focus=17576
Combined with the replies to it should clear up your questions and get you
on your way.
HTH,
- Chris
"Ovanes Markarian"
participants (2)
-
Christopher Woods
-
Ovanes Markarian