Re: problem with autogen.sh in latest cvs for gnome-lib



On Fri, Mar 27, 1998 at 12:17:08AM -0700, Tom Tromey wrote:
> Matthew> I was trying to compile gnome-libs from the CVS repository
> Matthew> and I keep getting a problem with configure failing with a
> Matthew> /bin/sh syntax error at AM_PATH_GTK.  From my limited
> Matthew> knowledge of autoconf, it would appear that AM_PATH_GTK was
> Matthew> not defined in one the macro files.  Has someone else seen
> Matthew> this or have done something else wrong??
> 
> This typically means that you installed automake (and hence aclocal)
> using a different --prefix than the one you gave when you configured
> Gtk.
> 
> That's an ok thing to do, but you have to be aware of this
> consequence.
> 
> The fix is to copy gtk.m4 into <prefix>/share/aclocal/, where <prefix>
> is the prefix you gave when you configured automake.  Then rm
> config.cache and re-run autogen.sh.
> 

That fixed  that problem.  Everything compiled except for gtk-xmhtml.  I got
this:

Making all in gtk-xmhtml
make[2]: Entering directory `/home/mab/gnome/gnome-libs/gtk-xmhtml'
../libtool --mode=link gcc -g -O2  -o htmltest  test.o ../gtk-xmhtml/libgtkxmhtml.la -lXpm -ljpeg -lpng -lz -lSM -lICE -L/usr/local/lib -L/usr/X11R6/lib -lgtk -lgdk -lglib -lXext -lX11 -lm  -lm 
gcc -g -O2 -o .libs/htmltest test.o -Wl,-rpath -Wl,/usr/local/lib ../gtk-xmhtml/.libs/libgtkxmhtml.so -lXpm -ljpeg -lpng -lz -lSM -lICE -L/usr/local/lib -L/usr/X11R6/lib -lgtk -lgdk -lglib -lXext -lX11 -lm -lm
../gtk-xmhtml/.libs/libgtkxmhtml.so: undefined reference to `uncompress'
../gtk-xmhtml/.libs/libgtkxmhtml.so: undefined reference to `compress'
make[2]: *** [htmltest] Error 1
make[2]: Target `all' not remade because of errors.
make[2]: Leaving directory `/home/mab/gnome/gnome-libs/gtk-xmhtml'

There's some library missing with compress functions but I haven't looked
closely into it.

matt
-- 
--------------------------Matthew Aloysious Brannigan-------------------------
|               mab@acm.org (Personal)  mbrannig@bbn.com (Business)          |
|                          http://www.smart.net/~mab                         |
---- "The average hacker could....." Me --------------------------------------



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