I don't know if this is the right place.  If not, would someone direct
me to the correct location, if any.  However, following the build
process for e17 from CVS on enlightenment.org I have managed to get to
the point of building ebg.  Here is where I have issues.  Please see
below:

Making all in src
make[1]: Entering directory `/home/HaX0r/e17/libs/ebg/src'
make  all-am
make[2]: Entering directory `/home/HaX0r/e17/libs/ebg/src'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/HaX0r/e17/libs/ebg/src'
make[1]: Leaving directory `/home/HaX0r/e17/libs/ebg/src'
Making all in test
make[1]: Entering directory `/home/HaX0r/e17/libs/ebg/test'
source='e_bg_test.c' object='ebg_test-e_bg_test.o' libtool=no \
depfile='.deps/ebg_test-e_bg_test.Po'
tmpdepfile='.deps/ebg_test-e_bg_test.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I../src -I../src -I/usr/local/include
-I/usr/local/include -I/usr/X11R6/include   -g -g -O2 -Wall  -c -o
ebg_test-e_bg_test.o `test -f 'e_bg_test.c' || echo './'`e_bg_test.c
cc1: warning: changing search order for system directory
"/usr/local/include"
cc1: warning:   as it has already been specified as a non-system
directory
e_bg_test.c:47: parse error before '*' token
e_bg_test.c: In function `e_window_expose':
e_bg_test.c:49: `Ecore_Event_Window_Expose' undeclared (first use in
this function)
e_bg_test.c:49: (Each undeclared identifier is reported only once
e_bg_test.c:49: for each function it appears in.)
e_bg_test.c:49: `e' undeclared (first use in this function)
e_bg_test.c:51: parse error before ')' token
e_bg_test.c: At top level:
e_bg_test.c:55: parse error before '*' token
e_bg_test.c: In function `e_window_configure':
e_bg_test.c:57: `Ecore_Event_Window_Configure' undeclared (first use in
this function)
e_bg_test.c:57: `e' undeclared (first use in this function)
e_bg_test.c:62: parse error before ')' token
e_bg_test.c:65: warning: implicit declaration of function
`ecore_window_resize'
e_bg_test.c: In function `load_current':
e_bg_test.c:110: warning: implicit declaration of function
`ecore_window_set_title'
e_bg_test.c:111: warning: implicit declaration of function
`ecore_window_get_geometry'
e_bg_test.c: At top level:
e_bg_test.c:154: parse error before '*' token
e_bg_test.c: In function `e_window_key_down':
e_bg_test.c:156: `Ecore_Event_Key_Down' undeclared (first use in this
function)
e_bg_test.c:156: `e' undeclared (first use in this function)
e_bg_test.c:158: `ev' undeclared (first use in this function)
e_bg_test.c: At top level:
e_bg_test.c:181: parse error before '*' token
e_bg_test.c: In function `e_window_key_up':
e_bg_test.c:183: `Ecore_Event_Key_Up' undeclared (first use in this
function)
e_bg_test.c:183: `e' undeclared (first use in this function)
e_bg_test.c:185: `ev' undeclared (first use in this function)
e_bg_test.c: At top level:
e_bg_test.c:194: parse error before '*' token
e_bg_test.c: In function `e_window_mouse_down':
e_bg_test.c:196: `Ecore_Event_Mouse_Down' undeclared (first use in this
function)
e_bg_test.c:196: `e' undeclared (first use in this function)
e_bg_test.c:198: parse error before ')' token
e_bg_test.c: At top level:
e_bg_test.c:203: parse error before '*' token
e_bg_test.c: In function `e_window_mouse_up':
e_bg_test.c:205: `Ecore_Event_Mouse_Up' undeclared (first use in this
function)
e_bg_test.c:205: `e' undeclared (first use in this function)
e_bg_test.c:207: parse error before ')' token
e_bg_test.c: At top level:
e_bg_test.c:212: parse error before '*' token
e_bg_test.c: In function `e_window_mouse_move':
e_bg_test.c:214: `Ecore_Event_Mouse_Move' undeclared (first use in this
function)
e_bg_test.c:214: `e' undeclared (first use in this function)
e_bg_test.c:216: parse error before ')' token
e_bg_test.c: In function `test_setup':
e_bg_test.c:245: warning: implicit declaration of function
`ecore_event_filter_handler_add'
e_bg_test.c:245: `ECORE_EVENT_WINDOW_EXPOSE' undeclared (first use in
this function)
e_bg_test.c:246: `ECORE_EVENT_WINDOW_CONFIGURE' undeclared (first use in
this function)
e_bg_test.c:248: `ECORE_EVENT_MOUSE_DOWN' undeclared (first use in this
function)
e_bg_test.c:250: `ECORE_EVENT_MOUSE_UP' undeclared (first use in this
function)
e_bg_test.c:251: `ECORE_EVENT_MOUSE_MOVE' undeclared (first use in this
function)
e_bg_test.c:253: `ECORE_EVENT_KEY_DOWN' undeclared (first use in this
function)
e_bg_test.c:254: `ECORE_EVENT_KEY_UP' undeclared (first use in this
function)
e_bg_test.c:255: warning: implicit declaration of function
`ecore_event_filter_idle_handler_add'
e_bg_test.c:257: warning: implicit declaration of function
`ecore_window_new'e_bg_test.c:258: warning: implicit declaration of
function `ecore_window_set_events'
e_bg_test.c:259: warning: implicit declaration of function
`ecore_window_set_min_size'
e_bg_test.c:260: warning: implicit declaration of function
`ecore_window_set_max_size'
e_bg_test.c:261: warning: implicit declaration of function
`ecore_window_set_name_class'
e_bg_test.c:272: warning: implicit declaration of function
`ecore_display_get'
e_bg_test.c:272: warning: assignment makes pointer from integer without
a cast
e_bg_test.c:305: warning: implicit declaration of function
`ecore_window_show'
e_bg_test.c: In function `main':
e_bg_test.c:325: warning: implicit declaration of function
`ecore_display_init'
e_bg_test.c:328: warning: implicit declaration of function
`ecore_event_signal_init'
e_bg_test.c:329: warning: implicit declaration of function
`ecore_event_filter_init'
e_bg_test.c:330: warning: implicit declaration of function
`ecore_event_x_init'
e_bg_test.c:332: warning: implicit declaration of function
`ecore_event_loop'
make[1]: *** [ebg_test-e_bg_test.o] Error 1
make[1]: Leaving directory `/home/HaX0r/e17/libs/ebg/test'
make: *** [all-recursive] Error 1


Can someone give me some input?

                               _________

                                                                   Rgds,
                                                                 Gregory
                               _________


  When we see men of a contrary character, we should turn inwards and
                           examine ourselves.
                               Confucius
                               __________








-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to