Boost logo

Boost-Build :

Subject: Re: [Boost-build] [build] error... configure-really
From: Andy Schweitzer (a.schweitzer.grps_at_[hidden])
Date: 2009-05-23 21:58:23


Steven Watanabe wrote:
> AMDG
>
>
> How are you configuring msvc in user-config.jam?
> Do you have the Express edition of the compiler installed? (if so, you
> need to use msvc-9.0express instead of msvc-9.0)
> I thought that this problem had been dealt with, but apparently not.
>
> In Christ,
> Steven Watanabe

I'm trying to build for CE. Was working fine, various builds ran,
succeeded or failed consistently based on compiler issues. Then added
variant=release,debug to command line... and now I can't seem to make
bjam recover, even with old commands, restarting DOS prompts, rebooting
machine etc...

command line is:

user-config.jam has the following, copied from VeecoFTC:

using msvc : 8.0~stlport5.2 :
     "C:/Program Files/Microsoft Visual Studio 8/VC/bin/cl.exe" :
     <compileflags>-D_CRT_SECURE_NO_WARNINGS
     <compileflags>-DBOOST_PROTO_MAX_ARITY=10
     <compileflags>-DBOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
     <compileflags>-DBOOST_MPL_LIMIT_METAFUNCTION_ARITY=10
     <setup>"C:/nan/stl/STLport-5.2.1/evc8.bat"
;

using msvc : 8.0~wm5~stlport5.2 :
     "C:/Program Files/Microsoft Visual Studio 8/VC/bin/cl.exe" :
     <compileflags>-D_CRT_SECURE_NO_WARNINGS
     <compileflags>-DBOOST_PROTO_MAX_ARITY=10
     <compileflags>-DBOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
     <compileflags>-DBOOST_MPL_LIMIT_METAFUNCTION_ARITY=10
     <compileflags>-D_WIN32_WCE=0x501
     <compileflags>-DUNDER_CE
     #removed
     #<compileflags>-DWIN32_WCE_PSPC
     <compileflags>-DWINCE
     <compileflags>-DARM
     <compileflags>-D_ARM_
     <compileflags>-D_UNICODE
     <compileflags>-DUNICODE
     <compileflags>-DARMV4I
     #added
     <compileflags>-I"C:/nan/stl/STLPort-5.2.1/stlport"
     <compileflags>-D_LITTLE_ENDIAN
     <linkflags>/subsystem:windowsce,5.01
     <linkflags>/machine:THUMB
     <linkflags>/NODEFAULTLIB:oldnames.lib
     <linkflags>/NODEFAULTLIB:libc.lib
     <linkflags>/STACK:262144,4096
     <linkflags>coredll.lib
     <linkflags>corelibc.lib
     <linkflags>ole32.lib
     <linkflags>oleaut32.lib
     <linkflags>uuid.lib
     <linkflags>commctrl.lib
     <setup>"C:/nan/stl/STLport-5.2.1/evc8.bat"
;

using stlport : 5.2~evc8~arm :
     C:/nan/stl/STLport-5.2.1/stlport
     C:/nan/stl/STLport-5.2.1/lib/evc8-arm
C:/nan/stl/STLport-5.2.1/bin/evc8-arm ;

using stlport : 5.2~vc8~arm :
     C:/nan/stl/STLport-5.2.1/stlport
     C:/nan/stl/STLport-5.2.1/lib/evc8-arm
C:/nan/stl/STLport-5.2.1/bin/evc8-arm ;

using msvc : 9.0~stlport5.2 :
     "C:/Program Files/Microsoft Visual Studio 9.0/VC/bin/cl.exe" :
     <compileflags>-D_CRT_SECURE_NO_WARNINGS
     <compileflags>-DBOOST_PROTO_MAX_ARITY=10
     <compileflags>-DBOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
     <compileflags>-DBOOST_MPL_LIMIT_METAFUNCTION_ARITY=10
     <setup>"C:/nan/stl/STLport-5.2.1/evc9.bat"
;

thanks

Andy

>
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost-build
>


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk