[sldev] Compiling successfully with VC++ 2008 Express

Michael Schlenker schlenk at uni-oldenburg.de
Mon Jun 1 04:01:49 PDT 2009


Am 01.06.2009 um 11:52 schrieb Tillie Ariantho:

> jodiah at my-webhome.com wrote:
>
>> Before I attempted to compile, I updated cmake, python, Cygwin,  
>> Windows Platform
>> SDK, DirectX SDK, and Boost Libraries as outlined below:
>
> 1. When executing Run "boost_1_34_1\tools\jam\build_dist.bat" I get:
>
> X:\SecondLife\dev\deps\boost_1_34_1\tools\jam\src>cl /nologo /GZ / 
> Zi /MLd -DNT -DYYDEBUG kernel32.lib advapi32.lib user32.lib /Feboo
> tstrap\jam0  command.c compile.c debug.c execnt.c expand.c filent.c  
> glob.c hash.c hdrmacro.c headers.c jam.c jambase.c jamgram.c lis
> ts.c make.c make1.c newstr.c option.c parse.c pathunix.c regexp.c  
> rules.c scan.c search.c subst.c timestamp.c variable.c modules.c s
> trings.c filesys.c builtins.c pwd.c class.c w32_getreg.c native.c  
> modules/set.c modules/path.c modules/regex.c  modules/property-set
> .c modules/sequence.c modules/order.c
> 'cl' is not recognized as an internal or external command,
> operable program or batch file.
>
> Where belongs cl to? cygwin, cmake? I can't find it anywhere.
>
cl is microsofts VC compiler, you should put it in your PATH so it  
gets found, usually by running some vcvars32.bat file first.

Michael


More information about the SLDev mailing list