Re: [E-devel] OS X build error

2017-11-07 Thread Jean-Philippe André
The difference between my build (Linux) and OSX seems to be the presence or not of cserve2 which lead to the inclusion of all of evas private headers, thus LKI() was well defined (and LKD, etc... were defined multiple times). 2017-11-07 20:22 GMT+09:00 Jean-Philippe André : >

Re: [E-devel] OS X build error

2017-11-07 Thread Jean-Philippe André
2017-11-07 20:20 GMT+09:00 Carsten Haitzler : > On Tue, 07 Nov 2017 09:08:04 + Andrew Williams > said: > > > Hi, > > > > It got us much closer - it now fails with the following: > > > > CXXLDlib/evas/libevas.la > > > > Undefined symbols for

Re: [E-devel] OS X build error

2017-11-07 Thread Carsten Haitzler
On Tue, 07 Nov 2017 09:08:04 + Andrew Williams said: > Hi, > > It got us much closer - it now fails with the following: > > CXXLDlib/evas/libevas.la > > Undefined symbols for architecture x86_64: > > "_LKI", referenced from: > >

Re: [E-devel] OS X build error

2017-11-07 Thread Andrew Williams
Hi, It got us much closer - it now fails with the following: CXXLDlib/evas/libevas.la Undefined symbols for architecture x86_64: "_LKI", referenced from: __evas_common_font_int_cache_init in lib_evas_libevas_la-evas_font_load.o _evas_common_font_memory_load in

Re: [E-devel] OS X build error

2017-11-06 Thread Jean-Philippe André
EAPI is redefined to (nothing/dllimport) after Elementary.h, so I had introduced elm_module_helper.h to re-define EAPI for those modules. I think that keeping EAPI defined after Elementary.h caused problems on Windows where application's EAPI were marked as dllimport instead of dllexport (or

Re: [E-devel] OS X build error

2017-11-06 Thread Jean Guyomarc'h
Hi, Eo events are generated as: EWAPI const Efl_Event_Description __BLAH = EFL_EVENT_DESCRIPTION("blah"); this yields private symbols that are not exported outside of libelementary. Hence link failure with elm modules... But I don't understand why. Jean On Sat, Nov 4, 2017 at 5:39 PM, Jean

Re: [E-devel] OS X build error

2017-11-04 Thread Jean Guyomarc'h
hi, i'm not at home, and cannot really help. if there is a ticket open, i may have a look on monday. is that on git master ? thanks Jean On Nov 4, 2017 15:03, "Carsten Haitzler" wrote: On Sat, 04 Nov 2017 11:21:09 + Andrew Williams said: >

Re: [E-devel] OS X build error

2017-11-04 Thread Carsten Haitzler
On Sat, 04 Nov 2017 11:21:09 + Andrew Williams said: > Can anyone help with this one please? > > > Thanks, > > Andy > > > CC > modules/elementary/clock_input_ctxpopup/modules_elementary_clock_input_ctxpopup_module_la-clock_input_ctxpopup.lo > > CCLD

[E-devel] OS X build error

2017-11-04 Thread Andrew Williams
Can anyone help with this one please? Thanks, Andy CC modules/elementary/clock_input_ctxpopup/modules_elementary_clock_input_ctxpopup_module_la-clock_input_ctxpopup.lo CCLD modules/elementary/clock_input_ctxpopup/module.la Undefined symbols for architecture x86_64: