Fun with Gnome-xml, -perl, extace, etc



I am having problems with other packages, but these are the three that
I am currently trying to get working.

The setup:

cvs tree from Jan 13, 5pm

SuSE 6.0 Beta
gcc from egcs-2.91.60 egcs-1.1.1 release (this really helped get more
             compiled)
gsl-0.4   (latest copy I could find)
2.2pre5 kernel

Some of the failures are from function prototypes not matching, others I
am trying to find.  One of my housemates install RH5.2 and that dispelled
most of the errors.  I being masochistic and trying to get it to work
completely on SuSE.  If anyone has found solutions to the problems listed
below, please email me.  If you are working on them yourself, email me.
If you just wish to snicker at my misfortune, mail /nev/dull.

I am also getting a persistent "locales not supported" warning.

anyway, it bugs out in the following manner.

# gnome-perl fails like so

cc -c -I/opt/gnome/include -DNEED_GNOMESUPPORT_H
-I/opt/gnome/lib/gnome-libs/include -I/usr/X11R6/include
-I/opt/gnome/lib/glib/include -I/opt/gnome/include -I/usr/X11R6/include
-I/opt/gnome/lib/glib/include -I/opt/gnome/include  -I./Gtk -I./Gnome/
-I./GdkImlib/ -I./build -Dbool=char -DHAS_BOOL -I/usr/local/include -O2
-pipe    -DVERSION=\"0.5000\" -DXS_VERSION=\"0.5000\" -fpic
-I/usr/lib/perl5/5.00502/i586-linux/CORE -DGTK_HVER=0x010112
Gnome/xs/Gnome.c
Gnome.xs: In function `GnomeInit_internal':
Gnome.xs:161: too many arguments to function `gnome_init'
make: *** [Gnome/xs/Gnome.o] Error 1


# gnome-xml fails because libxml.so does not define the references.

/bin/sh ./libtool --mode=link gcc -g -O2  -o tester  tester.o ./libxml.la
gcc -g -O2 -o .libs/tester tester.o -Wl,--rpath -Wl,/opt/gnome/lib
./.libs/libxml.so
./.libs/libxml.so: undefined reference to `gzopen'
./.libs/libxml.so: undefined reference to `gzread'
./.libs/libxml.so: undefined reference to `gzclose'
./.libs/libxml.so: undefined reference to `gzwrite'
collect2: ld returned 1 exit status
make: *** [tester] Error 1

#extace fails like

gcc -DHAVE_CONFIG_H -I. -I. -I..
-DGNOMELOCALEDIR=\""/opt/gnome/share/locale"\"
-I/opt/gnome/include -DNEED_GNOMESUPPORT_H
-I/opt/gnome/lib/gnome-libs/include -I/opt/gnome/lib/glib/include
-I/usr/X11R6/include  -g -O2 -c extace.c
extace.c: In function `GetFFT':
extace.c:141: too few arguments to function `gsl_fft_real_radix2'
make: *** [extace.o] Error 1


-Charles



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