Boost logo

Boost Users :

Subject: [Boost-users] [boost:regex]compiling error when building boost:regex with ICU
From: gj_uestc (gj_uestc_at_[hidden])
Date: 2008-09-04 05:40:23


 hi,
while I tried to build all binaries of boost_1_35_0 with ICU, I only got 2 :libboost_regex-iw-mt-gd-1_35.lib and libboost_regex-iw-mt 1_35.lib,with the rest 6 are missing. I activated bjam like this:
bjam --toolset=intel -with regex -sICU_PATH=/cygdrive/c/home/gejuan/ICU/icu4c-3_8_1-src/icu/source --build-type=complete -sHAVE_ICU=1 stage.and I got error message:
 
 
Skipping build of: ./stage <build>no in common properties
Skipping build of: ./stage <build>no in common properties
Skipping build of: ./stage <build>no in common properties
Skipping build of: ./stage <build>no in common properties
Skipping build of: libs/regex/build/icucore <build>no in common properties
Skipping build of: libs/regex/build/icuin <build>no in common properties
Skipping build of: libs/regex/build/icudata <build>no in common properties
C:/home/gejuan/boost_1_35_0/tools/build/v2/kernel\class.jam:93: in new
*** argument error
* rule object(searched-lib-target)@665.__init__ ( name : project : shared ? : search * : action )
* called with: ( icudata icui18n icuuc : object(project-target)@90 : true : libs/regex/build : object(null-action)@664 : : : : )
* extra argument icui18n
C:/home/gejuan/boost_1_35_0/tools/build/v2/tools\builtin.jam:349:see definition of rule '__init__' being called
C:/home/gejuan/boost_1_35_0/tools/build/v2/tools\builtin.jam:592: in object(searched-lib-generator)@6.run
C:/home/gejuan/boost_1_35_0/tools/build/v2/build\generators.jam:859: in try-one-generator-really
C:/home/gejuan/boost_1_35_0/tools/build/v2/build\generators.jam:920: in try-one-generator
C:/home/gejuan/boost_1_35_0/tools/build/v2/build\generators.jam:1131: in construct-really
 
 
what is the problem here?Did I miss something?
 
 



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net