qdii / tatoeba_parser

A program that parses the tatoeba database
Other
10 stars 5 forks source link

No package 'icu-uc' found with Ubuntu precise when trying to compile #4

Closed allan-simon closed 11 years ago

allan-simon commented 11 years ago

Trying to compile tatoeba parser in ubuntu precise give me the following error at the ./configure part

checking for ICUUC... no
configure: error: Package requirements (icu-uc) were not met:

No package 'icu-uc' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables ICUUC_CFLAGS
and ICUUC_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
qdii commented 11 years ago

Ubuntu package libicuuc-dev should provide a .pc file so that pkg-config knows where to find icu-uc. A bug has been filed as this behavior is not observed. ( https://bugs.launchpad.net/ubuntu/+source/icu/+bug/1037588 ), and the patch should be present in raring.

In the meantime, replacing configure.ac with this one: in http://qdii.dodges.it/configure.ac should help ubuntu compile.

hermanschaaf commented 11 years ago

I replaced configure.ac, but the package is still not compiling for me on Ubuntu 12.10 - same error:

configure: error: Package requirements (icu-uc) were not met:
No package 'icu-uc' found

Any advice?

trappedinspacetime commented 10 years ago

try this "libicu-dev"