Re: [Vala] i18n help

2017-12-22 Thread Al Thomas via vala-list
> On Friday, 22 December 2017, 18:10:37 GMT, Dr. Michael J. Chudobiak > wrote: > I'm having trouble with i18n. The _("") macros in my program work, but > the N_("") ones (for initializing string arrays) don't. Any pointers on > what the issue could be? > This is the

[Vala] i18n help

2017-12-22 Thread Dr. Michael J. Chudobiak
Hi all, I'm having trouble with i18n. The _("") macros in my program work, but the N_("") ones (for initializing string arrays) don't. Any pointers on what the issue could be? This is the program: https://git.gnome.org/browse/moserial If you run it, see if the Help > About > License text

Re: [Vala] FreeBSD - vala/GTK3 - Seat & FileChooserNative types not found

2017-12-22 Thread Al Thomas via vala-list
> On Friday, 22 December 2017, 16:17:53 GMT, philip is hungry via vala-list > wrote: > I am trying to compile a vala program on FreeBSD From the file paths it looks like you are trying to compile Dino on FreeBSD: https://github.com/dino/dino > Running "make" I encounter

[Vala] FreeBSD - vala/GTK3 - Seat & FileChooserNative types not found

2017-12-22 Thread philip is hungry via vala-list
Hello, I am trying to compile a vala program on FreeBSD, it compiles fine on Fedora so I am asking here on the vala list, thinking this is something BSD/vala specific. The configure script runs smooth, as part of the output below indicates: -- Found PkgConfig: /usr/local/bin/pkg-config (found

[Vala] gtk+-3.0 bindings - big change little end user impact (hopefully)

2017-12-22 Thread Al Thomas via vala-list
Hello Fellow Vala Fans, A long standing change to generate the GTK+ 3 bindings from GIR, instead of usingthe older GIDL method, has now gone into Vala mainline: https://git.gnome.org/browse/vala/commit/?id=a8e6aff63e5e1502290ba93398314acf2ad45b60 This enables better bindings to be generated more