You'll need Python-EFL from git master (snapshots at https://build.enlightenment.org/view/Base%20jobs/job/base_pyefl_build/lastSuccessfulBuild/artifact/dist/ ), or wait for us to release Python-EFL 1.10.
2014-05-26 16:55 GMT+03:00 Willy Sudiarto Raharjo <[email protected]>: > Hi, > > python-efl is broken with the latest EFL, so econnman is also broken > (although it installs fine) > > here's the error message > > efl/eo/efl.eo.c: In function ‘__pyx_pf_3efl_2eo_4event_global_freeze_get’: > efl/eo/efl.eo.c:1210:3: error: too many arguments to function > ‘eo_event_global_freeze_get’ > eo_do(((const Eo *)eo_base_class_get()), > eo_event_global_freeze_get((&__pyx_v_fcount))); > ^ > In file included from efl/eo/efl.eo.c:349:0: > /usr/include/eo-1/Eo.h:1267:10: note: declared here > EAPI int eo_event_global_freeze_get(void); > ^ > efl/eo/efl.eo.c: In function ‘__pyx_f_3efl_2eo_object_from_instance’: > efl/eo/efl.eo.c:1578:3: warning: implicit declaration of function > ‘eo_base_data_get’ [-Wimplicit-function-declaration] > eo_do(__pyx_v_obj, eo_base_data_get(__pyx_k_python_eo, (&__pyx_v_data))); > ^ > efl/eo/efl.eo.c: In function ‘__pyx_f_3efl_2eo__eo_event_del_cb’: > efl/eo/efl.eo.c:2232:3: warning: implicit declaration of function > ‘eo_base_data_del’ [-Wimplicit-function-declaration] > eo_do(__pyx_v_self->obj, eo_base_data_del(__pyx_k_python_eo)); > ^ > efl/eo/efl.eo.c: In function ‘__pyx_pf_3efl_2eo_2Eo_4__repr__’: > efl/eo/efl.eo.c:2498:5: error: too many arguments to function ‘eo_parent_get’ > eo_do(__pyx_v_self->obj, eo_parent_get((&__pyx_v_parent))); > ^ > In file included from efl/eo/efl.eo.c:349:0: > /usr/include/eo-1/Eo.h:1009:10: note: declared here > EAPI Eo *eo_parent_get(void); > ^ > efl/eo/efl.eo.c: In function ‘__pyx_f_3efl_2eo_2Eo__set_obj’: > efl/eo/efl.eo.c:2745:3: warning: implicit declaration of function > ‘eo_base_data_set’ [-Wimplicit-function-declaration] > eo_do(__pyx_v_self->obj, eo_base_data_set(__pyx_k_python_eo, ((void > *)__pyx_v_self), NULL)); > ^ > efl/eo/efl.eo.c: In function ‘__pyx_pf_3efl_2eo_2Eo_14parent_get’: > efl/eo/efl.eo.c:3257:3: error: too many arguments to function ‘eo_parent_get’ > eo_do(__pyx_v_self->obj, eo_parent_get((&__pyx_v_parent))); > ^ > In file included from efl/eo/efl.eo.c:349:0: > /usr/include/eo-1/Eo.h:1009:10: note: declared here > EAPI Eo *eo_parent_get(void); > ^ > efl/eo/efl.eo.c: In function ‘__pyx_pf_3efl_2eo_2Eo_20event_freeze_get’: > efl/eo/efl.eo.c:3429:3: error: too many arguments to function > ‘eo_event_freeze_get’ > eo_do(__pyx_v_self->obj, eo_event_freeze_get((&__pyx_v_fcount))); > ^ > In file included from efl/eo/efl.eo.c:349:0: > /usr/include/eo-1/Eo.h:1234:10: note: declared here > EAPI int eo_event_freeze_get(void); > ^ > error: command 'gcc' failed with exit status 1 > > OS: Slackware 14.1 > > > -- > Willy Sudiarto Raharjo > Personal Blog : http://willysr.blogspot.com > Linux Blog: http://slackblogs.blogspot.com > > ------------------------------------------------------------------------------ > The best possible search technologies are now affordable for all companies. > Download your FREE open source Enterprise Search Engine today! > Our experts will assist you in its installation for $59/mo, no commitment. > Test it for FREE on our Cloud platform anytime! > http://pubads.g.doubleclick.net/gampad/clk?id=145328191&iu=/4140/ostg.clktrk > _______________________________________________ > enlightenment-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-users ------------------------------------------------------------------------------ The best possible search technologies are now affordable for all companies. Download your FREE open source Enterprise Search Engine today! Our experts will assist you in its installation for $59/mo, no commitment. Test it for FREE on our Cloud platform anytime! http://pubads.g.doubleclick.net/gampad/clk?id=145328191&iu=/4140/ostg.clktrk _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
