Massimo Maiurana wrote: > > Hi, > I'm trying to refresh my e17 installation so I did a cvs update. > when I compile ebg I get the following: > > ebg_test-e_bg_test.o: In function `test_setup': > /tmp/ebg/test/e_bg_test.c:300: undefined reference to > `evas_object_image_cache_set' > /tmp/ebg/test/e_bg_test.c:301: undefined reference to > `evas_object_font_cache_set' > /tmp/ebg/test/e_bg_test.c:302: undefined reference to > `evas_object_font_path_append' > > In Evas.h there is no mention of any of the functions above. > I see an evas_image_cache_set, an evas_font_cache_set and an > evas_font_path_append, but no one has an "object" in it. > do I have the wrong evas or the wrong ebg? >
Sounds like you have a bad ebg update. Those functions are renamed (see http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/enlightenment/e17/libs/evas/src/lib/Evas.h?rev=1.18&content-type=text/vnd.viewcvs-markup ) in evas and ebg from cvs. Here's the file in ebg cvs: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/enlightenment/e17/libs/ebg/test/e_bg_test.c?rev=1.6&content-type=text/vnd.viewcvs-markup Seems you don't have that version. -- Kevin ------------------------------------------------------- This SF.net email is sponsored by: eBay Get office equipment for less on eBay! http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ enlightenment-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
