On 2 March 2011 14:00, Alexey Zakhlestin <[email protected]> wrote: > I'm trying to build libgda with introspection support on system, which > never had other version of libgda installed. > (using ./configure --prefix=/opt/libgda --enable-introspection=yes) > > getting this during make: > > GISCAN Gda-4.0.gir > I/O warning : failed to load external entity > "/opt/libgda/share/libgda-4.0/information_schema.xml" > > ** (process:507): WARNING **: Missing or malformed file > '/opt/libgda/share/libgda-4.0/information_schema.xml', check your > installation
I haven't checked but I guess when executing the GISCAN phase an instance of the GdaMetaStore object is created (or at leat the class is defined), and Libgda tries to find the information_schema.xml file in the $prefix, thus the warning. So you can safely ignore it. However I'll correct the Makefile so that it knows it needs to fetch that file in the sources (as opposed to $prefix). Regards, Vivien
_______________________________________________ gnome-db-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-db-list
