Boost logo

Boost Users :

From: John Maddock (john_maddock_at_[hidden])
Date: 2002-02-23 07:26:53


>I have succesfully built the regex library
>under msvc6sp5, using the vc6-sltport.mak file.
>
>But I notice that the compiler gives me warnings
>relating to the microsoft stl include directories:
>
>example: vc98\include\iterator: blah blah blah

Then you aren't compiling / linking to STLport

>Should it not be linking to the stlport include files?

Yes. Did you either

* update your INCLUDE and LIB environment variables to point to STLport.
or
* invoke the makefile using something like:
 nmake CXXFLAGS="-Ic:\STLport-4.5.1\stlport" -fvc6-stlport.mak

- John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net