[Vala] Vala on Windows

2012-04-03 Thread Serge Hulne
In the worst-case scenario, you could try with Cygwin instead of Mingw. Whatever compiles under Linux usually also compiles under Windows using Cygwin (the only problem is that it won't compile statically, you will have to ship it with a few DLLs if you want to distribute the resulting executable

Re: [Vala] Vala on Windows

2012-04-03 Thread Luca Bruno
On Tue, Apr 3, 2012 at 9:12 AM, wrote: > Hi, > > I have created an application using Vala and tried to compile it on > Windows, but the application needs Vala >= 0.14.0 and Vala for Windows > binary is just available in the version 0.12.0 - so I tried to compile it > on my own using MinGW and min

[Vala] Vala on Windows

2012-04-03 Thread gerhard . gruber
Hi, I have created an application using Vala and tried to compile it on Windows, but the application needs Vala >= 0.14.0 and Vala for Windows binary is just available in the version 0.12.0 - so I tried to compile it on my own using MinGW and mingw.sh (http://code.google.com/p/vala-win32/sourc