Boost logo

Boost-Build :

Subject: [Boost-build] unicode problem
From: Kevin Lee (unixcc_at_[hidden])
Date: 2008-09-08 05:28:22


Hi,

I use BBv2 with msvc-7.1 on Windows XP, but BBv2 can't display Chinese.

I add follow set in builtin.jam, but it not affect.
 feature charset : narrow unicode mbcs : composite link-incompatible ;
 feature.compose <charset>unicode : <define>UNICODE <define>_UNICODE ;
 feature.compose <charset>mbcs : <define>MBCS <define>_MBCS ;

F:\svnwork\woods\libs\utility\example>bjam
...found 36 targets...
...updating 3 targets...
compile-c-c++ ..\..\..\bin.v2\libs\utility\example\msvc-7.1\debug\link-static\ru
ntime-link-static\threading-multi\dump1.obj
dump1.cpp
msvc.link ..\..\..\bin.v2\libs\utility\example\msvc-7.1\debug\link-static\runtim
e-link-static\threading-multi\dump1.exe
common.copy ..\..\..\bin.v2\dump1.exe
?????? 1 ????????
...updated 3 targets...

thanks


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk