Error message when compiling Tutorials

52 views
Skip to first unread message

Anant Vemuri

unread,
Feb 6, 2010, 8:07:08 AM2/6/10
to fw4spl-discuss
Bonjour guys,

After pulling the latest updates on the fw4spl. This is the error
messages I am getting the following messages when I compile the
tutorials.


/usr/bin/ld: warning: libicuuc.so.38, needed by /home/anant/dev/
BinPkgs/debug/boost_1-38-0_nux_64_D/lib/libboost_regex-gcc43-mt-
d-1_38.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libicui18n.so.38, needed by /home/anant/dev/
BinPkgs/debug/boost_1-38-0_nux_64_D/lib/libboost_regex-gcc43-mt-
d-1_38.so, not found (try using -rpath or -rpath-link)
/home/anant/dev/BinPkgs/debug/boost_1-38-0_nux_64_D/lib/libboost_regex-
gcc43-mt-d-1_38.so: undefined reference to
`icu_3_8::Locale::~Locale()'
/home/anant/dev/BinPkgs/debug/boost_1-38-0_nux_64_D/lib/libboost_regex-
gcc43-mt-d-1_38.so: undefined reference to `u_tolower_3_8'
/home/anant/dev/BinPkgs/debug/boost_1-38-0_nux_64_D/lib/libboost_regex-
gcc43-mt-d-1_38.so: undefined reference to
`icu_3_8::Collator::createInstance(icu_3_8::Locale const&,
UErrorCode&)'
/home/anant/dev/BinPkgs/debug/boost_1-38-0_nux_64_D/lib/libboost_regex-
gcc43-mt-d-1_38.so: undefined reference to
`icu_3_8::Locale::Locale(icu_3_8::Locale const&)'
/home/anant/dev/BinPkgs/debug/boost_1-38-0_nux_64_D/lib/libboost_regex-
gcc43-mt-d-1_38.so: undefined reference to `icu_3_8::Locale::Locale()'
/home/anant/dev/BinPkgs/debug/boost_1-38-0_nux_64_D/lib/libboost_regex-
gcc43-mt-d-1_38.so: undefined reference to `u_isblank_3_8'
/home/anant/dev/BinPkgs/debug/boost_1-38-0_nux_64_D/lib/libboost_regex-
gcc43-mt-d-1_38.so: undefined reference to `u_charFromName_3_8'
/home/anant/dev/BinPkgs/debug/boost_1-38-0_nux_64_D/lib/libboost_regex-
gcc43-mt-d-1_38.so: undefined reference to `u_isspace_3_8'
/home/anant/dev/BinPkgs/debug/boost_1-38-0_nux_64_D/lib/libboost_regex-
gcc43-mt-d-1_38.so: undefined reference to `u_digit_3_8'
/home/anant/dev/BinPkgs/debug/boost_1-38-0_nux_64_D/lib/libboost_regex-
gcc43-mt-d-1_38.so: undefined reference to `u_charType_3_8'


Thanks
Anant.

Nicolasph

unread,
Feb 7, 2010, 6:55:25 AM2/7/10
to fw4spl-discuss
It looks like 'icu' is missing in your “depends_on = []" section of
__init__ file in boost binpkgs. I guess that it is also missing in the
provided packages on http://code.google.com/p/fw4spl/downloads/list

Julien

unread,
Feb 6, 2010, 12:46:21 PM2/6/10
to fw4spl-discuss
Hello Anant,

It's probably because the Boost BinPkg isn't properly configured.
(Now all dependencies must be properly written in binpkg, and not in
the build.options of projects.)
This package depends on BinPkg "icu", so in the file "__init__.py" of
Boost BinPkg,
you need to write (correct) the line:
depends_on = [ 'icu']


Cheers,
Julien

Anant Vemuri

unread,
Feb 7, 2010, 7:42:02 AM2/7/10
to fw4spl-discuss
Thanks Julien, that worked. I am able to compile the files now...
Reply all
Reply to author
Forward
Message has been deleted
0 new messages