[PD] building extras on arm7 (CHIP)

IOhannes m zmölnig zmoelnig at iem.at
Thu Apr 7 19:22:16 CEST 2016


On 04/07/2016 07:05 PM, Peter Nyboer wrote:
> Yes, that is what I did, more or less. Complete details are here:
> http://docs.getchip.com/#building-and-installing-puredata-pd-on-chip
> But in brief:
> ./autogen.sh
> ./configure --disable-portaudio --disable-portmidi --no-recursion
> cd src
> make clean
> make -f makefile.gnu
> sudo make -f makefile.gnu install

ouch, you are mixing two different build systems.
in brief, you should do

EITHER
$ cd ~/pd-0.46-7/
$ ./autogen.sh
$ ./configure --disable-portaudio --disable-portmidi --no-recursion
$ make
$ sudo make install

OR
$ cd ~/pd-0.46-7/
$ cd src
$ make -f makefile.gnu
$ sudo make -f makefile.gnu install

running autotools and then switching to makefile.gnu is discouraged, as
you are effectively building the src/ parts with makefile.gnu and the
extra/ parts with autotools.

gfmasrd
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-list/attachments/20160407/829f5b77/attachment.sig>


More information about the Pd-list mailing list