[E-devel] plugin e_modules-wlan
Hello guys, It seems that a dependency is not met with the e_modules-wlan => configure says that the package 'ecore-data' is missing. I checked with pkg-config and this is right, there is no package named ecore-data... I tried to go into the configure.ac of the plugin, remove the ecore-data dependency but afterwards, it crashes with the error message below... Is there anything to do ? Thanks & regards, Cedric libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/usr/include -DUSE_E_CONFIG_H -I/usr/include/enlightenment -I/usr/include/efreet -I/usr/include/eina-0 -I/usr/include/eina-0/eina -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -march=native -pipe -fomit-frame-pointer -MT e_mod_main.lo -MD -MP -MF .deps/e_mod_main.Tpo -c e_mod_main.c -fPIC -DPIC -o .libs/e_mod_main.o e_mod_config.c:2:24: error: Ecore_Data.h: No such file or directory e_mod_config.c:8: error: expected specifier-qualifier-list before ‘Ecore_List’ e_mod_config.c:24: error: expected ‘)’ before ‘*’ token e_mod_config.c: In function ‘_fill_data’: e_mod_config.c:55: error: ‘E_Config_Dialog_Data’ has no member named ‘poll_time’ e_mod_config.c:56: error: ‘E_Config_Dialog_Data’ has no member named ‘always_text’ e_mod_config.c:57: error: ‘E_Config_Dialog_Data’ has no member named ‘show_percent’ e_mod_config.c:65: error: ‘E_Config_Dialog_Data’ has no member named ‘devs’ e_mod_config.c:66: error: ‘E_Config_Dialog_Data’ has no member named ‘devs’ e_mod_config.c:67: error: ‘E_Config_Dialog_Data’ has no member named ‘devs’ e_mod_config.c:69: error: ‘E_Config_Dialog_Data’ has no member named ‘devs’ e_mod_config.c:70: error: ‘E_Config_Dialog_Data’ has no member named ‘devs’ e_mod_config.c:70: warning: assignment makes pointer from integer without a cast e_mod_config.c:74: error: ‘E_Config_Dialog_Data’ has no member named ‘dev_num’ e_mod_config.c: In function ‘_free_data’: e_mod_config.c:101: error: ‘E_Config_Dialog_Data’ has no member named ‘devs’ e_mod_config.c:102: error: ‘E_Config_Dialog_Data’ has no member named ‘devs’ e_mod_config.c: In function ‘_basic_create_widgets’: e_mod_config.c:119: error: ‘E_Config_Dialog_Data’ has no member named ‘always_text’ e_mod_config.c:126: error: ‘E_Config_Dialog_Data’ has no member named ‘show_percent’ e_mod_config.c:133: error: ‘E_Config_Dialog_Data’ has no member named ‘poll_time’ e_mod_config.c:137: error: ‘E_Config_Dialog_Data’ has no member named ‘devs’ e_mod_config.c:140: error: ‘E_Config_Dialog_Data’ has no member named ‘dev_num’ e_mod_config.c:141: error: ‘E_Config_Dialog_Data’ has no member named ‘devs’ e_mod_config.c:142: error: ‘E_Config_Dialog_Data’ has no member named ‘devs’ e_mod_config.c:142: warning: assignment makes pointer from integer without a cast e_mod_config.c: In function ‘_basic_apply_data’: e_mod_config.c:162: error: ‘E_Config_Dialog_Data’ has no member named ‘poll_time’ e_mod_config.c:164: error: ‘E_Config_Dialog_Data’ has no member named ‘always_text’ e_mod_config.c:165: error: ‘E_Config_Dialog_Data’ has no member named ‘show_percent’ e_mod_config.c:167: error: ‘E_Config_Dialog_Data’ has no member named ‘devs’ e_mod_config.c:169: error: ‘E_Config_Dialog_Data’ has no member named ‘devs’ e_mod_config.c:169: error: ‘E_Config_Dialog_Data’ has no member named ‘dev_num’ e_mod_config.c:169: warning: assignment makes pointer from integer without a cast e_mod_config.c: At top level: e_mod_config.c:186: error: expected ‘)’ before ‘*’ token make[2]: *** [e_mod_config.lo] Error 1 -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
[E-devel] epdf not compilable ?
Hello guys :) Is currently epdf useable ? I get the following error while I tried to compile it : /bin/sh ../../libtool --tag=CXX --mode=link i686-pc-linux-gnu-g++ -O2 -march=i686 -pipe -fomit-frame-pointer -no-undefined -version-info 0:0:0 -Wl,-O1 -o libepdf.la -rpath /usr/lib libepdf_la-epdf_main.lo libepdf_la-epdf_document.lo libepdf_la-epdf_fontinfo.lo libepdf_la-epdf_index.lo libepdf_la-epdf_page.lo libepdf_la-epdf_page_transition.lo libepdf_la-epdf_postscript.lo libepdf_la-esmart_pdf.lo -levas -lecore -leina -lpoppler i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/ewl -I/usr/include/efreet -I/usr/include/eina-0 -I/usr/include/eina-0/eina -I/usr/include/eina-0 -I/usr/include/eina-0/eina -I/usr/include/poppler -O2 -march=i686 -pipe -fomit-frame-pointer -MT libepdf_ewl_la-ewl_pdf.lo -MD -MP -MF .deps/libepdf_ewl_la-ewl_pdf.Tpo -c ewl_pdf.c -fPIC -DPIC -o .libs/libepdf_ewl_la-ewl_pdf.o ewl_pdf.c: In function ‘ewl_pdf_reveal_cb’: ewl_pdf.c:742: error: ‘Ewl_Widget’ has no member named ‘fx_clip_box’ ewl_pdf.c:743: error: ‘Ewl_Widget’ has no member named ‘fx_clip_box’ ewl_pdf.c:745: error: ‘Ewl_Widget’ has no member named ‘fx_clip_box’ ewl_pdf.c:746: error: ‘Ewl_Widget’ has no member named ‘fx_clip_box’ make[3]: *** [libepdf_ewl_la-ewl_pdf.lo] Error 1 make[3]: *** Waiting for unfinished jobs i686-pc-linux-gnu-g++ -shared -nostdlib /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../crti.o /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/crtbeginS.o .libs/libepdf_la-epdf_main.o .libs/libepdf_la-epdf_document.o .libs/libepdf_la-epdf_fontinfo.o .libs/libepdf_la-epdf_index.o .libs/libepdf_la-epdf_page.o .libs/libepdf_la-epdf_page_transition.o .libs/libepdf_la-epdf_postscript.o .libs/libepdf_la-esmart_pdf.o /usr/lib/libevas.so -L/usr/lib /usr/lib/libecore.so /usr/lib/libeina.so -lpoppler -L/usr/lib/gcc/i686-pc-linux-gnu/4.1.2 -L/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../../i686-pc-linux-gnu/lib -L/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/crtendS.o /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../crtn.o -march=i686 -Wl,-O1 -Wl,-soname -Wl,libepdf.so.0 -o .libs/libepdf.so.0.0.0 (cd .libs && rm -f libepdf.so.0 && ln -s libepdf.so.0.0.0 libepdf.so.0) (cd .libs && rm -f libepdf.so && ln -s libepdf.so.0.0.0 libepdf.so) i686-pc-linux-gnu-ar cru .libs/libepdf.a libepdf_la-epdf_main.o libepdf_la-epdf_document.o libepdf_la-epdf_fontinfo.o libepdf_la-epdf_index.o libepdf_la-epdf_page.o libepdf_la-epdf_page_transition.o libepdf_la-epdf_postscript.o libepdf_la-esmart_pdf.o i686-pc-linux-gnu-ranlib .libs/libepdf.a creating libepdf.la (cd .libs && rm -f libepdf.la && ln -s ../libepdf.la libepdf.la) make[3]: Leaving directory `/var/tmp/portage/app-text/epdf-/work/epdf/src/lib' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/var/tmp/portage/app-text/epdf-/work/epdf/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/app-text/epdf-/work/epdf' make: *** [all] Error 2 Thanks & best regards, Cedric Tabin -- ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
[E-devel] Ecore and Enlightenment compilation
Hello all, I'm new to this mailing-list, so sorry if it is not the right place to speak about my little compilation failure. Since the last revision (39219) of the Ecore and Enlightenment ebuilds (I'm on gentoo), it seems that there is some bugs into ecore_evas_fb.c, line 100 : static void _ecore_evas_fb_gain(void *data __UNUSED__) { Ecore_List2 *l; Eina_List *l; *<-- duplication declaration ???* Ecore_Fb_Input_Device *dev; for (l = (Ecore_List2 *)ecore_evases; l; l = l->next) { Ecore_Evas *ee; ee = (Ecore_Evas *)l; ee->visible = 1; if ((ee->rotation == 90) || (ee->rotation == 270)) evas_damage_rectangle_add(ee->evas, 0, 0, ee->h, ee->w); else evas_damage_rectangle_add(ee->evas, 0, 0, ee->w, ee->h); } if (ecore_evas_input_devices) { EINA_LIST_FOREACH(ecore_evas_input_devices, ll, dev) *<-- where comes the ll variable ???* ecore_fb_input_device_listen(dev, 1); } } and at ligne 524 : EINA_LIST_FOREACH(ecore_evas_input_devices, l, dev) ecore_fb_input_device_axis_size_set(dev, ee->wn ee->h); *<-- seems that there is no variable named 'wn'* } The other problem seems to be into the Ecore_File.h at line 87 : EAPI Ecore_List *ecore_file_ls (const char *dir); *<-- should'nt be Eina_List instead of Ecore_List ???* Thanks for your response ! Best regards, Cedric Tabin -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel