Making install in po
make[1]: Entering directory `/root/e17_src/winlist-ng/po'
/bin/sh @MKINSTALLDIRS@ /usr/local/lib/enlightenment/modules/winlist-ng
/bin/sh: 0: Can't open @MKINSTALLDIRS@
make[1]: *** [install-data-yes] Error 127
make[1]: Leaving directory `/root/e17_src/winlist-ng/po'
make: *** [install-recursive] Error 1
ELEMENTARY
elm_win.c: In function '_elm_win_obj_intercept_show':
elm_win.c:637:9: warning: implicit declaration of function
'ecore_evas_wayland_$
elm_win.c: In function '_elm_win_pointer_add':
elm_win.c:1438:4: error: too few arguments to function
'ecore_evas_wayland_shm_$
/usr/local/include/ecore-1/Ecore_Evas.h:877:22: note: declared here
elm_win.c: In function 'elm_win_add':
elm_win.c:1706:14: error: too few arguments to function
'ecore_evas_wayland_shm$
/usr/local/include/ecore-1/Ecore_Evas.h:877:22: note: declared here
elm_win.c:1714:14: error: too few arguments to function
'ecore_evas_wayland_egl$
/usr/local/include/ecore-1/Ecore_Evas.h:878:22: note: declared here
make[3]: *** [libelementary_la-elm_win.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/root/e17_src/elementary/src/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/e17_src/elementary/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/e17_src/elementary'
make: *** [all] Error 2
rob
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
enlightenment-users mailing list
enlighten...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> WINLIST-NG
>
> Making install in po
> make[1]: Entering directory `/root/e17_src/winlist-ng/po'
> /bin/sh @MKINSTALLDIRS@ /usr/local/lib/enlightenment/modules/winlist-ng
> /bin/sh: 0: Can't open @MKINSTALLDIRS@
> make[1]: *** [install-data-yes] Error 127
> make[1]: Leaving directory `/root/e17_src/winlist-ng/po'
> make: *** [install-recursive] Error 1
e-modules-extra is poorly maintained. never expect anything there to work. be
thankful it does at all (a few of them do).
> ELEMENTARY
>
> elm_win.c: In function '_elm_win_obj_intercept_show':
> elm_win.c:637:9: warning: implicit declaration of function
> 'ecore_evas_wayland_$
there is no such "ecore_evas_wayland_" string at all on that line. the closest
is on line 750, and it's commented out:
/* ecore_evas_wayland_pointer_set(win->pointer.ee, 10, 10); */
i don't know what you are compiling, but its definitely not source from svn or
from the last snapshot we did. (its not r69489).
not to mention you have:
'ecore_evas_wayland_$
beats me there.. but THAT doesn't exist in the src for sure. it smells like
whatever you have there locally is corrupt. i suggest a fresh svn checkout - no
patching or intermediate build system stuff.
--
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler) ras...@rasterman.com