Hi all,
I am sorry to post this on the list but I can't send mail to Damon even
from my Connectfree account/dialup. Am I the only one who gets mail to
Damon returned with...
550 <[EMAIL PROTECTED]>... User unknown
---------------------------------------------------------------
Thanks for the offer of help, I guess that the answer might be a useful
FAQ as I'm sure that it is something really stupid that I have done.
I have moved to private email as I feel bad perpetuating a thread called
'Glade 0.5.3 segfault and other wierdness' when, of course, there is
nothing wrong with Glade :-)
I did 'cvs get glade' so that I had a full set of files and then ran
./autogen.sh 2>&1 | tee ./autogen.log
in user root in case there were any permissions problems and I have
attached the autogen.log file.
Doing some investigations:
---------------------------------------------------------
dermot 16:58:07 - ~ >$ /usr/bin/aclocal --version
aclocal (GNU automake) 1.4a
Copyright (C) 1999 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Tom Tromey <[EMAIL PROTECTED]>
---------------------------------------------------------
dermot 16:58:17 - ~ >$ autoconf --version
Autoconf version 2.13
---------------------------------------------------------
dermot 16:54:11 - ~ >$ aclocal --print-ac-dir
/usr/share/aclocal
---------------------------------------------------------
dermot 16:54:25 - ~ >$ dir /usr/share/aclocal/
total 75
-rw-r--r-- 1 root root 2785 Mar 22 1999 ccstdc.m4
-rw-r--r-- 1 root root 162 Mar 22 1999 cond.m4
-rw-r--r-- 1 root root 651 Mar 22 1999 dmalloc.m4
-rw-r--r-- 1 root root 425 Mar 22 1999 error.m4
-rw-r--r-- 1 root root 5873 Sep 2 00:47 esd.m4
-rw-r--r-- 1 root root 6295 Oct 2 1998 gimp.m4
-rw-r--r-- 1 root root 8442 Jun 9 20:00 glib.m4
-rw-r--r-- 1 root root 8285 Jun 9 20:58 gtk.m4
-rw-r--r-- 1 root root 856 Mar 22 1999 header.m4
-rw-r--r-- 1 root root 11371 Feb 25 1999 imlib.m4
-rw-r--r-- 1 root root 1231 Mar 22 1999 init.m4
-rw-r--r-- 1 root root 351 Mar 22 1999 lex.m4
-rw-r--r-- 1 root root 1164 Mar 22 1999 lispdir.m4
-rw-r--r-- 1 root root 652 Mar 22 1999 maintainer.m4
-rw-r--r-- 1 root root 697 Mar 22 1999 missing.m4
-rw-r--r-- 1 root root 3934 Mar 22 1999 mktime.m4
-rw-r--r-- 1 root root 1310 Mar 22 1999 multi.m4
-rw-r--r-- 1 root root 443 Mar 22 1999 obstack.m4
-rw-r--r-- 1 root root 630 Mar 22 1999 protos.m4
-rw-r--r-- 1 root root 365 Mar 22 1999 ptrdiff.m4
-rw-r--r-- 1 root root 1469 Mar 22 1999 regex.m4
-rw-r--r-- 1 root root 1345 Mar 22 1999 sanity.m4
-rw-r--r-- 1 root root 2106 Mar 22 1999 strtod.m4
-rw-r--r-- 1 root root 358 Mar 22 1999 termios.m4
-rw-r--r-- 1 root root 911 Mar 22 1999 winsz.m4
---------------------------------------------------------
dermot 16:55:13 - ~ >$ dir /usr/local/share/aclocal
total 53
-rw-r--r-- 1 root root 8442 Jul 5 11:11 glib.m4
-rw-r--r-- 1 root root 8285 Jul 5 12:02 gtk.m4
-rw-r--r-- 1 root trusted 11371 Jul 22 12:20 imlib.m4
-rw-r--r-- 1 root root 6246 Sep 19 03:06 libart.m4
-rw-r--r-- 1 root root 14751 Sep 18 21:41 libtool.m4
---------------------------------------------------------
The main thing that worries me is that I have copies of eg. the glib &
gtk.m4 files in two places with the newer ones apparently ignored. I
combined the latest versions of all files in /usr/local/share/aclocal
and then gave -I /usr/local/share/aclocal but all I got was a load of
duplicate macro warnings.
The other oddity is the advice:
'You should add the contents of `/usr/local/share/aclocal/libtool.m4' to
`aclocal.m4'.
I also did the same cvs get/autogen call in CVS gnome-libs and I have
attached this autogen.log as well
These CVS modules are the only time that I run autogen scripts so I am
totally ignorant about what is going on.
Thanks for your time, Dermot
**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`./autogen.sh' command line.
processing .
Creating ./aclocal.m4 ...
Running gettextize... Ignore non-fatal messages.
./autogen.sh: gettextize: command not found
Making ./aclocal.m4 writable ...
Running libtoolize...
You should add the contents of `/usr/local/share/aclocal/libtool.m4' to
`aclocal.m4'.
Running aclocal -I macros ...
aclocal: configure.in: 12: macro `AM_PROG_LIBTOOL' not found in library
aclocal: configure.in: 31: macro `AM_GNU_GETTEXT' not found in library
Running autoheader...
Running automake --gnu ...
Makefile.am:3: required directory ./intl does not exist
glade/Makefile.am:13: variable `INTLLIBS' not defined
macros/Makefile.am:32: INSIDE_GNOME_COMMON does not appear in AM_CONDITIONAL
Running autoconf ...
skipping ./examples/editor -- flagged as no auto-gen
Running ./configure --enable-maintainer-mode --enable-compile-warnings ...
loading cache ./config.cache
./configure: syntax error near unexpected token `AM_INIT_AUTOMAKE(glade,'
./configure: ./configure: line 533: `AM_INIT_AUTOMAKE(glade, 0.5.3)'
**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`./autogen.sh' command line.
processing .
Creating ./aclocal.m4 ...
Running gettextize... Ignore non-fatal messages.
./autogen.sh: gettextize: command not found
Making ./aclocal.m4 writable ...
Running libtoolize...
You should add the contents of `/usr/local/share/aclocal/libtool.m4' to
`aclocal.m4'.
Running aclocal -I macros ...
aclocal: configure.in: 19: macro `AM_PROG_LIBTOOL' not found in library
aclocal: configure.in: 98: macro `AM_PATH_PROG_WITH_TEST' not found in library
aclocal: configure.in: 98: macro `AM_PATH_PROG_WITH_TEST' not found in library
aclocal: configure.in: 98: macro `AM_PATH_PROG_WITH_TEST' not found in library
aclocal: configure.in: 98: macro `AM_PATH_PROG_WITH_TEST' not found in library
aclocal: configure.in: 98: macro `AM_PATH_PROG_WITH_TEST' not found in library
aclocal: configure.in: 98: macro `AM_PATH_PROG_WITH_TEST' not found in library
aclocal: configure.in: 98: macro `AM_LC_MESSAGES' not found in library
Running autoheader...
Running automake --gnu ...
Makefile.am:15: required directory ./intl does not exist
Makefile.am:15: required directory ./support does not exist
Makefile.am:15: required directory ./libart_lgpl does not exist
gtk-xmhtml/Makefile.am:65: variable `INTLLIBS' not defined
libgnome/Makefile.am:93: variable `INTLLIBS' not defined
libgnome/Makefile.am:98: variable `INTLLIBS' not defined
libgnome/Makefile.am:102: variable `INTLLIBS' not defined
libgnome/Makefile.am:107: variable `INTLLIBS' not defined
libgnomeui/Makefile.am:266: variable `INTLLIBS' not defined
libgnomeui/Makefile.am:273: variable `INTLLIBS' not defined
libgnomeui/Makefile.am:280: variable `INTLLIBS' not defined
libgnomeui/Makefile.am:287: variable `INTLLIBS' not defined
libgnomeui/Makefile.am:294: variable `INTLLIBS' not defined
libgnomeui/Makefile.am:301: variable `INTLLIBS' not defined
libgnorba/Makefile.am:78: variable `ORBIT_LIBS' not defined
libgnorba/Makefile.am:82: variable `ORBIT_LIBS' not defined
libgnorba/Makefile.am:82: variable `INTLLIBS' not defined
libgnorba/Makefile.am:95: variable `ORBIT_LIBS' not defined
libgnorba/Makefile.am:95: variable `INTLLIBS' not defined
libgnorba/Makefile.am:108: variable `ORBIT_LIBS' not defined
libgnorba/Makefile.am:108: variable `INTLLIBS' not defined
zvt/Makefile.am:52: variable `GDK_IMLIB_LIBS' not defined
zvt/Makefile.am:52: variable `INTLLIBS' not defined
test-suite/tests/Makefile.am:10: variable `INTLLIBS' not defined
test-suite/tests/Makefile.am:10: variable `INTLLIBS' not defined
test-suite/tests/Makefile.am:10: variable `INTLLIBS' not defined
test-suite/tests/Makefile.am:10: variable `INTLLIBS' not defined
test-suite/tests/Makefile.am:10: variable `INTLLIBS' not defined
test-suite/tests/Makefile.am:10: variable `INTLLIBS' not defined
test-suite/tests/Makefile.am:10: variable `INTLLIBS' not defined
test-gnome/Makefile.am:25: variable `INTLLIBS' not defined
macros/Makefile.am:32: INSIDE_GNOME_COMMON does not appear in AM_CONDITIONAL
Running autoconf ...
autoconf: Undefined macros:
configure.in:113:AC_MSG_ERROR(Dynamic linking is not available on this
platform. Some apps,
configure.in:160:AC_CHECK_UTMP
configure.in:196: AC_MSG_ERROR([[
configure.in:281: AC_MSG_ERROR([Your db library is missing db 1.85
compatibility mode])
configure.in:287: AC_MSG_ERROR([Your db library is missing db 1.85
compatibility mode])
configure.in:297: AC_MSG_ERROR([Berkeley db library required for
Gnome])
configure.in:304: AC_MSG_ERROR([Berkeley db library required for
Gnome])
configure.in:318: ],[AC_MSG_ERROR([*** IMLIB 1.8 not installed - please
install first ***])])])
Running ./configure --enable-maintainer-mode --enable-compile-warnings ...
loading cache ./config.cache
./configure: syntax error near unexpected token `AM_CONFIG_HEADER(config.h)'
./configure: ./configure: line 536: `AM_CONFIG_HEADER(config.h)'
+---------------------------------------------------------------------+
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the line "unsubscribe glade-devel" in the body of the message.