Re: [gnome-db] postgresql provider performance



Vivien Malerba wrote:
It's in "V4-branch" branch in the Gnome SVN repository
(http://svn.gnome.org/viewvc/libgda/branches/V4-branch/).

Tell me of any problem you experience...

Cheers!

I can't build V4.  The build ends as follows:
*** Building HTML ***
rm -rf ./html
mkdir ./html
cd ./html && gtkdoc-mkhtml libgda-4.0 ../libgda-4.0-docs.sgml
../xml/gda-connection.xml:1432: parser error : CData section not finished
"SELECT * FROM #<link linkend="tablename"><type>ta

^
../xml/gda-connection.xml:1432: parser error : Premature end of data in tag para line 448

^
../xml/gda-connection.xml:1432: parser error : Premature end of data in tag refsect2 line 434

^
../xml/gda-connection.xml:1432: parser error : Premature end of data in tag refsect1 line 219

^
../xml/gda-connection.xml:1432: parser error : Premature end of data in tag refentry line 1

^
../libgda-4.0-docs.sgml:531: parser error : Failure to process entity libgda-GdaConnection
     &libgda-GdaConnection;
                           ^
../libgda-4.0-docs.sgml:531: parser error : Entity 'libgda-GdaConnection' not defined
     &libgda-GdaConnection;
                           ^
                           ^
../xml/gda-server-provider.xml:1236: parser error : CData section not finished
"SELECT * FROM #<link linkend="tablename"><type>ta

^
../xml/gda-server-provider.xml:1236: parser error : Premature end of data in tag para line 618

^
../xml/gda-server-provider.xml:1236: parser error : Premature end of data in tag refsect2 line 604

^
../xml/gda-server-provider.xml:1236: parser error : Premature end of data in tag refsect1 line 204

^
../xml/gda-server-provider.xml:1236: parser error : Premature end of data in tag refentry line 1

^
../libgda-4.0-docs.sgml:1443: parser error : Failure to process entity libgda-GdaServerProvider
   &libgda-GdaServerProvider;
                             ^
../libgda-4.0-docs.sgml:1443: parser error : Entity 'libgda-GdaServerProvider' not defined
   &libgda-GdaServerProvider;
                             ^
unable to parse ../libgda-4.0-docs.sgml
make[2]: *** [html-build.stamp] Error 6
make[2]: Leaving directory `/mnt/raid/download/computer/software/gnome/libgda/svn/branches/V4-branch/doc/C'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/raid/download/computer/software/gnome/libgda/svn/branches/V4-branch/doc'
make: *** [all-recursive] Error 1

I don't know enough about gtk doc and how it generates the documentation to debug this. I can tell you that the file gda-connection.c has the following line (line 1242): * <![CDATA["SELECT * FROM ##tablename::string"]]> because database usually don't allow variables to be used in place of a

File doc/C/xml/gda-connection.xml has the following line(line 451):
<![CDATA["SELECT * FROM #<link linkend="tablename"><type>tablename</type></link>::string"]]&gt; because database us
ually don't allow variables to be used in place of a

Note the "&gt;" in place of the ">" closing the CDATA. I can't see how or why this happened, but it appears to be what halted the build process. There is a similar problem in gda-server-provider.c -> gda-server-provider.xml.

Mark



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