niobio / chromium-compact-language-detector

Automatically exported from code.google.com/p/chromium-compact-language-detector
0 stars 0 forks source link

module does not buid with latest cld2 #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

cd /tmp
svn checkout http://cld2.googlecode.com/svn/trunk/ cld2
cd cld2/internal
chmod 755 compile_libs.sh
./compile_libs.sh
sudo cp libcld2.so libcld2_full.so /usr/lib
ldconfig

# install development version for chromium-compact-language-detector
cd /tmp
hg clone https://code.google.com/p/chromium-compact-language-detector/
cd chromium-compact-language-detector
python setup.py build

What is the expected output? What do you see instead?

CLD2:UNICODE symbol not found

What version of the product are you using? On what operating system?
trunk

Please provide any additional information below.

Looks like CLD2 library renamed CLD2:UNICODE to CLD2:UNICODE_UNUSED

Original issue reported on code.google.com by llon...@gmail.com on 11 Sep 2013 at 5:38

GoogleCodeExporter commented 9 years ago
Thanks, I'll fix this (just rename to UNICODE_UNUSED).  However, I also 
separately noticed after upgrading to current CLD2 trunk that there is a test 
failure (SUNDANESE is detected as ENGLISH) ... I'll work with Dick to get to 
the bottom of it ...

Original comment by luc...@mikemccandless.com on 12 Sep 2013 at 11:02

GoogleCodeExporter commented 9 years ago
OK I committed a fix for this.  Thanks for raising it!

Original comment by luc...@mikemccandless.com on 12 Sep 2013 at 6:41