I get this...

pyrrho:/src/e17/apps/e> make
make  all-recursive
make[1]: Entering directory `/src/e17/apps/e'
Making all in src
make[2]: Entering directory `/src/e17/apps/e/src'
Making all in lib
make[3]: Entering directory `/src/e17/apps/e/src/lib'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/src/e17/apps/e/src/lib'
Making all in bin
make[3]: Entering directory `/src/e17/apps/e/src/bin'
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include -I../..
-I../../src/bin -I../../src/lib -DLOWRES_PDA=1 -DMEDIUMRES_PDA=2
-DHIRES_PDA=3 -DSLOW_PC=4 -DMEDIUM_PC=5 -DFAST_PC=6
-DE17_PROFILE=FAST_PC    -g -O2 -MT e_border.o -MD -MP -MF
".deps/e_border.Tpo" -c -o e_border.o e_border.c; \
then mv -f ".deps/e_border.Tpo" ".deps/e_border.Po"; else rm -f
".deps/e_border.Tpo"; exit 1; fi
e_border.c: In function `e_border_init':
e_border.c:162: error: `ECORE_X_EVENT_WINDOW_STATE' undeclared (first
use in this function)
e_border.c:162: error: (Each undeclared identifier is reported only once
e_border.c:162: error: for each function it appears in.)
e_border.c: In function `_e_border_cb_window_state':
e_border.c:1976: error: `Ecore_X_Event_Window_State' undeclared (first
use in this function)
e_border.c:1976: error: `e' undeclared (first use in this function)
make[3]: *** [e_border.o] Error 1
make[3]: Leaving directory `/src/e17/apps/e/src/bin'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/src/e17/apps/e/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/src/e17/apps/e'
make: *** [all] Error 2


And when I do this :  
pyrrho:/src/e17/libs/ecore> grep -R "ECORE_X_EVENT_WINDOW_STATE" *

I get this:
Binary file src/lib/ecore_x/.libs/libecore_x.so.1.0.0 matches
Binary file src/lib/ecore_x/.libs/libecore_x.so.1.0.0T matches
Binary file src/lib/ecore_x/.libs/libecore_x.so.1 matches
Binary file src/lib/ecore_x/.libs/ecore_x.o matches
Binary file src/lib/ecore_x/.libs/ecore_x_events.o matches
Binary file src/lib/ecore_x/.libs/libecore_x.so matches
Binary file src/lib/ecore_x/.libs/libecore_x.a matches
src/lib/ecore_x/Ecore_X.h:extern EAPI int
ECORE_X_EVENT_WINDOW_STATE_REQUEST;
src/lib/ecore_x/ecore_x.c:int ECORE_X_EVENT_WINDOW_STATE_REQUEST = 0;
src/lib/ecore_x/ecore_x.c:      ECORE_X_EVENT_WINDOW_STATE_REQUEST     =
ecore_event_type_new();
Binary file src/lib/ecore_x/ecore_x.o matches
src/lib/ecore_x/ecore_x_events.c:
ecore_event_add(ECORE_X_EVENT_WINDOW_STATE_REQUEST, e, NULL, NULL);
src/lib/ecore_x/ecore_x_events.c:
ecore_event_add(ECORE_X_EVENT_WINDOW_STATE_REQUEST, e, NULL, NULL);
Binary file src/lib/ecore_x/ecore_x_events.o matches






-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to