Boost C++ Libraries: Ticket #115: boost and VC++ 6 with STLPORT problem https://svn.boost.org/trac10/ticket/115 <pre class="wiki">STLPORT_PATH may contain spaces ("c:\my programs\lib" in my case) and that stops vc6-stlport.mak from working. In order to fix it I had to replace $(STLPORT_PATH)\stlport\string by "$(STLPORT_PATH)\stlport\string" , $(STLPORT_PATH)\stlport by "$(STLPORT_PATH)\stlport" and $(STLPORT_PATH)\lib by "$(STLPORT_PATH)\lib" Val Samko val@digiways.com </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/115 Trac 1.4.3 John Maddock Mon, 10 Oct 2005 16:42:14 GMT status changed https://svn.boost.org/trac10/ticket/115#comment:1 https://svn.boost.org/trac10/ticket/115#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> <pre class="wiki">Logged In: YES user_id=14804 Fixed in cvs for 1.33.1 John. </pre> Ticket