Re: [Vala] any latest vala binary for windows?

2018-09-19 Thread oyster via vala-list
I am using win7 64 bits Mario Daniel Ruiz Saavedra 于2018年9月20日周四 上午8:58写道: > > If you're on Windows 10 you can try to use Vala vía WSL > > El mié., 19 de sep. de 2018 7:54 PM, oyster via vala-list > escribió: >> >> By the way, I also tried to build directly from C code >>

Re: [Vala] any latest vala binary for windows?

2018-09-19 Thread oyster via vala-list
By the way, I also tried to build directly from C code (https://download.gnome.org/sources/vala/0.42/vala-0.42.1.tar.xz) but ``` ... c:(.text+0xd2f): undefined reference to `g_type_check_instance_cast'

Re: [Vala] any latest vala binary for windows?

2018-09-19 Thread oyster via vala-list
thanks, but this github's build uses installed vala to compile latest source, in other words, there is no pre-built binary. It installs mingw-w64-x86_64-vala-0.38.4-1 first, which happens do not work on my MSYS2(no matter I input `valac`, `valac --help`, `valac test.vala`, there is no message

Re: [Vala] any latest vala binary for windows?

2018-09-19 Thread Al Thomas via vala-list
> On Thursday, 20 September 2018, 00:45:51 BST, oyster via vala-list wrote: > I give up building from source. So is there any binary vala for > windows? On MSYS2, there is an old mingw-w64-x86_64-vala-0.38.4-1 It looks like 0.42.0 is there:

[Vala] any latest vala binary for windows?

2018-09-19 Thread oyster via vala-list
I give up building from source. So is there any binary vala for windows? On MSYS2, there is an old mingw-w64-x86_64-vala-0.38.4-1 thanks ___ vala-list mailing list vala-list@gnome.org https://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] Any tips for newbies

2018-09-19 Thread Robin Wils via vala-list
Thanks a lot for all the help I might be able to continue with that project because of these answers! Regards, Robin Wils ___ vala-list mailing list vala-list@gnome.org https://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] Any tips for newbies

2018-09-19 Thread Al Thomas via vala-list
Hi, > On Wednesday, 19 September 2018, 09:57:22 BST, Robin Wils via vala-list > wrote: > I am working on a [small simple > project](https://gitlab.com/RobinWils/BAG-art-creator/tree/master) and have a > feeling that > the GNOME Vala website only contains some basics. > I use a grid which I

Re: [Vala] Any tips for newbies

2018-09-19 Thread Al Thomas via vala-list
> On Wednesday, 19 September 2018, 09:57:22 BST, Robin Wils via vala-list wrote: > I am working on a [small simple project](https://gitlab.com/RobinWils/BAG-art-creator/tree/master) and have a feeling that the GNOME Vala > website only contains some basics. One of my issues is that I

Re: [Vala] Any tips for newbies

2018-09-19 Thread Corentin Noël via vala-list
Hi Robin, Welcome to the Vala world! You can find some documentation and examples on Valadoc.org (https://va ladoc.org), there are often examples when you click on a class/method there. I think that what you really want is not some tips about Vala but about GTK+ itself, you can probably ask

Re: [Vala] bad configure for MSYS2 + MingW 64 on Win7 64 bits

2018-09-19 Thread Al Thomas via vala-list
> On Wednesday, 19 September 2018, 09:55:46 BST, oyster via vala-list wrote: > bad configure for MSYS2 + MingW 64 on Win7 64 bits > On my MSYS2 + MingW 64, there exists actually /bin/pkg-config.exe, but > the configure tries to find /bin/pkg-config.sh > it will fail without doubt. >

[Vala] Any tips for newbies

2018-09-19 Thread Robin Wils via vala-list
Dear Vala mailing list readers, I am working on a [small simple project](https://gitlab.com/RobinWils/BAG-art-creator/tree/master) and have a feeling that the GNOME Vala website only contains some basics. One of my issues is that I haven't found a way to recreate a object. I use a grid which

[Vala] bad configure for MSYS2 + MingW 64 on Win7 64 bits

2018-09-19 Thread oyster via vala-list
bad configure for MSYS2 + MingW 64 on Win7 64 bits On my MSYS2 + MingW 64, there exists actually /bin/pkg-config.exe, but the configure tries to find /bin/pkg-config.sh it will fail without doubt. I have to ``` export GLIB_CFLAGS="$(pkg-config --cflags glib-2.0)" export GLIB_LIBS="$(pkg-config