PDA

View Full Version : compilando Enlightenment DR17


ghiotto86
07-08-2005, 12:10
sto seguendo alla lettera il sito ufficile per il build delle varie librerie.
tutto ok per EDB e EET.
arrivato a compilare IMLIB2 , dopo aver fatto ./configure mi da st'errore

ghiotto86:/home/ghiotto86/imlib2-1.2.0.004# make
make all-recursive
make[1]: Entering directory `/home/ghiotto86/imlib2-1.2.0.004'
Making all in src
make[2]: Entering directory `/home/ghiotto86/imlib2-1.2.0.004/src'
Making all in lib
make[3]: Entering directory `/home/ghiotto86/imlib2-1.2.0.004/src/lib'
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/
X11R6/include -I. -I../.. -I../.. -g -O2 -c api.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/include -I. -I../.. -I../.. -g
-O2 -c api.c -fPIC -DPIC -o .libs/api.o
api.c:30:22: error: ft2build.h: No such file or directory
api.c:31:10: error: #include expects "FILENAME" or <FILENAME>
In file included from api.c:40:
font.h:3:10: error: #include expects "FILENAME" or <FILENAME>
font.h:4:10: error: #include expects "FILENAME" or <FILENAME>
In file included from api.c:40:
font.h:43: error: syntax error before 'FT_Face'
font.h:43: warning: no semicolon at end of struct or union
font.h:43: warning: no semicolon at end of struct or union
font.h:45: warning: data definition has no type or storage class
font.h:53: error: syntax error before '}' token
font.h:57: error: syntax error before 'FT_Glyph'
font.h:57: warning: no semicolon at end of struct or union
font.h:58: warning: data definition has no type or storage class
font.h:101: error: syntax error before 'FT_UInt'
make[3]: *** [api.lo] Error 1
make[3]: Leaving directory `/home/ghiotto86/imlib2-1.2.0.004/src/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/ghiotto86/imlib2-1.2.0.004/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ghiotto86/imlib2-1.2.0.004'
make: *** [all-recursive-am] Error 2
ghiotto86:/home/ghiotto86/imlib2-1.2.0.004#

che cavolo è :cry: :cry: :cry: :mc: :muro: :muro:

ghiotto86
07-08-2005, 12:41
risolto il problema precedente ma ne trovo n'altro :(

ghiotto86:/home/ghiotto86/evas-0.9.9.004# make
make all-recursive
make[1]: Entering directory `/home/ghiotto86/evas-0.9.9.004'
Making all in data
make[2]: Entering directory `/home/ghiotto86/evas-0.9.9.004/data'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/ghiotto86/evas-0.9.9.004/data'
Making all in src
make[2]: Entering directory `/home/ghiotto86/evas-0.9.9.004/src'
Making all in lib
make[3]: Entering directory `/home/ghiotto86/evas-0.9.9.004/src/lib'
Making all in canvas
make[4]: Entering directory `/home/ghiotto86/evas-0.9.9.004/src/lib/canvas'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/ghiotto86/evas-0.9.9.004/src/lib/canvas'
Making all in data
make[4]: Entering directory `/home/ghiotto86/evas-0.9.9.004/src/lib/data'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/ghiotto86/evas-0.9.9.004/src/lib/data'
Making all in file
make[4]: Entering directory `/home/ghiotto86/evas-0.9.9.004/src/lib/file'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/ghiotto86/evas-0.9.9.004/src/lib/file'
Making all in engines
make[4]: Entering directory `/home/ghiotto86/evas-0.9.9.004/src/lib/engines'
Making all in common
make[5]: Entering directory `/home/ghiotto86/evas-0.9.9.004/src/lib/engines/common'
/bin/sh ../../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I/usr/include/freetype2 -I. -I../../../../src/lib -I../../../../src/lib/include -I/usr/local/include -I/usr/local/include -g -O2 -c evas_scale_smooth.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I/usr/include/freetype2 -I. -I../../../../src/lib -I../../../../src/lib/include -I/usr/local/include -I/usr/local/include -g -O2 -c evas_scale_smooth.c -fPIC -DPIC -o .libs/evas_scale_smooth.o
evas_scale_smooth_scaler.c: In function 'evas_common_scale_rgba_in_to_out_clip_smooth_mmx':
evas_scale_smooth_scaler_up.c:308: error: invalid 'asm': invalid expression as operand
make[5]: *** [evas_scale_smooth.lo] Error 1
make[5]: Leaving directory `/home/ghiotto86/evas-0.9.9.004/src/lib/engines/common'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/ghiotto86/evas-0.9.9.004/src/lib/engines'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/ghiotto86/evas-0.9.9.004/src/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/ghiotto86/evas-0.9.9.004/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ghiotto86/evas-0.9.9.004'
make: *** [all-recursive-am] Error 2
ghiotto86:/home/ghiotto86/evas-0.9.9.004#

questo compilando EVAS