View Single Post
Old 11-22-2011, 11:22 AM   #64
below
Junior Member
below began at the beginning.
 
below's Avatar
 
Posts: 7
Karma: 10
Join Date: Nov 2011
Device: pocketbook
Hello,

thank you for providing the SDK!

After upgrading to 1.1.0 (on Ubuntu 10.04, running as a VMWare guest on an OS X host), I get the following error when attempting to build the clock sample for the emulator:
Code:
% make BUILD=emu
gcc -c -o obj_emu/clock.c.o -D__EMU__ -DIVSAPP -Wall -g -m32  -MTobj_emu/clock.c.o -MF`echo obj_emu/clock.c.o | sed -e 's,\.o$,.d,'` -MD -MP clock.c
In file included from clock.c:1:
/usr/include/inkview.h:24:18: error: zlib.h: No such file or directory
/usr/include/inkview.h:25:22: error: ft2build.h: No such file or directory
/usr/include/inkview.h:27:10: error: #include expects "FILENAME" or <FILENAME>
/usr/include/inkview.h:28:10: error: #include expects "FILENAME" or <FILENAME>
/usr/include/inkview.h:29:10: error: #include expects "FILENAME" or <FILENAME>
/usr/include/inkview.h:30:10: error: #include expects "FILENAME" or <FILENAME>
make: *** [obj_emu/clock.c.o] Error 1
The build for arm_gnuabi seems to build fine (did not yet install it on the device)

Any pointers?

Thanks a lot!

Alex

Alex
below is offline   Reply With Quote