Quote:
Originally Posted by MartinZ
Hi Sergey,
I still got trouble with SDK and 32-Bit emulator-Build on 64-Bit OpenSuse:
./makepc.sh
...
Code:
[66%] Building C object CMakeFiles/inkdemo.dir/cimages/images.c.o
Linking C executable inkdemo
/root/projects/sources/inkdemo/../../FRSCSDK/lib/libinkview.so: undefined reference to `curl_easy_cleanup@CURL_OPENSSL_3'
/root/projects/sources/inkdemo/../../FRSCSDK/lib/libinkview.so: undefined reference to `curl_easy_perform@CURL_OPENSSL_3'
/root/projects/sources/inkdemo/../../FRSCSDK/lib/libinkview.so: undefined reference to `curl_easy_setopt@CURL_OPENSSL_3'
/root/projects/sources/inkdemo/../../FRSCSDK/lib/libinkview.so: undefined reference to `png_set_gray_1_2_4_to_8'
/root/projects/sources/inkdemo/../../FRSCSDK/lib/libinkview.so: undefined reference to `curl_easy_pause@CURL_OPENSSL_3'
/root/projects/sources/inkdemo/../../FRSCSDK/lib/libinkview.so: undefined reference to `curl_easy_init@CURL_OPENSSL_3'
/root/projects/sources/inkdemo/../../FRSCSDK/lib/libinkview.so: undefined reference to `curl_easy_getinfo@CURL_OPENSSL_3'
collect2: ld returned 1 exit status
make[2]: *** [inkdemo] Error 1
make[1]: *** [CMakeFiles/inkdemo.dir/all] Error 2
make: *** [all] Error 2
Perhaps "libinkview.so" was linked to a different "libcurl.so" than the one my compiler uses, or what's up here?
|
Please, follow all the steps I specified in my previous post... Use my SDK, not pocketbook original, set up 32-bit libs from ubuntu 10.04 or 10.10 and do the rest steps. Everything should work fine.