'Compiling vanilla'
[PD-dev] Configure error while compiling Pd-vanilla on 10.6
PureData
N
to pd-dev
5 days ago
Details
Hi,

Trying to compile Pd-vanilla on Mac OS X 10.6.8 (from the SourceForge master branch) i get an error in the configure process.

./autogen.sh
./configure

...

=== configuring in portaudio (/Users/nicolas/temp/pd/portaudio)
configure: running /bin/sh ./configure '--prefix=/usr/local'  --cache-file=/dev/null --srcdir=.
configure: error: cannot run /bin/sh ./config.sub
configure: error: ./configure failed for portaudio

...

It seems related to missing config.sub file but i have no idea how to fix it for now. Thanks for any help.

I join complete outputs attached.
2 attachments
M
Mike McGonagle
to nicolas.danet@free.fr
0 minutes ago
Details
I'm trying to compile vanilla on 10.6.8 as well, but I get a whole different error. I can copy the messages as I'm not on my computer at the moment, but I did notice that the autogen/configure does target 10.8, not 10.6.8. It does actually start to compile the source code, but it can't seem to find a symbol for "_find_default_device", and it suggests another symbol of "_pm_find_default_device".

Is it possible to retarget the platform to 10.6.8? Or does the latest version only work on later versions of OS X?

Thanks,

Mike

On Friday, September 4, 2015, <nicolas.danet@free.fr> wrote:
Hi,

Trying to compile Pd-vanilla on Mac OS X 10.6.8 (from the SourceForge master branch) i get an error in the configure process.

./autogen.sh
./configure

...

=== configuring in portaudio (/Users/nicolas/temp/pd/portaudio)
configure: running /bin/sh ./configure '--prefix=/usr/local'  --cache-file=/dev/null --srcdir=.
configure: error: cannot run /bin/sh ./config.sub
configure: error: ./configure failed for portaudio

...

It seems related to missing config.sub file but i have no idea how to fix it for now. Thanks for any help.

I join complete outputs attached.