Re: [Vala] Cross compiling vala gtk to win32

2011-05-09 Thread pancake
I have updated the tutorial with information about how to embed GTK themes. http://radare.org/cgi-bin/wk/GTK On 04/30/11 03:06, Martin Leibner wrote: Thank you very much! I will be studying Beebop this weekend ;-) Best regards, Martin ___

Re: [Vala] Cross compiling vala gtk to win32

2011-04-30 Thread pancake
I spend some time this morning to write down some notes and upload some blobs and examples to build gtk apps for windows and osx. Have fun http://radare.org/cgi-bin/wk/GTK On 30/04/2011, at 0:44, august aug...@alien.mur.at wrote: I would be very interested in both the mingw cross compile

Re: [Vala] Cross compiling vala gtk to win32

2011-04-30 Thread august
fantastico. This is really useful. Thanks for taking the time and effort. I spend some time this morning to write down some notes and upload some blobs and examples to build gtk apps for windows and osx. Have fun http://radare.org/cgi-bin/wk/GTK On 30/04/2011, at 0:44, august

[Vala] Cross compiling vala gtk to win32

2011-04-29 Thread Martin Leibner
Hello, I'm a GNU beginner learning Vala since a couple of months and after playing and enjoying a lot in my Ubuntu desktop installation, now I want to build some small apps to be used by MS Windows users. I came into MingW32, and with some efforts finally was able to build a console-based

Re: [Vala] Cross compiling vala gtk to win32

2011-04-29 Thread Andrea Bolognani
On Fri, Apr 29, 2011 at 12:34:31PM -0300, Martin Leibner wrote: Hello, I'm a GNU beginner learning Vala since a couple of months and after playing and enjoying a lot in my Ubuntu desktop installation, now I want to build some small apps to be used by MS Windows users. I came into MingW32,

Re: [Vala] Cross compiling vala gtk to win32

2011-04-29 Thread pancake
I have crosscompiled big vala+gtk (gtkaml) apps with mingw from linux to windows. The setup is simple, but requires some tricks. I used to install the last gtk blobs for windows and then by setting pkgconfig, cflags and ldflags yo point to the directory containing the liba and include files

Re: [Vala] Cross compiling vala gtk to win32

2011-04-29 Thread august
I would be very interested in both the mingw cross compile instructions and the OSx dmg creation instructions. (Would be great to work out the GTK3 kinks too.) best -august. I have crosscompiled big vala+gtk (gtkaml) apps with mingw from linux to windows. The setup is simple, but

Re: [Vala] Cross compiling vala gtk to win32

2011-04-29 Thread Martin Leibner
Thank you very much! I will be studying Beebop this weekend ;-) Best regards, Martin 2011/4/29 Andrea Bolognani e...@kiyuko.org On Fri, Apr 29, 2011 at 12:34:31PM -0300, Martin Leibner wrote: Hello, I'm a GNU beginner learning Vala since a couple of months and after playing and