www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript

c++ - Boost libraries build problem

Is there way to build Boost libraries v1.33.1 with DMC v8.49 without 
STLport?

I tried with:
bjam -sDMC_ROOT=c:\dmc -sTOOLS=dmc --without-python -q

This caused "Fatal error: unable to open input file 'utility'" as follows:

******************************************************
Building Boost.Iostreams with bzip2 support disabled.
To enable bzip2, consult the Boost.Iostreams documentation
******************************************************
******************************************************
Building Boost.Iostreams with zlib and gzip support disabled.
To enable zlib and gzip, consult the Boost.Iostreams documentation
******************************************************
Building Boost.Regex with the optional Unicode/ICU support disabled.
Please refer to the Boost.Regex documentation for more information
(and if you don't know what ICU is then you probably don't need it).
...found 10661 targets...
...updating 1512 targets...
dmc-C++-action 
bin\boost\libs\date_time\build\boost_date_time.dll\dmc\debug\greg
_month.obj
Fatal error: unable to open input file 'utility'
--- errorlevel 1

     "c:\dmc\bin\dmc" -cpp -c -DBOOST_ALL_DYN_LINK=1 
-DUSE_DATE_TIME_PRE_1_33_FAC
ET_IO -g -S -o+none -Ae -Ar -ND -I"bin\boost\libs\date_time\build" 
-I"c:\dmc\inc
lude" -I"X:" 
-o"bin\boost\libs\date_time\build\boost_date_time.dll\dmc\debug\gre
g_month.obj" "X:\libs\date_time\build\../src/gregorian/greg_month.cpp"

...failed dmc-C++-action 
bin\boost\libs\date_time\build\boost_date_time.dll\dmc\
debug\greg_month.obj...
...failed updating 1 target...

Thanks,
Brian
Oct 25 2006