[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




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