[PD-dev] Configure error while compiling Pd-vanilla on 10.6

IOhannes m zmölnig zmoelnig at iem.at
Wed Sep 9 23:05:00 CEST 2015


On 09/04/2015 11:36 AM, nicolas.danet at free.fr wrote:
> It seems related to missing config.sub file but i have no idea how to fix it for now. Thanks for any help. 
> 

config.sub should be automatically generated when running ./autogen.sh.

iirc, OSX shipped a somewhat broken (and/or outdated) version of autotools.

which version of autotools do you have?
$ autoreconf --version
$ autoconf --version
$ automake --version
$ aclocal --version


maybe it's just that ./autogen.sh does not re-generate the files in the
sub-project.
try:
$ cd portaudio
$ autoreconf -fiv
$ cd -

after than continue with ./configure.

gfmadsr
IOhannes


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.puredata.info/pipermail/pd-dev/attachments/20150909/7b62506b/attachment.sig>


More information about the Pd-dev mailing list