Vlad Grecescu wrote:
You're right: I tried to compile it on a win32 machine and it segfaults at example0.gtkaml.On Feb 4, 2008 4:18 AM, pancake <pancake youterm com> wrote:Yay :) I find this approach for GUI design quite better than using glade, xml is simpler and this will generate native code, instead of parsing an xml on runtime which is more efficient and productive. I'll keep an eye on it ;) btw gtkaml doesnt compiles with valac 0.1.6. You need the svn one. Am I wrong? Editing the example and removing the key_release_event seems to fix it. On the other side, I am not able to compile vala-svn with valac 0.1.6 on win32:( It segfaults too. gdb doens't give me a backtrace even if I recompile valac with CFLAGS=" -g -O0" ./configure --enable-debug --disable-optimizations So I cannot see if vala-svn fixes this. Vlad |