Andreas Biffar a écrit :
> Hi everybody,
>
> when i try to compile epsilon-0.3.0.007 i get the following error
> message when running make
>
> ../../src/common/epsilon_thumb_common.c:56: error: conflicting types for
> 'epsilon_ipc_server_send'
> ../../src/include/epsilon_private.h:44: error: previous declaration of
> 'epsilon_ipc_server_send' was here
> ../../src/common/epsilon_thumb_common.c:56: error: conflicting types for
> 'epsilon_ipc_server_send'
> ../../src/include/epsilon_private.h:44: error: previous declaration of
> 'epsilon_ipc_server_send' was here
> make[4]: *** [epsilon_thumb_common.lo] Error 1
> make[4]: Leaving directory
> `/home/pcl247a/abiffar/bin/epsilon-0.3.0.007/src/lib'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory
> `/home/pcl247a/abiffar/bin/epsilon-0.3.0.007/src/lib'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/home/pcl247a/abiffar/bin/epsilon-0.3.0.007/src'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/home/pcl247a/abiffar/bin/epsilon-0.3.0.007/src'
> make: *** [all-recursive] Error 1
>
> Does anybody know where is the problem and how to solve it?
>
>
>
>
>   
Hi,
What distro are you using ?

I'm running Kubuntu Edgy and epsilon is buggy on my system too.
And yes, the libs are up-to-date.
This is the build error:

Making all in plugins
make[3]: entrant dans le répertoire « 
/home/philippe/cvsE17/e17/libs/epsilon/src/plugins »
if /bin/bash ../../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
mkdir .libs
 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: expected ')' before '*' token
/usr/include/Imlib2.h:109: error: expected ')' before '*' token
/usr/include/Imlib2.h:110: error: expected ')' before 'colormap'
/usr/include/Imlib2.h:111: error: expected ')' before 'drawable'
/usr/include/Imlib2.h:112: error: expected ')' before 'mask'
/usr/include/Imlib2.h:137: error: expected '=', ',', ';', 'asm' or 
'__attribute__' before '*' token
/usr/include/Imlib2.h:138: error: expected '=', ',', ';', 'asm' or 
'__attribute__' before '*' token
/usr/include/Imlib2.h:139: error: expected '=', ',', ';', 'asm' or 
'__attribute__' before 'imlib_context_get_colormap'
/usr/include/Imlib2.h:140: error: expected '=', ',', ';', 'asm' or 
'__attribute__' before 'imlib_context_get_drawable'
/usr/include/Imlib2.h:141: error: expected '=', ',', ';', 'asm' or 
'__attribute__' before 'imlib_context_get_mask'
/usr/include/Imlib2.h:170: error: expected ')' before '*' token
/usr/include/Imlib2.h:171: error: expected '=', ',', ';', 'asm' or 
'__attribute__' before '*' token
/usr/include/Imlib2.h:209: error: expected ')' before '*' token
/usr/include/Imlib2.h:211: error: expected ')' before '*' token
/usr/include/Imlib2.h:214: error: expected ')' before 'pixmap'
/usr/include/Imlib2.h:240: error: expected ')' before 'mask'
/usr/include/Imlib2.h:243: error: expected ')' before '*' token
/usr/include/Imlib2.h:246: error: expected ')' before 'mask'
/usr/include/Imlib2.h:256: error: expected ')' 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: expected 
specifier-qualifier-list before 'Ecore_List'
xine_thumbnailer.c: In function 'epsilon_generate_thumb':
xine_thumbnailer.c:363: warning: pointer targets in initialization 
differ in signedness
xine_thumbnailer.c:364: warning: pointer targets in passing argument 2 
of 'i_yuy2_to_yv12' differ in signedness
xine_thumbnailer.c:366: warning: pointer targets in assignment differ in 
signedness
xine_thumbnailer.c: In function 'epsilon_plugin_init':
xine_thumbnailer.c:461: error: 'Epsilon_Plugin' has no member named 
'epsilon_generate_thumb'
xine_thumbnailer.c:462: error: 'Epsilon_Plugin' has no member named 
'mime_types'
xine_thumbnailer.c:462: warning: implicit declaration of function 
'ecore_list_new'
xine_thumbnailer.c:464: warning: implicit declaration of function 
'ecore_list_append'
xine_thumbnailer.c:464: error: 'Epsilon_Plugin' has no member named 
'mime_types'
xine_thumbnailer.c:465: error: 'Epsilon_Plugin' has no member named 
'mime_types'
xine_thumbnailer.c:466: error: 'Epsilon_Plugin' has no member named 
'mime_types'
xine_thumbnailer.c:467: error: 'Epsilon_Plugin' has no member named 
'mime_types'
make[3]: *** [xine_thumbnailer_la-xine_thumbnailer.lo] Erreur 1
make[3]: quittant le répertoire « 
/home/philippe/cvsE17/e17/libs/epsilon/src/plugins »
make[2]: *** [all-recursive] Erreur 1
make[2]: quittant le répertoire « 
/home/philippe/cvsE17/e17/libs/epsilon/src »
make[1]: *** [all] Erreur 2
make[1]: quittant le répertoire « 
/home/philippe/cvsE17/e17/libs/epsilon/src »
make: *** [all-recursive] Erreur 1

The poor's man workaround I found:
Add --enable-thumbnailer-xine=no to the autogen command.

My installation routine (and more) is detailled here:
http://perso.orange.fr/heliotopik/enter.html
I wrote this guide in french, guys. But it shouldn't be a problem for 
enlightened people !

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to