[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GUI update
From: |
Jason Stover |
Subject: |
Re: GUI update |
Date: |
Mon, 19 Dec 2005 00:11:48 +0000 |
User-agent: |
Mutt/1.4.2.1i |
On Mon, Dec 19, 2005 at 07:08:37AM +0800, John Darrington wrote:
>
> ./configure: line 5674: syntax error near unexpected token `PACKAGE,'
> ./configure: line 5674: `PKG_CHECK_MODULES(PACKAGE, gtk+-2.0 >= 2.6.0)'
>
> The relevant lines in configure are:
>
> PKG_CHECK_MODULES(PACKAGE, gtk+-2.0 >= 2.6.0)
> PKG_CHECK_MODULES(GLADE, libglade-2.0)
>
> I'm not sure where to look to get this to work.
>
> These lines shouldn't be in configure ; what versions of
> auto{conf,make} do you have?
$ automake --version
automake (GNU automake) 1.9.6
...
$ autoconf --version
autoconf (GNU Autoconf) 2.59
...
$ libtoolize --version
libtoolize (GNU libtool) 1.5.20
...
The first time I make -f Smake, I get this:
$ make -f Smake
autoheader
autoconf
configure.ac:14: error: possibly undefined macro: AM_PROG_LIBTOOL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
make: *** [configure] Error 1
I run make -f Smake again and get:
$ make -f Smake
autoheader
which produces the poisoned configure script.
-Jason
--
address@hidden
SDF Public Access UNIX System - http://sdf.lonestar.org
Re: GUI update, Jason Stover, 2005/12/18
Re: GUI update, Ben Pfaff, 2005/12/19