Opened 20 years ago

Closed 17 years ago

#115 closed Bugs (Fixed)

boost and VC++ 6 with STLPORT problem

Reported by: nobody Owned by: John Maddock
Milestone: Component: None
Version: None Severity:
Keywords: Cc:

Description

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

Change History (1)

comment:1 by John Maddock, 17 years ago

Status: assignedclosed
Logged In: YES 
user_id=14804

Fixed in cvs for 1.33.1

John.
Note: See TracTickets for help on using tickets.