Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can not build cdec #86

Open
messiandzcy opened this issue Dec 29, 2015 · 1 comment
Open

can not build cdec #86

messiandzcy opened this issue Dec 29, 2015 · 1 comment

Comments

@messiandzcy
Copy link

hi,i am trying to build cdec. But after i tap "make", i meet the problems as follow:

/usr/bin/ld: warning: libicuuc.so.42, needed by /usr/lib64/libboost_regex-mt.so.5, may conflict with libicuuc.so.56
/usr/bin/ld: warning: libicui18n.so.42, needed by /usr/lib64/libboost_regex-mt.so.5, may conflict with libicui18n.so.56
CMakeFiles/atools.dir/atools.cc.o: In function InitCommandLine(unsigned int, char**, boost::program_options::variables_map*)': /home/zhangchengyu/prefix/sw/cdec/utils/atools.cc:269: undefined reference toboost::program_options::options_description::options_description(std::string const&, unsigned int, unsigned int)'
/home/zhangchengyu/prefix/sw/cdec/utils/atools.cc:282: undefined reference to boost::program_options::options_description::options_description(std::string const&, unsigned int, unsigned int)' /home/zhangchengyu/prefix/sw/cdec/utils/atools.cc:283: undefined reference toboost::program_options::options_description::options_description(unsigned int, unsigned int)'
collect2: error:ld return 1
make[2]: *** [utils/atools] error 1
make[1]: *** [utils/CMakeFiles/atools.dir/all] error2
make: *** [all] error 2

Does anyone know the reason and help me solve it ? thanks very much!!

@BramVanroy
Copy link

You'll probably need to install boost and make it available in your $PATH.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants