Matt Emson wrote:
> Is there a way to use MingW and the Win32 port of GTK+?
>
> Matt
>
I once set up some instructions here:
http://code.google.com/p/gtkaml/wiki/InstallOnWindows
What they don't include is upgrading automake/autoconf/etc (msys has
them a little out-of-date)
I hope someone pac
gege2061 wrote:
> Hello,
>
> I try to port Vala on Windows (is it the same port?), the problem is
> Vapi dir location, in waiting for bug fix, you can add this option:
>
> --vapidir="C:\Documents and Settings\All Users\Application Data\vala\vapi"
>
> Regards,
Yep, that fixed it, only my cygwin is
Hello,
I try to port Vala on Windows (is it the same port?), the problem is
Vapi dir location, in waiting for bug fix, you can add this option:
--vapidir="C:\Documents and Settings\All Users\Application Data\vala\vapi"
Regards,
2008/3/18, Matt Emson <[EMAIL PROTECTED]>:
> I'm looking at using V
On Tue, Mar 18, 2008 at 1:09 PM, Matt Emson <[EMAIL PROTECTED]> wrote:
> Z:\>valac -o basic basic.vala
> Z:/basic.vala:1.7-1.10: error: The namespace name `GLib' could not be found
> Z:/basic.vala:3.17-3.22: error: The type name `Object' could not be found
> Z:/basic.vala:14.10-14.12: error: Th
I'm looking at using Vala to develop some apps for Maemo, but I would
like to get to know Vala better by playing with it on my Windows box. I
have successfully built Vala on my Macbook under MacOS X 10.5.2 (using
the version of GTK+ that comes with Mono and uses a native MacOS
backend) and it w