Re: [Vala] Val(a)IDE 0.5 - IDE for Vala

2009-06-16 Thread Phil Housley
2009/6/11 Nicolas Joseph gege2...@redaction-developpez.com:  * Unique instance Hi, I see you are using guniqueapp for this, have you tried using libunique? Then you could just use the library instead of keeping a copy of the code. More details at: http://live.gnome.org/LibUnique

[Vala] [Genie] Problem with gettext

2009-06-16 Thread Nicolas
Hi, I have a strange problem using gettext. This is my code: const GETTEXT_PACKAGE : string = NicEdit const LOCALE_DIR : string = /usr/local/lib/locale const VERSION : string = 1.0 init Gtk.init (ref args) Intl.textdomain(GETTEXT_PACKAGE) Intl.bindtextdomain(GETTEXT_PACKAGE,

Re: [Vala] [Genie] Problem with gettext

2009-06-16 Thread Nicolas Joseph
Hi, GETTEXT_PACKAGE must be a macro. you can define it with the -D option or, if you use a building system, add the config.h file for all sources files with the -include option for gcc (-X '-include config.h') 2009/6/16 Nicolas c.r@wanadoo.fr Hi, I have a strange problem using gettext.

Re: [Vala] Val(a)IDE 0.5 - IDE for Vala

2009-06-16 Thread Nicolas Joseph
I am a little lost in these libraries, I thought guniqueapp replace them? http://live.gnome.org/SingleInstanceApps 2009/6/16 Phil Housley undeconstruc...@gmail.com: 2009/6/11 Nicolas Joseph gege2...@redaction-developpez.com:  * Unique instance Hi, I see you are using guniqueapp for this,

Re: [Vala] Val(a)IDE 0.5 - IDE for Vala

2009-06-16 Thread Emmanuele Bassi
On Tue, 2009-06-16 at 16:20 +0200, Nicolas Joseph wrote: I am a little lost in these libraries, I thought guniqueapp replace them? http://live.gnome.org/SingleInstanceApps guniqueapp is not maintained anymore, and should not be used. unique is the GNOME external dependency for single instance

Re: [Vala] libidn bindings?

2009-06-16 Thread Jiří Zárevúcky
Hello again. So I've started my my effort and since it's my first attempt, I'd like some opinions and review. I started with stringprep and punycode parts. Some functions are kinda difficult to use in Vala, as they require preallocated buffer to store output and some even use input buffer for it.

[Vala] autotool support for genie

2009-06-16 Thread Jamie McCracken
hi juerg, i note that vala now has automake support for .vala files but it lacks .gs genie source file support i have a patch for autotools to support genie but my perl is not very good so please see attached patch and let me know if its right and i will forward to autotools list thanks jamie

Re: [Vala] autotool support for genie

2009-06-16 Thread Jürg Billeter
Hi Jamie, On Tue, 2009-06-16 at 19:02 -0400, Jamie McCracken wrote: hi juerg, i note that vala now has automake support for .vala files but it lacks .gs genie source file support i have a patch for autotools to support genie but my perl is not very good so please see attached patch and