[Vala] [ANNOUNCE] Vala Toys for gEdit 0.12.1

2011-08-12 Thread Andrea Del Signore
Minor vala toys update that fixes some crash with empty vala files. Version 0.12.1 can be downloaded here: http://vtg.googlecode.com/files/vtg-0.12.1.tar.bz2 This version supports the valac from version 0.12 NEWS for version 0.12.1 === * minor bugfix release *

Re: [Vala] Fwd: Problem installing vtg under Debian Sid

2011-08-12 Thread Andrea Del Signore
Hi, On Thu, 2011-08-11 at 07:36 +0200, Serge Hulne wrote: -- Forwarded message -- From: Serge Hulne serge.hu...@gmail.com Date: Wed, Aug 10, 2011 at 10:30 PM Subject: Re: Problem installing vtg under Debian Sid To: Andrea Del Signore seje...@tin.it Thanks ! I have

Re: [Vala] Fwd: Problem installing vtg under Debian Sid

2011-08-12 Thread Andrea Del Signore
Hi, On Thu, 2011-08-11 at 07:41 -0700, bsquared wrote: On Wed, Aug 10, 2011 at 10:36 PM, Serge Hulne serge.hu...@gmail.com wrote: I posted a comment on http://code.google.com/p/vtg/wiki/Compile regarding compiling and installing with latest vala. However the install instructions may be

[Vala] A pragmatic combination of gedit plugins for Vala.

2011-08-12 Thread Serge Hulne
Hi All, I have been experimenting with Gedit plugins for Vala lately. I have compared the latest version of vtg (vala programming toys for Gedit) under Debian Sid (0.12 version) and the 0.10.2 which is available on Ubuntu 11.04 (natty narwhal). My conclusion is as follows: They both work ok,

Re: [Vala] Fwd: Problem installing vtg under Debian Sid

2011-08-12 Thread Abderrahim Kitouni
Hello, في ج، 12-08-2011 عند 09:25 +0200 ، كتب Andrea Del Signore: If you still want to do a local install download vala toys 0.12.1 that I just released and then: ./configure --prefix=$HOME/.local make make install after that you have to copy the vtg setting schema in the

Re: [Vala] Fwd: Problem installing vtg under Debian Sid

2011-08-12 Thread Sébastien Wilmet
On Fri, Aug 12, 2011 at 10:43:48AM +0100, Abderrahim Kitouni wrote: Instead of doing this, you could add ~/.local/share to the XDG_DATA_DIRS environment variable, by using something like: export XDG_DATA_DIRS=~/.local/share:$XDG_DATA_DIRS in a terminal and then running gedit from that

[Vala] Incorrect copy usage in ZMQ vapi

2011-08-12 Thread Lewis Gunsch
Hi, I am having troubles writting a Vapi for ZeroMQ. There are some issues with the Socket.send method: whenever socket.send is called, it makes a temp zmq_msg_t variable with zmq_msg_copy(); however, it does not initialize this variable before using it and this is required by ZMQ. Also, it