On Sun, 26 Sep 2010, Brian Wang wrote:

> Now the only part that doesn't compile for cross mingw32 is
> elementary's edje_externals.  I just commented out the target in
> Makefile.  The errors:
> ----------------------
> Creating library file: .libs/module.dll.a
> .libs/elm.o:elm.c:(.text+0x1d): undefined reference to
> `__imp__edje_external_type_array_unregister'
> .libs/elm.o:elm.c:(.text+0x2a): undefined reference to
> `__imp__eina_log_domain_unregister'
> .libs/elm.o:elm.c:(.text+0x6e): undefined reference to
> `__imp__ecore_app_args_get'
> .libs/elm.o:elm.c:(.text+0x8f): undefined reference to
> `__imp__eina_log_domain_register'
> .libs/elm.o:elm.c:(.text+0xa1): undefined reference to
> `__imp__edje_external_type_array_register'
> .libs/elm.o:elm.c:(.text+0x106): undefined reference to
> `__imp__evas_object_smart_parent_get'
> .libs/elm.o:elm.c:(.text+0x118): undefined reference to
> `__imp__edje_object_file_get'
> .libs/elm.o:elm.c:(.text+0x133): undefined reference to
> `__imp__evas_object_evas_get'
> .libs/elm.o:elm.c:(.text+0x13c): undefined reference to 
> `__imp__edje_object_add'

I just compiled on Windows XP (so natively) and I have no undef ref.

Can you compile with

make V=1

and paste the link command of the edje externals ?

Vincent

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to