[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
A lot of distributions package development files in a separate package. For Fedora these are usually suffixed -devel and Ubuntu -dev. From the list you've provided I can't see libgda-devel By issuing the command: repoquery --list --releasever 22 libgda-devel you can see there is a

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