Opened 18 years ago

Closed 17 years ago

Last modified 12 years ago

#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

Change History (2)

comment:1 by René Rivera, 17 years ago

Logged In: YES 
user_id=33595

The correct build option would be:

bjam "-sBUILD=<native-wchar_t>on" ...


comment:2 by René Rivera, 17 years ago

Status: assignedclosed
Note: See TracTickets for help on using tickets.