Re: Buildproblems on OSX 10.3 due to libxml2

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

-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160

hi,

>> 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.

hmm ... looks ok on the surface. but, to be fair, depends on all the
dependencies (doncha jus LUV autotools!)

> 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

??? hrm.

1st,

on my sys,

% ls -al /usr/local/share/autoconf/Autom4te/FileUtils.pm
-rw-r--r-- 1 root wheel 6670 Oct 22 22:51 FileUtils.pm

are you sure your FileUtils.pm is *in* your perl @INC path?

also, did you 'roll your own' autotools & libtool, or install from rpm?
i've built mine from src, so know where everything goes on OSX ...
dunno abt rpm installs.

also, run "locate.updatedb" and look for libtoolize ... is it in your
exec $PATH?

on my box its:

% ls -al /usr/local/bin/*libtool*
-rwxr-xr-x 1 root wheel 217609 Feb 10 11:10 /usr/local/bin/glibtool
-rwxr-xr-x 1 root wheel 10775 Feb 10 11:10 /usr/local/bin/glibtoolize

NOTE: of course, on OSX, libtoolXXX is sed'd to glibtoolXXX, as ther is
an Apple-spec'd libtool which has other function.

if/when you find it, what's

% libtoolize --version

report?

- --

/"\
\ / ASCII Ribbon Campaign
X against HTML email, vCards
/ \ & micro$oft attachments

[GPG] OpenMacNews at gmail dot com
fingerprint: 50C9 1C46 2F8F DE42 2EDB D460 95F7 DDBD 3671 08C6
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.1 (Darwin)

iEYEAREDAAYFAkQDdc8ACgkQlffdvTZxCMbF/ACfWMo3OFcC06alDQNS8DblHY+l
G0wAoKKtenpKQphdi1hc8URWmdR00muf
=d7qT
-----END PGP SIGNATURE-----

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2006-02-27 23:13:30 Re: Buildproblems on OSX 10.3 due to libxml2
Previous Message Dave Page 2006-02-27 21:37:29 Re: Buildproblems on OSX 10.3 due to libxml2