Could you consider to apply the attached patch. I think appling this patch to 4.2 branch will help too, it may help me to create VAPI for 4.2 and upload to Vala project.
Many Thanks. -- Trabajar, la mejor arma para tu superación "de grano en grano, se hace la arena" (R) (en trámite, pero para los cuates: LIBRE)
From f15ecf1dd0849524e3a8554a68e0cf442f09a237 Mon Sep 17 00:00:00 2001 From: Daniel Espinosa <[email protected]> Date: Fri, 2 Sep 2011 11:53:32 -0500 Subject: [PATCH] Don't include sql-parsing to GIR to avoid use C specific SQL representation. Use GdaSqlBuilder API instead. --- libgda/Makefile.am | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/libgda/Makefile.am b/libgda/Makefile.am index 266dddd..f3273a0 100644 --- a/libgda/Makefile.am +++ b/libgda/Makefile.am @@ -356,7 +356,6 @@ introspection_sources = $(gda_sources) \ $(gda_headers) \ $(psupport) \ $(threadwrapper) \ - $(sqlparser) \ $(handlers) Gda-5.0.gir: $(lib_LTLIBRARIES) Gda_5_0_gir_INCLUDES = GObject-2.0 libxml2-2.0 -- 1.7.6
_______________________________________________ gnome-db-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-db-list
