e_modules compile fine. Just update your cvs tree.
On Fri, May 12, 2006 at 03:42:28PM +0700, Vlad Alyukov wrote: // // ,---- // | if /bin/sh ./libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I/usr/include -I/usr/include -I/usr/include/enlightenment -DUSE_E_CONFIG_H -g -O2 -MT e_mod_main.lo -MD -MP -MF ".deps/e_mod_main.Tpo" -c -o e_mod_main.lo e_mod_main.c; \ // | then mv -f ".deps/e_mod_main.Tpo" ".deps/e_mod_main.Plo"; else rm -f ".deps/e_mod_main.Tpo"; exit 1; fi // | mkdir .libs // | i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I/usr/include -I/usr/include -I/usr/include/enlightenment -DUSE_E_CONFIG_H -g -O2 -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 // | i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I/usr/include -I/usr/include -I/usr/include/enlightenment -DUSE_E_CONFIG_H -g -O2 -MT e_mod_main.lo -MD -MP -MF .deps/e_mod_main.Tpo -c e_mod_main.c -o e_mod_main.o >/dev/null 2>&1 // | if /bin/sh ./libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I/usr/include -I/usr/include -I/usr/include/enlightenment -DUSE_E_CONFIG_H -g -O2 -MT e_mod_config.lo -MD -MP -MF ".deps/e_mod_config.Tpo" -c -o e_mod_config.lo e_mod_config.c; \ // | then mv -f ".deps/e_mod_config.Tpo" ".deps/e_mod_config.Plo"; else rm -f ".deps/e_mod_config.Tpo"; exit 1; fi // | i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I/usr/include -I/usr/include -I/usr/include/enlightenment -DUSE_E_CONFIG_H -g -O2 -MT e_mod_config.lo -MD -MP -MF .deps/e_mod_config.Tpo -c e_mod_config.c -fPIC -DPIC -o .libs/e_mod_config.o // | i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I/usr/include -I/usr/include -I/usr/include/enlightenment -DUSE_E_CONFIG_H -g -O2 -MT e_mod_config.lo -MD -MP -MF .deps/e_mod_config.Tpo -c e_mod_config.c -o e_mod_config.o >/dev/null 2>&1 // | if /bin/sh ./libtool --tag=CC --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I/usr/include -I/usr/include -I/usr/include/enlightenment -DUSE_E_CONFIG_H -g -O2 -MT e_mod_keybind.lo -MD -MP -MF ".deps/e_mod_keybind.Tpo" -c -o e_mod_keybind.lo e_mod_keybind.c; \ // | then mv -f ".deps/e_mod_keybind.Tpo" ".deps/e_mod_keybind.Plo"; else rm -f ".deps/e_mod_keybind.Tpo"; exit 1; fi // | i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I/usr/include -I/usr/include -I/usr/include/enlightenment -DUSE_E_CONFIG_H -g -O2 -MT e_mod_keybind.lo -MD -MP -MF .deps/e_mod_keybind.Tpo -c e_mod_keybind.c -fPIC -DPIC -o .libs/e_mod_keybind.o // | e_mod_keybind.c: In function '_lang_register_module_keybindings': // | e_mod_keybind.c:62: error: 'EDIT_RESTRICT_ACTION' undeclared (first use in this function) // | e_mod_keybind.c:62: error: (Each undeclared identifier is reported only once // | e_mod_keybind.c:62: error: for each function it appears in.) // | e_mod_keybind.c:62: error: 'EDIT_RESTRICT_PARAMS' undeclared (first use in this function) // | make[4]: *** [e_mod_keybind.lo] Error 1 // | make[4]: Leaving directory `/root/CVS/e_modules/language' // | make[3]: *** [all-recursive] Error 1 // | make[3]: Leaving directory `/root/CVS/e_modules/language' // | make[2]: *** [all] Error 2 // | make[2]: Leaving directory `/root/CVS/e_modules/language' // | make[1]: *** [all] Error 1 // | make[1]: Leaving directory `/root/CVS/e_modules' // | make: *** [build-stamp] Error 2 // `---- // // // // // -- // Vlad Alyukov // RT QA Engineer // SWsoft, Inc. // // // ------------------------------------------------------- // Using Tomcat but need to do more? Need to support web services, security? // Get stuff done quickly with pre-integrated technology to make your job easier // Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo // http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 // _______________________________________________ // enlightenment-devel mailing list // [email protected] // https://lists.sourceforge.net/lists/listinfo/enlightenment-devel -- Aleksej Struk Master Degree Student Free University of Bozen-Bolzano Faculty of Computer Science phone: +39-0471-061749 cell phone: +39-3204627049 +370-61278908 [EMAIL PROTECTED] [EMAIL PROTECTED] - http://astruk.googlepages.com/home ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
