View Single Post
Old 02-28-2012, 04:55 AM   #29
kodomo
M92 info archivist
kodomo is no ebook tyro.kodomo is no ebook tyro.kodomo is no ebook tyro.kodomo is no ebook tyro.kodomo is no ebook tyro.kodomo is no ebook tyro.kodomo is no ebook tyro.kodomo is no ebook tyro.kodomo is no ebook tyro.kodomo is no ebook tyro.
 
Posts: 238
Karma: 1398
Join Date: Jun 2008
Device: IRex Iliad 2nd ed., Onyx Boox M92, Onyx Boox Max Lumi
Quote:
Originally Posted by kodomo View Post
A
rake -f Rakefile.imx508 build:arm:static <- produced exactly the same error I got before:

Code:
Linking CXX executable ../../../unittests/dictionary_test
CMakeFiles/dictionary_test.dir/qstardict_plugin/stardict_base.cpp.o: In function `stardict::WordlistIndex::load(QString const&, unsigned long, unsigned long)':
stardict_base.cpp:(.text+0x2350): undefined reference to `gzopen'
stardict_base.cpp:(.text+0x23e4): undefined reference to `gzread'
stardict_base.cpp:(.text+0x23f4): undefined reference to `gzclose'
collect2: ld returned 1 exit status
make[2]: *** [unittests/dictionary_test] Error 1
make[1]: *** [code/src/dictionary/CMakeFiles/dictionary_test.dir/all] Error 2
make: *** [all] Error 2
rake aborted!
libz was missing in code/src/dictionary/CMakeLists.txt (patch attached).
now build:arm:static runs fine... next thing will be to check what's wrong with build:x86:static

I'll update the wiki...
Attached Files
File Type: txt dict_test_arm_build.patch.txt (558 Bytes, 359 views)

Last edited by kodomo; 02-28-2012 at 04:57 AM.
kodomo is offline   Reply With Quote