Re: [Vala] Help with libgda



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 
/usr/share/gir-1.0/Gda-5.0.gir
file, but not VAPI.

The gir file may work or you could also try generating a VAPI from it.
See https://wiki.gnome.org/Projects/Vala/Bindings

Let us know how you get on,


Al


----- Original Message -----
From: Noe Nieto <nnieto noenieto com>
Sent: Monday, 24 August 2015, 20:20
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/nnieto/Code/mezquite/src'
  VALAC    mezquite_vala.stamp
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 directories
Compilation failed: 2 error(s), 0 warning(s)
Libgda is installed on the system:
$ pkg-config --list-all | grep gda
libgda-ldap-5.0                     libgda-ldap-5.0 - GDA Ldap provider
libgda-xslt-5.0                     libgda-xslt-5.0 - GDA (GNOME Data
Access) XSLT extension
libgda-bdbsql-5.0                   libgda-bdbsql-5.0 - GDA (GNOME Data
Access) BDBSql provider
libgda-jdbc-5.0                     libgda-jdbc-5.0 - GDA (GNOME Data
Access) JDBC provider
libgda-sqlcipher-5.0                libgda-sqlcipher-5.0 - GDA (GNOME Data
Access) SQLCipher provider
libgda-5.0                          libgda-5.0 - GDA (GNOME Data Access)
library
libgdata                            libgdata - GData client library
libgda-report-5.0                   libgda-report-5.0 - GDA (GNOME Data
Access) Reports
libgda-mdb-5.0                      libgda-mdb-5.0 - GDA (GNOME Data
Access) MDB provider
libgda-sqlite-5.0                   libgda-sqlite-5.0 - GDA (GNOME Data
Access) SQLite provider
libgda-mysql-5.0                    libgda-postgres-5.0 - GDA (GNOME Data
Access) Mysql provider
libgda-bdb-5.0                      libgda-bdb-5.0 - GDA (GNOME Data
Access) BDB provider
libgda-postgres-5.0                 libgda-postgres-5.0 - GDA (GNOME Data
Access) PostgreSQL provider
libgda-web-5.0                      libgda-web-5.0 - GDA (GNOME Data
Access) Web provider



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]