Handy
Nathan Sullivan wrote:
gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/lib/ecore -I../../../src/lib/ecore_ipc -g -O2 -Wall -MT edb.lo -MD -MP -MF .deps/edb.Tpo -c edb.c -fPIC -DPIC -o .libs/edb.o
edb.c:1:17: Edb.h: No such file or directory
edb.c: In function `ecore_config_load_file':
edb.c:22: `E_DB_File' undeclared (first use in this function)
edb.c:22: (Each undeclared identifier is reported only once
edb.c:22: for each function it appears in.)
edb.c:22: `db' undeclared (first use in this function)
edb.c:33: warning: implicit declaration of function `e_db_open_read'
edb.c:39: warning: implicit declaration of function `e_db_dump_key_list'
edb.c:39: warning: assignment makes pointer from integer without a cast
edb.c:42: warning: implicit declaration of function `e_db_type_get'
edb.c:42: warning: assignment makes pointer from integer without a cast
edb.c:45: warning: implicit declaration of function `strcmp'
edb.c:46: warning: implicit declaration of function `e_db_int_get'
edb.c:52: warning: implicit declaration of function `e_db_float_get'
edb.c:58: warning: implicit declaration of function `e_db_str_get'
edb.c:58: warning: assignment makes pointer from integer without a cast
edb.c:58: warning: suggest parentheses around assignment used as truth value
edb.c:73: warning: implicit declaration of function `e_db_close'
edb.c: In function `ecore_config_save_file':
edb.c:79: `E_DB_File' undeclared (first use in this function)
edb.c:79: `db' undeclared (first use in this function)
edb.c:82: warning: implicit declaration of function `e_db_open'
edb.c:91: warning: implicit declaration of function `e_db_int_set'
edb.c:94: warning: implicit declaration of function `e_db_float_set'
edb.c:97: warning: implicit declaration of function `e_db_str_set'
edb.c:104: warning: deprecated use of label at end of compound statement
make[5]: *** [edb.lo] Error 1
make[5]: Leaving directory `/home/src/e17/libs/ecore/src/lib/ecore_config'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/src/e17/libs/ecore/src/lib/ecore_config'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/src/e17/libs/ecore/src/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/src/e17/libs/ecore/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/src/e17/libs/ecore'
make: *** [all] Error 2
latest cvs, building of ecore, after all libs from cvsnotes.html
------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ enlightenment-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
-- Andrew Elcock tel: 0131 651 1434 EDINA, Edinburgh University Data Library fax: 0131 650 3308 Main Library Building, George Square email: [EMAIL PROTECTED] Edinburgh EH8 9LJ, Scotland, UK www: http://edina.ac.uk/
"I spent four years at uni and all I got was this lousy piece of paper" -- Andrew Elcock
------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ enlightenment-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
