I had the same problem here and I noticed that there are 2 copies of the file "Evas_Engine_Buffer.h" in the source tree. After simply removing the one inside e17/libs/evas/src/lib/ it compiled without problems;

Tiago


Виктор Кожухаров wrote:
I think today, evas broke, and couldn't be compiled.

evas_engine.c: In function `evas_engine_buffer_output_setup':
evas_engine.c:294: error: `EVAS_ENGINE_BUFFER_DEPTH_RGB32' undeclared
(first use in this function)
evas_engine.c:294: error: (Each undeclared identifier is reported only
once
evas_engine.c:294: error: for each function it appears in.)


if you replace the undeclared macro with 4 (as its defined in the
header), it compiles fine.

however, now, a piece of code i'm working on, that worked yesterday,
produces a weird segfault, with the following even weirder backtrace:
0xb7b7b400 in _append_text_run () from /opt/e17//lib/libevas.so.1
(gdb) bt
#0  0xb7b7b400 in _append_text_run () from /opt/e17//lib/libevas.so.1
#1  0x0813c180 in ?? ()
#2  0x0813c000 in ?? ()
#3  0xbf8d8928 in ?? ()
#4  0xb7fa27b0 in _etk_editable_text_smart_add (object=0x8955c35d)
    at etk_editable_text_object.c:459
Previous frame inner to this frame (corrupt stack?)

I dont even know where to start debugging with such a bt.

on a similar note, the following file is present in the cvs, but it
shouldn't be:
src/lib/file/evas_module.lo



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



        

        
                
_______________________________________________________ Yahoo! doce lar. Faça do Yahoo! sua homepage. http://br.yahoo.com/homepageset.html



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to