crash when starting my application using gtk 2.20 and directfb 1.4.3

2010-04-20 Thread 张文飞
Hello gtk-list I have corrected my problem to compile my embedded application using the last version of gtk (2.20.0) and directfb 1.4.3,the gtk test app would crash, but th gtk 2.16.5 is ok. How can i do ?? -- Best regards, frank frank_zh...@sdmcmicro.com

Re: crash when starting my application using gtk 2.20 and directfb 1.4.3

2010-04-20 Thread Vasily Khoruzhick
В сообщении от 21 апреля 2010 04:19:01 автор 张文飞 написал: Hello gtk-list I have corrected my problem to compile my embedded application using the last version of gtk (2.20.0) and directfb 1.4.3,the gtk test app would crash, but th gtk 2.16.5 is ok. How can i do ?? DirectFB backend is

Crash when starting my application using gtk 2.20 and directfb 1.4.3

2010-03-25 Thread IMS
Hello, I have corrected my problem to compile my embedded application using the last version of gtk (2.20.0) I have used the patch here : https://bugzilla.gnome.org/show_bug.cgi?id=605185 And using the same principle I added these lines to be able to compile (using direct-fb 1.4.3) :

Re: Crash when starting my application using gtk 2.20 and directfb 1.4.3

2010-03-25 Thread Javier Jardón
2010/3/25 IMS ims77@gmail.com: Hello, Hello I have corrected my problem to compile my embedded application using the last version of gtk (2.20.0) I have used the patch here : https://bugzilla.gnome.org/show_bug.cgi?id=605185 Just commmited this fix to master And using the same