On Sun, Sep 26, 2010 at 3:50 PM, Vincent Torri <vto...@univ-evry.fr> wrote:
>
>
> 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 ?

Making all in edje_externals
make[3]: Entering directory
`/home/kma/development/EFLWindowsXP/TMP/st/elementary/src/edje_externals'
/bin/sh ../../libtool  --tag=CC   --mode=link i586-mingw32msvc-gcc
-I/home/kma/local/mingw/include -O2 -pipe -no-undefined -module
-avoid-version -shared -fPIC -L/home/kma/local/mingw/lib -Wl,-s -o
module.la -rpath
/home/kma/local/mingw/lib/edje/modules/elm/mingw32msvc-i586-1.0.0
elm.lo elm_anchorblock.lo elm_anchorview.lo elm_bubble.lo
elm_button.lo elm_check.lo elm_clock.lo elm_fileselector.lo
elm_fileselector_button.lo elm_genlist.lo elm_hoversel.lo elm_list.lo
elm_map.lo elm_notepad.lo elm_photocam.lo elm_progressbar.lo
elm_radio.lo elm_scrolled_entry.lo elm_slider.lo elm_slideshow.lo
elm_spinner.lo elm_thumb.lo elm_toggle.lo elm_toolbar.lo elm_notify.lo
elm_panes.lo ../../src/lib/libelementary.la
libtool: link: rm -fr  .libs/module.dll.a
libtool: link: i586-mingw32msvc-gcc -shared  .libs/elm.o
.libs/elm_anchorblock.o .libs/elm_anchorview.o .libs/elm_bubble.o
.libs/elm_button.o .libs/elm_check.o .libs/elm_clock.o
.libs/elm_fileselector.o .libs/elm_fileselector_button.o
.libs/elm_genlist.o .libs/elm_hoversel.o .libs/elm_list.o
.libs/elm_map.o .libs/elm_notepad.o .libs/elm_photocam.o
.libs/elm_progressbar.o .libs/elm_radio.o .libs/elm_scrolled_entry.o
.libs/elm_slider.o .libs/elm_slideshow.o .libs/elm_spinner.o
.libs/elm_thumb.o .libs/elm_toggle.o .libs/elm_toolbar.o
.libs/elm_notify.o .libs/elm_panes.o   -L/home/kma/local/mingw/lib
../../src/lib/.libs/libelementary.dll.a  -Wl,-s   -o .libs/module.dll
-Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker
.libs/module.dll.a
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'

>
> Vincent
>



-- 
brian
------------------

Cool-Karaoke - The smallest recording studio, in your palm, open-sourced
http://cool-idea.com.tw/

iMaGiNaTiOn iS mOrE iMpOrTaNt tHaN kNoWlEdGe

------------------------------------------------------------------------------
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