Hi all,

This mornign I was trying to update my EFL and e17 (trunk)
using a slightly modified dev version of easy_e17.sh
(just to adapt to it the big merge).

Unluckily ephysics complains about missing symbols in edje:

   CC     test_win_resize.o
   CC     ephysics_logo.o
   CC     ephysics_sandbox.o
   CCLD   ephysics_test
   CCLD   ephysics_logo
   CCLD   ephysics_sandbox
/opt/e17/lib/libedje.so: undefined reference to `ephysics_body_soft_circle_add'
/opt/e17/lib/libedje.so: undefined reference to `ephysics_body_circle_add'
collect2: ld returned 1 exit status
make[3]: *** [ephysics_logo] Error 1
make[3]: *** Waiting for unfinished jobs....
/opt/e17/lib/libedje.so: undefined reference to `ephysics_body_soft_circle_add'
/opt/e17/lib/libedje.so: undefined reference to `ephysics_body_circle_add'
collect2: ld returned 1 exit status
make[3]: *** [ephysics_test] Error 1
/opt/e17/lib/libedje.so: undefined reference to `ephysics_body_soft_circle_add'
/opt/e17/lib/libedje.so: undefined reference to `ephysics_body_circle_add'

whereas if I try to compile edje I got this error

   CC     edje_decc-edje_cc_mem.o
   CC     edje_decc-edje_cc_sources.o
edje_cc_handlers.c: In function 
‘st_collections_group_parts_part_description_physics_face_type’:
edje_cc_handlers.c:7812:23: error: ‘EPHYSICS_BODY_SPHERE_FACE_FRONT’ undeclared 
(first use in this function)
edje_cc_handlers.c:7812:23: note: each undeclared identifier is reported only 
once for each function it appears in
edje_cc_handlers.c:7813:22: error: ‘EPHYSICS_BODY_SPHERE_FACE_BACK’ undeclared 
(first use in this function)
make[4]: *** [edje_cc-edje_cc_handlers.o] Error 1


if I am not missing something obvious it seems
that there's some kind of circular dependency.


Andrea


------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to