Hi,
When I try to compile Epsilon I get this; Any ideas?? I really need
to get around this as I want to do a fresh install of mt distro and a
new install of e17 on that.
epsilon]# make
Making all in src
make[1]: Entering directory `/e17/libs/epsilon/src'
make all-recursive
make[2]: Entering directory `/e17/libs/epsilon/src'
Making all in lib
make[3]: Entering directory `/e17/libs/epsilon/src/lib'
Making all in exiftags
make[4]: Entering directory `/e17/libs/epsilon/src/lib/exiftags'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/e17/libs/epsilon/src/lib/exiftags'
make[4]: Entering directory `/e17/libs/epsilon/src/lib'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/e17/libs/epsilon/src/lib'
make[3]: Leaving directory `/e17/libs/epsilon/src/lib'
Making all in bin
make[3]: Entering directory `/e17/libs/epsilon/src/bin'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/e17/libs/epsilon/src/bin'
Making all in include
make[3]: Entering directory `/e17/libs/epsilon/src/include'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/e17/libs/epsilon/src/include'
Making all in plugins
make[3]: Entering directory `/e17/libs/epsilon/src/plugins'
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I../../src -I. -I../.. -I../../src/include -I../../src/lib
-I/usr/include -g -O2 -Wall -MT xine_thumbnailer_la-xine_thumbnailer.lo
-MD -MP -MF ".deps/xine_thumbnailer_la-xine_thumbnailer.Tpo" -c -o
xine_thumbnailer_la-xine_thumbnailer.lo `test -f 'xine_thumbnailer.c' ||
echo './'`xine_thumbnailer.c; \
then mv -f ".deps/xine_thumbnailer_la-xine_thumbnailer.Tpo"
".deps/xine_thumbnailer_la-xine_thumbnailer.Plo"; else rm -f
".deps/xine_thumbnailer_la-xine_thumbnailer.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I. -I../.. -I../../src/include
-I../../src/lib -I/usr/include -g -O2 -Wall -MT
xine_thumbnailer_la-xine_thumbnailer.lo -MD -MP -MF
.deps/xine_thumbnailer_la-xine_thumbnailer.Tpo -c xine_thumbnailer.c
-fPIC -DPIC -o .libs/xine_thumbnailer_la-xine_thumbnailer.o
In file included from ../../src/include/epsilon_plugin.h:5,
from xine_thumbnailer.c:2:
/usr/include/Imlib2.h:108: error: syntax error before '*' token
/usr/include/Imlib2.h:109: error: syntax error before '*' token
/usr/include/Imlib2.h:110: error: syntax error before 'colormap'
/usr/include/Imlib2.h:111: error: syntax error before 'drawable'
/usr/include/Imlib2.h:112: error: syntax error before 'mask'
/usr/include/Imlib2.h:137: error: syntax error before '*' token
/usr/include/Imlib2.h:138: error: syntax error before '*' token
/usr/include/Imlib2.h:139: error: syntax error before
'imlib_context_get_colormap'
/usr/include/Imlib2.h:140: error: syntax error before
'imlib_context_get_drawable'
/usr/include/Imlib2.h:141: error: syntax error before
'imlib_context_get_mask'
/usr/include/Imlib2.h:170: error: syntax error before '*' token
/usr/include/Imlib2.h:171: error: syntax error before '*' token
/usr/include/Imlib2.h:171: error: syntax error before '*' token
/usr/include/Imlib2.h:209: error: syntax error before '*' token
/usr/include/Imlib2.h:211: error: syntax error before '*' token
/usr/include/Imlib2.h:214: error: syntax error before 'pixmap'
/usr/include/Imlib2.h:240: error: syntax error before 'mask'
/usr/include/Imlib2.h:243: error: syntax error before '*' token
/usr/include/Imlib2.h:246: error: syntax error before 'mask'
/usr/include/Imlib2.h:256: error: syntax error before 'mask'
In file included from xine_thumbnailer.c:2:
../../src/include/epsilon_plugin.h:6:24: error: Ecore_Data.h: No such
file or directory
In file included from xine_thumbnailer.c:2:
../../src/include/epsilon_plugin.h:11: error: syntax error before
'Ecore_List'
../../src/include/epsilon_plugin.h:11: warning: no semicolon at end of
struct or union
../../src/include/epsilon_plugin.h:13: error: syntax error before '}' token
xine_thumbnailer.c:35: error: 'epsilon_generate_thumb' redeclared as
different kind of symbol
../../src/include/epsilon_plugin.h:12: error: previous declaration of
'epsilon_generate_thumb' was here
xine_thumbnailer.c:225: error: 'epsilon_generate_thumb' redeclared as
different kind of symbol
../../src/include/epsilon_plugin.h:12: error: previous declaration of
'epsilon_generate_thumb' was here
xine_thumbnailer.c: In function 'epsilon_generate_thumb':
xine_thumbnailer.c:367: warning: pointer targets in initialization
differ in signedness
xine_thumbnailer.c:368: warning: pointer targets in passing argument 2
of 'i_yuy2_to_yv12' differ in signedness
xine_thumbnailer.c:370: warning: pointer targets in assignment differ in
signedness
xine_thumbnailer.c:341: warning: unused variable 'v'
xine_thumbnailer.c:227: warning: unused variable 'p'
xine_thumbnailer.c: In function 'epsilon_plugin_init':
xine_thumbnailer.c:464: error: invalid application of 'sizeof' to
incomplete type 'Epsilon_Plugin'
xine_thumbnailer.c:465: error: dereferencing pointer to incomplete type
xine_thumbnailer.c:466: error: dereferencing pointer to incomplete type
xine_thumbnailer.c:466: warning: implicit declaration of function
'ecore_list_new'
xine_thumbnailer.c:468: warning: implicit declaration of function
'ecore_list_append'
xine_thumbnailer.c:468: error: dereferencing pointer to incomplete type
xine_thumbnailer.c:469: error: dereferencing pointer to incomplete type
xine_thumbnailer.c:470: error: dereferencing pointer to incomplete type
xine_thumbnailer.c:471: error: dereferencing pointer to incomplete type
make[3]: *** [xine_thumbnailer_la-xine_thumbnailer.lo] Error 1
make[3]: Leaving directory `/e17/libs/epsilon/src/plugins'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/e17/libs/epsilon/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/e17/libs/epsilon/src'
make: *** [all-recursive] Error 1
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users