if you have a configure script at all, run
make distclean
luke
On Sun, Jan 18, 2004 at 02:27:20PM -0600, Robert Sparks wrote:
> Thanks Luke -
>
> I take it that I _should_ expect autogen.sh to succeed.
>
> I'm working with a fresh (as of yesterday) working copy
> from cvs.
>
> I carefully reverted to the versions of things you list here
> and am still seeing problems. Hopefully you can point out
> something simple I'm overlooking:
>
> Thanks for looking at this -
>
> RjS
>
> ============================================================
> [rjsparks@... gaim]$ autoconf --version
> autoconf (GNU Autoconf) 2.59
> Written by David J. MacKenzie and Akim Demaille.
>
> Copyright (C) 2003 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.
> [rjsparks@... gaim]$ automake --version
> automake (GNU automake) 1.7.9
> Written by Tom Tromey <tromey@...>.
>
> Copyright 2003 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.
> [rjsparks@... gaim]$ libtool --version
> ltmain.sh (GNU libtool) 1.5 (1.1220 2003/04/05 19:32:58)
>
> Copyright (C) 2003 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.
> [rjsparks@... gaim]$ gettext --version
> gettext (GNU gettext-runtime) 0.13.1
> Copyright (C) 1995-1997, 2000-2003 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 Ulrich Drepper.
>
> =============================================================
>
>
> [rjsparks@... gaim]$ ./autogen.sh
> Generating configuration files for Gaim, please wait....
>
> Running gettextize, please ignore non-fatal messages....
> Creating directory m4
> Copying file m4/codeset.m4
> Copying file m4/gettext.m4
> Copying file m4/glibc21.m4
> Copying file m4/iconv.m4
> Copying file m4/isc-posix.m4
> Copying file m4/lcmessage.m4
> Copying file m4/progtest.m4
> Copying file po/Makefile.in.in
> Running libtoolize, please ignore non-fatal messages....
> configure.ac:67: error: possibly undefined macro: AC_DEFINE
> If this token and others are legitimate, please use
> m4_pattern_allow.
> See the Autoconf documentation.
>
> =============================================================
>
> The failure message is coming out of autoconf (I can send
> you the output of autogen.sh with -x turned on if you want
> to see it).
>
> This wierd, but it gets wierder - at this point, I can
> run autoconf directly and have it succeed, but then the
> generated configure script is bogus - it looks to me as
> if some unexpanded macro source got copied into it (I've
> snipped a bunch of configure's output - let me know if you want
> to see the whole thing):
>
> [rjsparks@... gaim]$ autoconf; automake; ./configure --enable-debug
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> checking for sed... /bin/sed
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
>
> <snip>
>
> checking for inet_aton... yes
> checking for gethostent in -lnsl... yes
> checking for socket... yes
> checking for getaddrinfo... yes
> checking for socklen_t... yes
> checking for pkg-config... /usr/bin/pkg-config
> checking for GLIB - version >= 2.0.0... yes (version 2.0.6)
> checking for pkg-config... (cached) /usr/bin/pkg-config
> checking for GTK+ - version >= 2.0.0... yes (version 2.0.6)
> checking for gaim... /usr/local/bin/gaim
> checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
> checking for gethostbyname... yes
> checking for connect... yes
> checking for remove... yes
> checking for shmat... yes
> checking for IceConnectionNumber in -lICE... yes
> ./configure: line 29554: syntax error near unexpected token
> `STARTUP_NOTIFICATION,'
> ./configure: line 29554: `PKG_CHECK_MODULES(STARTUP_NOTIFICATION,
> libstartup-notification-1.0 >= 0.5,'
> [rjsparks@... gaim]$
>
> ======================================================================
>
>
>
> On Sat, 2004-01-17 at 18:08, Luke Schierer wrote:
> > lschiere@...:~$ autoconf --version
> > autoconf (GNU Autoconf) 2.59
> > Written by David J. MacKenzie and Akim Demaille.
> >
> > Copyright (C) 2003 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.
> > [1]+ Done gimp-1.3
> > lschiere@...:~$ automake --version
> > automake (GNU automake) 1.7.9
> > Written by Tom Tromey <tromey@...>.
> >
> > Copyright 2003 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.
> > lschiere@...:~$ gettext --version
> > gettext (GNU gettext-runtime) 0.13.1
> > Copyright (C) 1995-1997, 2000-2003 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 Ulrich Drepper.
> > lschiere@...:~$
> >
> > On Sat, Jan 17, 2004 at 05:49:30PM -0600, Robert Sparks wrote:
> > > Should I expect
> > > ./autogen.sh
> > > to succeed over the HEAD of the gaim tree?
> > >
> > > I'm getting bad behavior out of autoconf.
> > >
> > > 2.57 and 2.59 both generate a configure
> > > that has unexpanded m4 macros. 2.59 compains
> > > about some of the input being underquoted.
> > >
> > > If it can be built with a particular
> > > version set of the autotools, could somebody
> > > post the exact version numbers they're using?
> > >
> > > Thanks,
> > > RjS
> > >
> > >
> > >
> > > -------------------------------------------------------
> > > The SF.Net email is sponsored by EclipseCon 2004
> > > Premiere Conference on Open Tools Development and Integration
> > > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
> > > http://www.eclipsecon.org/osdn
> > > _______________________________________________
> > > Gaim-devel mailing list
> > > Gaim-devel@...
> > > https://lists.sourceforge.net/lists/listinfo/gaim-devel
> >
> >
> > -------------------------------------------------------
> > The SF.Net email is sponsored by EclipseCon 2004
> > Premiere Conference on Open Tools Development and Integration
> > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
> > http://www.eclipsecon.org/osdn
> > _______________________________________________
> > Gaim-devel mailing list
> > Gaim-devel@...
> > https://lists.sourceforge.net/lists/listinfo/gaim-devel
>
>
>
> -------------------------------------------------------
> The SF.Net email is sponsored by EclipseCon 2004
> Premiere Conference on Open Tools Development and Integration
> See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
> http://www.eclipsecon.org/osdn
> _______________________________________________
> Gaim-devel mailing list
> Gaim-devel@...
> https://lists.sourceforge.net/lists/listinfo/gaim-devel
|