Re: Gdome installation error
"Robby Dermody" <[email protected]> Thu, 11 Dec 2003 00:31:25 -0500
| Newsgroups | gmane.comp.gnome.gdome |
|---|---|
| Organization | phase9 industries, inc. |
| Message-ID | <006801c3bfa8$056d3580$ed01a8c0@jewel> |
Hi Ramesh, I just reported that same exact bug to the libxml2 team. It is a libxml2 bug. It has been fixed in CVS. You can either check libxml2 out of CVS and use that, wait for the next libxml2 release, or do the fix described here: http://bugzilla.gnome.org/show_bug.cgi?id=128684 Hope that helps, Robby ----- Original Message ----- From: Ramesh Vaidyalingam Padayacchi To: [email protected] Sent: Tuesday, December 09, 2003 7:07 AM Subject: [gdome]Gdome installation error Hi I am using Linux 8 with kernel(Pshyche) 2.4 also i run gcc 3.x version to compile programs. I am trying to install GtkMathView 0.4.3 and its dependencies. I have dowloaded the required dependencies as .tar.gz files as follows: GtkMathView 0.4.3 gmetadom 0.2.1 gdome2 0.8.0 libxml2 2.6.2 Initially, I installed libxml2 using commands as follows: ./configure make make install I received no errors while do so and i assumed it has been installed successfully. Next i tried to install gdome2 0.8.0. There was no error reported while running "./configure" command inside gdome2 directory. But i am getting parse errors when i run "make". I have placed below the lines generated when i run "make" ERRORS LINES START HERE ======================= make all-recursive make[1]: Entering directory `/GtkMathView/gdome2-0.8.0' Making all in libgdome make[2]: Entering directory `/GtkMathView/gdome2-0.8.0/libgdome' Making all in gdomecore make[3]: Entering directory `/GtkMathView/gdome2-0.8.0/libgdome/gdomecore' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/GtkMathView/gdome2-0.8.0/libgdome/gdomecore' Making all in events make[3]: Entering directory `/GtkMathView/gdome2-0.8.0/libgdome/events' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/GtkMathView/gdome2-0.8.0/libgdome/events' Making all in xpath make[3]: Entering directory `/GtkMathView/gdome2-0.8.0/libgdome/xpath' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/GtkMathView/gdome2-0.8.0/libgdome/xpath' make[3]: Entering directory `/GtkMathView/gdome2-0.8.0/libgdome' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../libgdome -I../libgdome/gdomecore -I../libgdome/events -I../libgdome/xpath -I/usr/local/include/libxml2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -Wall -ansi -g -O2 -c gdome.c rm -f .libs/gdome.lo gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../libgdome -I../libgdome/gdomecore -I../libgdome/events -I../libgdome/xpath -I/usr/local/include/libxml2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -Wall -ansi -g -O2 -c gdome.c -fPIC -DPIC -o .libs/gdome.lo In file included from /usr/local/include/libxml2/libxml/hash.h:22, from gdome.c:26: /usr/local/include/libxml2/libxml/parser.h:265: parse error before `xmlHashTablePtr' /usr/local/include/libxml2/libxml/parser.h:265: warning: no semicolon at end of struct or union /usr/local/include/libxml2/libxml/parser.h:266: warning: type defaults to `int' in declaration of `attsSpecial' /usr/local/include/libxml2/libxml/parser.h:266: warning: data definition has no type or storage class /usr/local/include/libxml2/libxml/parser.h:283: parse error before `}' make[3]: *** [gdome.lo] Error 1 make[3]: Leaving directory `/GtkMathView/gdome2-0.8.0/libgdome' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/GtkMathView/gdome2-0.8.0/libgdome' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/GtkMathView/gdome2-0.8.0' make: *** [all-recursive-am] Error 2 command prompt:# END OF ERROR LINES ================== I have also tried the same installation procedures earlier under Linux 7.3 but was not working. I don't know how to proceed further. Am i doing everything in the right way? Please let me know your suggestions. regards Ramesh