$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2006-03-27 10:38:42
> * Where should STLPORT_PATH should point to. I have set it to
>
> C:\STLport where STLport contains directories such as "STLport-4.5.3"
> etc. Is that correct?
Nope, for the makesfile set it to the directory containing the specific
STLport version you want to build against - it should have a subdirectory
called "stlport" containing all the std lib headers. So probably:
SET STLPORT_PATH=C:\STLport\STLport-4.5.3
would do the trick.
HTH, John Maddock.