#317 closed Bugs (Rejected)
vc-7_1-stlport native-wchar_t problem
| Reported by: | nobody | Owned by: | René Rivera | 
|---|---|---|---|
| Milestone: | Component: | None | |
| Version: | None | Severity: | |
| Keywords: | Cc: | 
Description
There is a problem with "tools/build/v1/vc-7_1- stlport.tools.jam". I tried to build boost 1.32.0 with jam optioned as "- snative-wchar_t=on". But cl option didn't include a '/Zc:wchar_t'. :( Therefore, i modified "tools/build/v1/vc-7_1- stlport.tools.jam" as following (not correct fix, just for workaround) #feature native-wchar_t : off on ; feature native-wchar_t : on off ; Finally it worked! - veblush
  Note:
 See   TracTickets
 for help on using tickets.
    
