Am 01.06.2009 um 11:52 schrieb Tillie Ariantho: > [email protected] 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 _______________________________________________ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/SLDev Please read the policies before posting to keep unmoderated posting privileges
