Re: Buildproblems on OSX 10.3 due to libxml2

From: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
To: <openmacnews(at)gmail(dot)com>
Cc: <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Buildproblems on OSX 10.3 due to libxml2
Date: 2006-02-27 21:37:29
Message-ID: C0292199.6AA4%dpage@vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On 27/2/06 21:00, "OpenMacNews" <openmacnews(at)gmail(dot)com> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: RIPEMD160
>
>> Hmm, OK. Well, I¹ve been playing with autoreconf, and having eventually
>> figured out how to get it to run automake in ?-foreign mode, I¹m now stuck
>> with it complaining about the macro I queried in the first place:
>>
>> raptor:~/pgadmin3 dpage$ sh bootstrap
>> configure.ac:17: error: possibly undefined macro: AC_PROG_LIBTOOL
>> If this token and others are legitimate, please use m4_pattern_allow.
>> See the Autoconf documentation.
>> autoreconf: /opt/local/bin/autoconf failed with exit status: 1
>>
>> I also have upgraded autoconf/automake ­ 2.59 and 1.9.6 respectively. Any
>> ideas? I¹m a tad short of time to investigate atm.
>
> as i don't have your script/changes available, i'll venture a guess --

Sorry - added:

AC_PROG_LIBTOOL

To configure.ac.in, and

AUTOMAKE_OPTIONS = foreign

To Makefile.am. Then changed the bootstrap script to call autoreconf -i
instead of each individual script.

> last i saw this was a few version of libtool ago ... don't remember
> specifically which.
>
> what version of libtool are you running?
>
> again, mine is:
>
> % glibtool --version
> ltmain.sh (GNU libtool) 1.5.22 (1.1220.2.365 2005/12/18 22:14:06)

I just upgraded to:

raptor:~/pgadmin3 dpage$ glibtool --version
ltmain.sh (GNU libtool) 1.5 (1.1220.2.1 2003/04/14 22:48:00)

Now though, I get:

raptor:~/pgadmin3 dpage$ sh bootstrap
+ '[' -x config ']'
+ autoreconf -i
Can't exec "libtoolize": No such file or directory at
/opt/local/share/autoconf/Autom4te/FileUtils.pm line 288, <GEN3> line 4.
autoreconf: failed to run libtoolize: No such file or directory

:-(

/D

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message OpenMacNews 2006-02-27 21:57:36 Re: Buildproblems on OSX 10.3 due to libxml2
Previous Message OpenMacNews 2006-02-27 21:00:34 Re: Buildproblems on OSX 10.3 due to libxml2