Re: [Vala] installing vala `./configure'

2012-02-21 Thread Luca Bruno
On Tue, Feb 21, 2012 at 6:37 AM, live(vmars316) wrote: > Greetings, > (Win7x64, HotBasic, “C programming”) > I have downloaded vala-0.14.2.tar.xz . UnPacked it. > The INSTALL.file says: > < 1. `cd' to the directory containing the package's source code and type > `./configure' to configure th

[Vala] Vala and Redis (and others NoSQL)

2012-02-21 Thread Dmitriy Kovalenko
How can I work with Redis (http://redis.io) in Vala? I can not find *.vapi for hredis (http://redis.io/clients). (?) And are there examples work witn other NoSQL databases in Vala (CouchDB, MogoDB, Riak, etc.)? Thanks. -- Banzai, Dmitriy Kovalenko ___

[Vala] Crash when generate .gir

2012-02-21 Thread Derek Dai
I try to use valac (0.12, 0.14, 0.16) to generate .gir. I found that if my vala code look like below namespace Bla { public enum MyEnum { VALUE1, VALUE2 } public class MyObj { public MyEnum e; } } valac will segfault. If I replace public MyEnum e;

Re: [Vala] Vala and Redis (and others NoSQL)

2012-02-21 Thread Fabian Deutsch
Am Mittwoch, den 22.02.2012, 01:50 +0200 schrieb Dmitriy Kovalenko: > How can I work with Redis (http://redis.io) in Vala? > I can not find *.vapi for hredis (http://redis.io/clients). (?) AFAIK there is not yet a binding/vapi for redis. But it might not be to hard to create some bindings. > And

Re: [Vala] Vala and Redis (and others NoSQL)

2012-02-21 Thread tomw
On Mi, 2012-02-22 at 01:50 +0200, Dmitriy Kovalenko wrote: > How can I work with Redis (http://redis.io) in Vala? > I can not find *.vapi for hredis (http://redis.io/clients). (?) > > And are there examples work witn other NoSQL databases in Vala > (CouchDB, MogoDB, Riak, etc.)? > Thanks. > There