$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Markus Schoepflin (markus.schoepflin_at_[hidden])
Date: 2001-10-23 06:11:03
--- In boost_at_y..., Markus Schöpflin <markus.schoepflin_at_g...> wrote:
[snip]
> 
> Problems:
> 
> - STDHDRS is not set correctly. It just contains the STLport 
include path and no sign of the system include path. :-( The same 
goes for STDLIBPATH.
> 
>     cl  /Zm400 -nologo -GX -c -U__STL_NO_SGI_IOSTREAMS  -
D__STL_DEBUG=1 -
D__STL_DEBUG_UNINITIALIZED=1  /Zi /Od /Ob0 /GX /GR /MDd   -
I"./build" -I"."  -I"C:\src\STLport-4.0\stlport"  -
Fo"./build\bin\test\msvc-stlport\debug\runtime-link-dynamic\stlport-
iostream-on\stlport-version-4.0\test.obj"  -Tp"test.cpp" 
> 
Ok, my fault. I didn't set up my environment correctly. I have now a 
new version of the file which should work. Can't test it right now.
Where should I put the new file? Post it here?
Markus