Re: [Vala] Help with libgda

2015-11-13 Thread Noe Nieto
follow up ...

2015-08-26 11:23 GMT-07:00 Al Thomas <astav...@yahoo.co.uk>:
>
> OK I think you might be there, but just need to clear a few things up.
>
> Firstly, after your last email I did start to think why install in /opt on a 
> Fedora system.
> Maybe that was why your pkg-config  showed the old 5.2.2 instead of 5.2.4 when
> you built 5.2.4


Yes, that was the issue. Now I just compiled with --prefix=/usr
>
>
> Secondly check how many VAPIs are being generated by the build.
> In the build directory issue the command:
> find | grep -P vapi$
> This should list all files ending in vapi. There may be only one - see below.


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
/usr/share/vala/vapi/libgda-5.0.vapi
/usr/share/vala/vapi/libgda-6.0.vapi
/usr/share/vala/vapi/libgdaui-5.0.vapi
/usr/share/vala/vapi/gdadata-6.0.vapi
/usr/share/vala/vapi/libgdata.vapi
/usr/share/vala/vapi/libgdaui-6.0.vapi
/usr/share/vala-0.28/vapi/libgda-report-4.0.vapi
/usr/share/vala-0.28/vapi/libgda-4.0.vapi
/usr/share/vala-0.28/vapi/libgdata.vapi
find: «/usr/share/polkit-1/rules.d»: Permi

>
>
> Thirdly, libgda is a database abstraction layer. Why is a 
> libgda-mysql-5.0.vapi even necessary?
> The Vala program should be built against the abstraction layer, not a 
> database specific API?
> I'm wondering if your projects build instructions are wrong. Try removing 
> --pkg libgda-mysql-5.0.
> Just a thought. I just tried downloading libgda, but too many dependencies 
> for me to spend time on
> at the moment. So I haven't tested this. Otherwise there could be a 
> configuration option to enable
> MySQL?


That's a good question.

Is it enough to just depend on libgda-5.0 or should also explicitly
depend on  libgda-mysql, libgda-postgresql and so on?

>
>
> 5.2.4 is the latest stable version. So if you get it working it may be 
> helpful to the wider
> community to file a bug against Fedora libgda-devel package 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
>
> 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
> AM_PROG_VALAC([0.10.0])
>
>
> PKG_CHECK_MODULES(MEZQUITE, [libgda-6.0 libgda-mysql-6.0 gtk+-3.0])
> [...]
>
> and ran
>
> make distclean
> ./autogen.sh
> make
>
> The result of running 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'
>   VALACmezquite_vala.stamp
> error: Package `libgda-mysql-6.0' not found in specified Vala API directories 
> or GObject-Introspection GIR directories
> Compilation failed: 1 error(s), 0 warning(s)
> Makefile:479: recipe for target 'mezquite_vala.stamp' failed
> make[2]: *** [mezquite_vala.stamp] Error 1
> make[2]: Leaving directory '/home/nnieto/Code/mezquite/src'
> Makefile:454: recipe for target 'all-recursive' failed
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory '/home/nnieto/Code/mezquite'
> Makefile:365: recipe for target 'all' failed
> make: *** [all] Error 2
>
> Should I run the same tests but for git tag 5.2.4?
>



-- 
---
Noe Nieto
NNieto Consulting Services
M: nni...@noenieto.com
W: http://noenieto.com
T:  @tzicatl
Li: Perfil en LinkedIn
___
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list


Re: [Vala] Help with libgda

2015-08-26 Thread Noe Nieto
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
AM_PROG_VALAC([0.10.0])


PKG_CHECK_MODULES(MEZQUITE, [libgda-6.0 libgda-mysql-6.0 gtk+-3.0])
[...]

and ran

make distclean
./autogen.sh
make

The result of running 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'
  VALACmezquite_vala.stamp
error: Package `libgda-mysql-6.0' not found in specified Vala API
directories or GObject-Introspection GIR directories
Compilation failed: 1 error(s), 0 warning(s)
Makefile:479: recipe for target 'mezquite_vala.stamp' failed
make[2]: *** [mezquite_vala.stamp] Error 1
make[2]: Leaving directory '/home/nnieto/Code/mezquite/src'
Makefile:454: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/nnieto/Code/mezquite'
Makefile:365: recipe for target 'all' failed
make: *** [all] Error 2

Should I run the same tests but for git tag 5.2.4?

--
Noe





2015-08-26 9:47 GMT-07:00 Noe 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. 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 libsqlite3x-devel

  git clone https://github.com/GNOME/libgda.git

 Does
 git clone -b LIBGDA_5_2_2 --single-branch
 https://github.com/GNOME/libgda.git
 also work?
 Or now you already have cloned it:
  cd libgda/
 git checkout -b LIBGDA_5_2_2


 Yes, it builds if I specify VALA_API_VERSION=0.28

 I ran git checkout -b LIBGDA_5_2_4 and then  configure and make. Just
 before running make install i checked the version with pkg-config:
 $ pkg-config --modversion libgda-5.0
 5.2.2

 After executing sudo make install:
 $ pkg-config --modversion libgda-5.0
 5.2.2

 So, it seems like if it didn't install the new version .. weird. My anjuta
 project no longer complains about libgda-5.0 missing, but libgda-mysql-5.0
 is still missing.


  VALA_API_VERSION=0.28 ./autogen.sh --prefix=/opt --enable-json
  --enable-vala=yes --enable-gda-gi=yes --enable-gdaui-gi=yes
  --enable-gi-system-install=yes --enable-gdaui-vala=yes
  --enable-vala-extensions=yes --enable-gtk-doc --enable-system-sqlite
  --with-ui --with-gtksourceview --with-goocanvas --with-graphviz
  --with-gnome-keyring --enable-binreloc --enable-system-sqlite=no


 It looks as though 5.23 had a couple of commits related to VAPI:
 https://git.gnome.org/browse/libgda/log/?h=LIBGDA_5.2
 so it might be worth trying to build for LIBGDA_5_2_4


  Can libgda 6.0 be installed along with the one that ships with fedora
  (5.22)?

 Looks though Ubuntu have a bug for this:
 https://bugs.launchpad.net/ubuntu/+source/libgda5/+bug/1016727
 but can't find anything for Fedora:

 https://bugzilla.redhat.com/buglist.cgi?bug_status=NEWbug_status=ASSIGNEDbug_status=POSTbug_status=MODIFIEDbug_status=ON_DEVbug_status=ON_QAbug_status=VERIFIEDbug_status=RELEASE_PENDINGbug_status=CLOSEDclassification=Fedoracomponent=libgdaproduct=Fedoraquery_format=advanced

 If the VAPI builds OK for 5.22 or 5.24 it may be worth filing a Fedora
 bug so
 atleast it appears in the next release. Not sure when 6.0 is expected to
 be released:
 http://www.gnome-db.org/Roadmap

 Thanks for letting us know of your progress,

 Al
 ___
 vala-list mailing list
 vala-list@gnome.org
 https://mail.gnome.org/mailman/listinfo/vala-list




 --
 ---
 Noe Nieto
 NNieto Consulting Services
 M: nni...@noenieto.com
 W: http://noenieto.com
 T:  @tzicatl https://twitter.com/#%21/tzicatl
 Li: Perfil en LinkedIn http://www.linkedin.com/profile/view?id=84300665




-- 
---
Noe Nieto
NNieto Consulting Services
M: nni...@noenieto.com
W: http://noenieto.com
T:  @tzicatl https://twitter.com/#%21/tzicatl
Li: Perfil en LinkedIn http://www.linkedin.com/profile/view?id=84300665
___
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list


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 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 libsqlite3x-devel

  git clone https://github.com/GNOME/libgda.git

 Does
 git clone -b LIBGDA_5_2_2 --single-branch
 https://github.com/GNOME/libgda.git
 also work?
 Or now you already have cloned it:
  cd libgda/
 git checkout -b LIBGDA_5_2_2


Yes, it builds if I specify VALA_API_VERSION=0.28

I ran git checkout -b LIBGDA_5_2_4 and then  configure and make. Just
before running make install i checked the version with pkg-config:
$ pkg-config --modversion libgda-5.0
5.2.2

After executing sudo make install:
$ pkg-config --modversion libgda-5.0
5.2.2

So, it seems like if it didn't install the new version .. weird. My anjuta
project no longer complains about libgda-5.0 missing, but libgda-mysql-5.0
is still missing.


 VALA_API_VERSION=0.28 ./autogen.sh --prefix=/opt --enable-json
  --enable-vala=yes --enable-gda-gi=yes --enable-gdaui-gi=yes
  --enable-gi-system-install=yes --enable-gdaui-vala=yes
  --enable-vala-extensions=yes --enable-gtk-doc --enable-system-sqlite
  --with-ui --with-gtksourceview --with-goocanvas --with-graphviz
  --with-gnome-keyring --enable-binreloc --enable-system-sqlite=no


 It looks as though 5.23 had a couple of commits related to VAPI:
 https://git.gnome.org/browse/libgda/log/?h=LIBGDA_5.2
 so it might be worth trying to build for LIBGDA_5_2_4


  Can libgda 6.0 be installed along with the one that ships with fedora
  (5.22)?

 Looks though Ubuntu have a bug for this:
 https://bugs.launchpad.net/ubuntu/+source/libgda5/+bug/1016727
 but can't find anything for Fedora:

 https://bugzilla.redhat.com/buglist.cgi?bug_status=NEWbug_status=ASSIGNEDbug_status=POSTbug_status=MODIFIEDbug_status=ON_DEVbug_status=ON_QAbug_status=VERIFIEDbug_status=RELEASE_PENDINGbug_status=CLOSEDclassification=Fedoracomponent=libgdaproduct=Fedoraquery_format=advanced

 If the VAPI builds OK for 5.22 or 5.24 it may be worth filing a Fedora bug
 so
 atleast it appears in the next release. Not sure when 6.0 is expected to
 be released:
 http://www.gnome-db.org/Roadmap

 Thanks for letting us know of your progress,

 Al
 ___
 vala-list mailing list
 vala-list@gnome.org
 https://mail.gnome.org/mailman/listinfo/vala-list




-- 
---
Noe Nieto
NNieto Consulting Services
M: nni...@noenieto.com
W: http://noenieto.com
T:  @tzicatl https://twitter.com/#%21/tzicatl
Li: Perfil en LinkedIn http://www.linkedin.com/profile/view?id=84300665
___
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list


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 libsqlite3x-devel
git clone https://github.com/GNOME/libgda.git
cd libgda/
VALA_API_VERSION=0.28 ./autogen.sh --prefix=/opt --enable-json
--enable-vala=yes --enable-gda-gi=yes --enable-gdaui-gi=yes
--enable-gi-system-install=yes --enable-gdaui-vala=yes
--enable-vala-extensions=yes --enable-gtk-doc --enable-system-sqlite
--with-ui --with-gtksourceview --with-goocanvas --with-graphviz
--with-gnome-keyring --enable-binreloc --enable-system-sqlite=no

Can libgda 6.0 be installed along with the one that ships with fedora
(5.22)?

--
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 :
 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 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'
   VALACmezquite_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)
 Makefile:479: recipe for target 'mezquite_vala.stamp' failed
 make[2]: *** [mezquite_vala.stamp] Error 1
 make[2]: Leaving directory '/home/nnieto/Code/mezquite/src'
 Makefile:454: recipe for target 'all-recursive' failed
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory '/home/nnieto/Code/mezquite'
 Makefile:365: recipe for target 'all' failed
 make: *** [all] Error 2

 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.0libgda-sqlcipher-5.0 - GDA (GNOME Data
 Access) SQLCipher provider
 libgda-5.0  libgda-5.0 - GDA (GNOME Data Access)
 library
 libgdatalibgdata - 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.0libgda-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

 And my Makefile.am looks lik this:

 dnl Process this file with autoconf to produce a configure script.
 dnl Created by Anjuta application wizard.

 AC_INIT(mezquite, 0.1)

 AC_CONFIG_HEADERS([config.h])

 AM_INIT_AUTOMAKE([1.11])

 AM_SILENT_RULES([yes])

 AC_PROG_CC




 LT_INIT

 dnl Check for vala
 AM_PROG_VALAC([0.10.0])


 PKG_CHECK_MODULES(MEZQUITE, [libgda-5.0 libgda-mysql-5.0 gtk+-3.0])


 AC_OUTPUT([
 Makefile
 src/Makefile

 ])

 I'm a bit lost on this. Any help will be greatly appreciated.


 --
 ---
 Noe Nieto
 NNieto Consulting Services
 M: nni...@noenieto.com
 W: http://noenieto.com
 T:  @tzicatl https://twitter.com/#%21/tzicatl
 Li: Perfil en LinkedIn http://www.linkedin.com/profile/view?id=84300665
 ___
 vala-list mailing list
 vala-list@gnome.org
 https://mail.gnome.org/mailman/listinfo/vala-list





-- 
---
Noe Nieto
NNieto Consulting Services
M: nni...@noenieto.com
W: http://noenieto.com
T:  @tzicatl https://twitter.com/#%21/tzicatl
Li: Perfil en LinkedIn http://www.linkedin.com/profile/view?id=84300665
___
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list


[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'
  VALACmezquite_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)
Makefile:479: recipe for target 'mezquite_vala.stamp' failed
make[2]: *** [mezquite_vala.stamp] Error 1
make[2]: Leaving directory '/home/nnieto/Code/mezquite/src'
Makefile:454: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/nnieto/Code/mezquite'
Makefile:365: recipe for target 'all' failed
make: *** [all] Error 2

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.0libgda-sqlcipher-5.0 - GDA (GNOME Data
Access) SQLCipher provider
libgda-5.0  libgda-5.0 - GDA (GNOME Data Access)
library
libgdatalibgdata - 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.0libgda-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

And my Makefile.am looks lik this:

dnl Process this file with autoconf to produce a configure script.
dnl Created by Anjuta application wizard.

AC_INIT(mezquite, 0.1)

AC_CONFIG_HEADERS([config.h])

AM_INIT_AUTOMAKE([1.11])

AM_SILENT_RULES([yes])

AC_PROG_CC




LT_INIT

dnl Check for vala
AM_PROG_VALAC([0.10.0])


PKG_CHECK_MODULES(MEZQUITE, [libgda-5.0 libgda-mysql-5.0 gtk+-3.0])


AC_OUTPUT([
Makefile
src/Makefile

])

I'm a bit lost on this. Any help will be greatly appreciated.


-- 
---
Noe Nieto
NNieto Consulting Services
M: nni...@noenieto.com
W: http://noenieto.com
T:  @tzicatl https://twitter.com/#%21/tzicatl
Li: Perfil en LinkedIn http://www.linkedin.com/profile/view?id=84300665
___
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list


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 :
 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 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'
   VALACmezquite_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)
 Makefile:479: recipe for target 'mezquite_vala.stamp' failed
 make[2]: *** [mezquite_vala.stamp] Error 1
 make[2]: Leaving directory '/home/nnieto/Code/mezquite/src'
 Makefile:454: recipe for target 'all-recursive' failed
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory '/home/nnieto/Code/mezquite'
 Makefile:365: recipe for target 'all' failed
 make: *** [all] Error 2

 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.0libgda-sqlcipher-5.0 - GDA (GNOME Data
 Access) SQLCipher provider
 libgda-5.0  libgda-5.0 - GDA (GNOME Data Access)
 library
 libgdatalibgdata - 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.0libgda-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

 And my Makefile.am looks lik this:

 dnl Process this file with autoconf to produce a configure script.
 dnl Created by Anjuta application wizard.

 AC_INIT(mezquite, 0.1)

 AC_CONFIG_HEADERS([config.h])

 AM_INIT_AUTOMAKE([1.11])

 AM_SILENT_RULES([yes])

 AC_PROG_CC




 LT_INIT

 dnl Check for vala
 AM_PROG_VALAC([0.10.0])


 PKG_CHECK_MODULES(MEZQUITE, [libgda-5.0 libgda-mysql-5.0 gtk+-3.0])


 AC_OUTPUT([
 Makefile
 src/Makefile

 ])

 I'm a bit lost on this. Any help will be greatly appreciated.


 --
 ---
 Noe Nieto
 NNieto Consulting Services
 M: nni...@noenieto.com
 W: http://noenieto.com
 T:  @tzicatl https://twitter.com/#%21/tzicatl
 Li: Perfil en LinkedIn http://www.linkedin.com/profile/view?id=84300665
 ___
 vala-list mailing list
 vala-list@gnome.org
 https://mail.gnome.org/mailman/listinfo/vala-list





-- 
---
Noe Nieto
NNieto Consulting Services
M: nni...@noenieto.com
W: http://noenieto.com
T:  @tzicatl https://twitter.com/#%21/tzicatl
Li: Perfil en LinkedIn http://www.linkedin.com/profile/view?id=84300665
___
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list


[Vala] Amazon S3 library for Vala?

2015-05-21 Thread Noe Nieto
Hi,

I wan to upload and download files from/to Amazon S3. Is there a library in
Vala that already does the job?



-- 
---
Noe Nieto
NNieto Consulting Services
M: nni...@noenieto.com
W: http://noenieto.com
T:  @tzicatl https://twitter.com/#%21/tzicatl
Li: Perfil en LinkedIn http://www.linkedin.com/profile/view?id=84300665
___
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list