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
Note:
See TracTickets
for help on using tickets.
