Hi!
I think between my web searches and experimentation/debugging, I've spent in excess 10-12 hours trying to solve this problem, so any help that can be given would be great.
Here is the relevant section of my user-config.jam file:
# MSVC configuration
# Configure msvc (default version, searched in standard location
# and PATH).
using msvc : 8.0 : "C:/Program Files/Microsoft Visual Studio 8/VC/bin/cl.exe" : stdlib=stlport ;
# Borland configuration
# using borland ;
# STLPort configuration
# Configure, specifying location of STLPort headers.
# Libraries must be either not needed, or available to
# the compiler by default
using stlport : 5.1.5 : C:/STLport_5_1_5/stlport C:/STLport_5_1_5/lib C:/STLport_5_1_5/bin ;
I've tried all kinds of things her, including without anything in the msvc section
I've tried all kinds of command lines; the basic idea I've been using is bjam --toolset=msvc --stdlib=stlport --build-type=complete.
I don't know what the exact line should be or what to change my user-config.jam file to, I've looked at the documentation and scoured the web for information, and for the life of me, I can't get the files to show up with the p in them indicating stlport was used. Any help you can give would be greatly appreciated.
Sincerely,
Sean