Re: [Vala] Help with libgda

2015-11-15 Thread Al Thomas
> From: Noe Nieto <nni...@noenieto.com> > Sent: Friday, 13 November 2015, 22:47 > Subject: Re: [Vala] Help with libgda > > These are the vapi files that contain gda in their name: > > $ find /usr | grep -P vapi$ | grep gda > /usr/share/vala/vapi/gdadata-5.0.vapi

Re: [Vala] Help with libgda

2015-11-13 Thread Noe Nieto
ackage to get the VAPI > included. > > > Al > > > > > From: Noe Nieto <nni...@noenieto.com> > Cc: Vala <vala-list@gnome.org> > Sent: Wednesday, 26 August 2015, 18:58 > Subject: Re: [Vala] Help with libgda &

Re: [Vala] Help with libgda

2015-08-26 Thread Al Thomas
vala-list@gnome.org Sent: Wednesday, 26 August 2015, 18:58 Subject: Re: [Vala] Help with libgda Ok, this is embarrasing, I installed into /opt. So, I checked out libgda version 6, compiled and installed on /usr prefix and modified my configure.ac to use the version 6: [...] dnl Check for vala

Re: [Vala] Help with libgda

2015-08-26 Thread Noe Nieto
Nieto nni...@noenieto.com: 2015-08-26 3:01 GMT-07:00 Al Thomas astav...@yahoo.co.uk: - Original Message - From: Noe Nieto nni...@noenieto.com Cc: Vala vala-list@gnome.org Sent: Tuesday, 25 August 2015, 20:14 Subject: Re: [Vala] Help with libgda Just for the record

Re: [Vala] Help with libgda

2015-08-26 Thread Noe Nieto
2015-08-26 3:01 GMT-07:00 Al Thomas astav...@yahoo.co.uk: - Original Message - From: Noe Nieto nni...@noenieto.com Cc: Vala vala-list@gnome.org Sent: Tuesday, 25 August 2015, 20:14 Subject: Re: [Vala] Help with libgda Just for the record. This is what I did all

Re: [Vala] Help with libgda

2015-08-26 Thread Al Thomas
- Original Message - From: Noe Nieto nni...@noenieto.com Cc: Vala vala-list@gnome.org Sent: Tuesday, 25 August 2015, 20:14 Subject: Re: [Vala] Help with libgda Just for the record. This is what I did all this to compile libgda 6.0 with vala bindings on Fedora 22. sudo dnf

Re: [Vala] Help with libgda

2015-08-25 Thread Noe Nieto
Just for the record. This is what I did all this to compile libgda 6.0 with vala bindings on Fedora 22. sudo dnf install vala-devel vala-devel vala-compat-tools vala-tools gtksourceview3 gtksourceview3-devel goocanvas2-devel graphviz-devel libgee-devel community-mysql-devel postgresql-devel

[Vala] Help with libgda

2015-08-24 Thread Noe Nieto
Hi, I generated a vala project using Anjuta on Fedora 22. When I run make on the project I get the following error: $ make make all-recursive make[1]: Entering directory '/home/nnieto/Code/mezquite' Making all in src make[2]: Entering directory '/home/nnieto/Code/mezquite/src' VALAC

Re: [Vala] Help with libgda

2015-08-24 Thread Robert Schroll
On Mon, Aug 24, 2015 at 3:20 PM, Noe Nieto nni...@noenieto.com wrote: error: Package `libgda-5.0' not found in specified Vala API directories or GObject-Introspection GIR directories error: Package `libgda-mysql-5.0' not found in specified Vala API directories or GObject-Introspection GIR

Re: [Vala] Help with libgda

2015-08-24 Thread Al Thomas
Subject: [Vala] Help with libgda Hi, I generated a vala project using Anjuta on Fedora 22. When I run make on the project I get the following error: $ make make all-recursive make[1]: Entering directory '/home/nnieto/Code/mezquite' Making all in src make[2]: Entering directory '/home

Re: [Vala] Help with libgda

2015-08-24 Thread Noe Nieto
Thanks. I'll try to build it from git. -- Noe 2015-08-24 12:32 GMT-07:00 yannick inizan inizan.yann...@gmail.com: because vapi doesn't exist. Only 4.0 is present. libgda 6.0 has his own generated vapi If you want 6.0, build from git. Or on ubuntu :

Re: [Vala] Help with libgda

2015-08-24 Thread yannick inizan
because vapi doesn't exist. Only 4.0 is present. libgda 6.0 has his own generated vapi If you want 6.0, build from git. Or on ubuntu : https://launchpad.net/~inizan-yannick/+archive/ubuntu/development/ 2015-08-24 21:20 GMT+02:00 Noe Nieto nni...@noenieto.com: Hi, I generated a vala project