[gnome-db] Re: libgda/libgnomedb 1.1.99 released



On Mon, 2004-10-11 at 07:51 +0200, Tomasz Kłoczko wrote:
> <disclaimer>I have RW in GNOME CVS tree</disclaimer>
> 
> On Sun, 10 Oct 2004, Rodrigo Moya wrote:
> 
> > libgda/libgnomedb are a complete framewok for developing
> > database-oriented applications, and currently allow access to PostgreSQL,
> > MySQL, Oracle, Sybase, SQLite, FireBird/Interbase, IBM DB2, mSQL and MS
> > SQL server, as well as MS Access and xBase files and ODBC data sources.
> >
> > libgda/libgnomedb are the base of the database support in the GNOME
> > Office application suite, providing database access for many features in
> > both Gnumeric and Abiword.
> >
> > This is the last release before the upcoming 1.2 version.
> >
> > Changes since libgda 1.1.6
> > --------------------------
> 
> Attached patches for this version. Aprove for commit (or refuse):
> 
> - libgda-gettext.patch: remove providers/sybase/main.c from po/POTFILES.in
>    (no included in dist tar ball and also translations from this file are
>    never used by libgda),
> 
> - libgda-ac_fixes.patch: added fixes for latest autoheaders (include in
>    situ autoheaders prototypes),
> 
> - libgda-make-jN.patch: if used in *_LDADD variable *.la file is from
>    current directory do not list them with full path and so not make
>    empty sql_parser_test_DEPENDENCIES variable (this fix allow build
>    libgda using "make -j<N>"),
> 
> - libgda-xbase.patch: fixes for build xbase backend module.
> 
you forgot to attach the patches :)

> > Changes since libgnomedb 1.1.6
> > ------------------------------
> 
> I'm just try to build libgnomedb 1.1.99 in libgda 1.1.6 enviroment and it
> fail with:
> 
> athlon-pld-linux-gcc "-DPACKAGE_NAME=\"GNOME DB library\"" -DPACKAGE_TARNAME=\"libgnomedb\" -DPACKAGE_VERSION=\"1.1.99\" "-DPACKAGE_STRING=\"GNOME DB library 1.1.99\"" -DPACKAGE_BUGREPORT=\"gnome-db-list gnome org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DGETTEXT_PACKAGE=\"libgnomedb\" -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -I. -I. -I.. -I.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/gtksourceview-1.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/include/libgnomeprint-2.2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/us!
>  r/include/libart-2.0 -DHAVE_GTKSOURCEVIEW -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_LIBGLADE -DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/libxml2 -DBUILD_WITH_GNOME -DLIBGNOMEDB_ICONSDIR=\"/usr/share/pixmaps/libgnomedb\" -DLIBGNOMEDB_DATADIR=\"/usr/share/gnome-db\" -DLIBGNOMEDB_LOCALEDIR=\"/usr/share/locale!
>  \" -DLIBGNOMEDB_UIDIR=\"/usr/share/gnome-db/ui\" -DPREFIX=\"/u!
>  sr\" -DS
> YSCONFDIR=\"/etc\" -DDATADIR=\"/usr/share\" -DLIBDIR=\"/usr/lib\" -O2 -march=i686 -MT gnome-db-dsn-config-druid.lo -MD -MP -MF .deps/gnome-db-dsn-config-druid.Tpo -c gnome-db-dsn-config-druid.c  -fPIC -DPIC -o .libs/gnome-db-dsn-config-druid.o
> gnome-db-dsn-config-druid.c: In function `general_next_pressed_cb':
> gnome-db-dsn-config-druid.c:246: error: `GdaProviderParameterInfo' undeclared (first use in this function)
> gnome-db-dsn-config-druid.c:246: error: (Each undeclared identifier is reported only once
> gnome-db-dsn-config-druid.c:246: error: for each function it appears in.)
> gnome-db-dsn-config-druid.c:246: error: `param_info' undeclared (first use 
> in this function)
> make[1]: *** [gnome-db-dsn-config-druid.lo] Error 1
> 
> Probaly it need bump libgda version in configure.in in (current):
> 
> LIBGDA_MODULES="libgda >= 1.1.1"
> 
> to something higher.
> 
this is fixed in CVS now, thanks.
-- 
Rodrigo Moya <rodrigo gnome-db org>




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