Hi again :)

While compiling e_modules i get a huge amount of errors:

In file included from /usr/include/enlightenment/e.h:39,
                 from e_mod_main.c:1:
/usr/include/enlightenment/config.h:47:1: warning: this is the location of the previous definition
In file included from e_mod_main.h:4,
                 from e_mod_config.h:5,
                 from e_mod_main.h:3,
                 from e_mod_main.c:2:
../../../config.h:50:1: warning: "PACKAGE_LIB_DIR" redefined
In file included from /usr/include/enlightenment/e.h:39,
                 from e_mod_main.c:1:
/usr/include/enlightenment/config.h:50:1: warning: this is the location of the previous definition
In file included from e_mod_main.h:4,
                 from e_mod_config.h:5,
                 from e_mod_main.h:3,
                 from e_mod_main.c:2:
../../../config.h:68:1: warning: "VERSION" redefined
In file included from /usr/include/enlightenment/e.h:39,
                 from e_mod_main.c:1:
/usr/include/enlightenment/config.h:68:1: warning: this is the location of the previous definition
In file included from e_mod_main.h:2,
                 from e_mod_main.c:2:
easy_menu.h:30: error: syntax error before "E_Menu_Category_Callback"
easy_menu.h:30: warning: no semicolon at end of struct or union
easy_menu.h:37: error: syntax error before '}' token
In file included from e_mod_config.h:5,
                 from e_mod_main.h:3,
                 from e_mod_main.c:2:
e_mod_main.h:35: error: syntax error before "E_Gadget_Api"
e_mod_main.h:35: warning: no semicolon at end of struct or union
e_mod_main.h:45: error: syntax error before '}' token
e_mod_main.h:63: error: syntax error before "Ecore_Exe_Event_Data_Line"
e_mod_main.h:63: warning: no semicolon at end of struct or union
e_mod_main.h:66: error: syntax error before '}' token
e_mod_main.c: In function `e_modapi_init':
e_mod_main.c:182: error: invalid application of `sizeof' to incomplete type `e_mod_main.h'
e_mod_main.c:190: error: dereferencing pointer to incomplete type
e_mod_main.c:191: error: dereferencing pointer to incomplete type
e_mod_main.c:192: error: dereferencing pointer to incomplete type
e_mod_main.c:193: error: dereferencing pointer to incomplete type
e_mod_main.c:194: error: dereferencing pointer to incomplete type
e_mod_main.c:195: error: dereferencing pointer to incomplete type
e_mod_main.c:196: error: dereferencing pointer to incomplete type
e_mod_main.c:197: error: dereferencing pointer to incomplete type
e_mod_main.c:198: error: dereferencing pointer to incomplete type
e_mod_main.c:198: error: dereferencing pointer to incomplete type
e_mod_main.c:198: error: too few arguments to function `e_gadget_new'
e_mod_main.c:200: error: dereferencing pointer to incomplete type
e_mod_main.c:201: error: `ECORE_EXE_EVENT_DEL' undeclared (first use in this function)
e_mod_main.c:201: error: (Each undeclared identifier is reported only once
e_mod_main.c:201: error: for each function it appears in.)
e_mod_main.c:202: error: dereferencing pointer to incomplete type
e_mod_main.c:204: error: dereferencing pointer to incomplete type
e_mod_main.c:204: error: dereferencing pointer to incomplete type
e_mod_main.c: In function `e_modapi_shutdown':
e_mod_main.c:257: error: dereferencing pointer to incomplete type
e_mod_main.c:258: error: dereferencing pointer to incomplete type
e_mod_main.c:259: error: dereferencing pointer to incomplete type
e_mod_main.c:260: error: dereferencing pointer to incomplete type
e_mod_main.c: In function `_emu_face_init':
e_mod_main.c:296: error: invalid application of `sizeof' to incomplete type `e_mod_main.h'

Is this just a temporary state of the CVS version, or something else?

Cheers
--
Fernando Meira
(blog - http://nandinhojr.blogspot.com)

Reply via email to