Hans,
I've tried building entire pd-extended tree from SVN according to the instructions found in the packages/linux_make/README and I got stuck on an error.
scripts/checkout-developer-layout.sh
(downloaded everything into pure-data folder)
cd pure-data/packages/linux_make make install
It builds pd ok but then gets stuck in building jmmmp follows:
install
-p /home/ico/Downloads/PureData/pure-data/pd/src/notes.txt /home/ico/Downloads/PureData/pure-data/packages/linux_make/build//usr/lib/pd-extended/doc/manuals/Pd
make -C /home/ico/Downloads/PureData/pure-data/abstractions
BUILDLAYOUT_DIR=/home/ico/Downloads/PureData/pure-data/packages
cvs_root_dir=/home/ico/Downloads/PureData/pure-data
DESTDIR=/home/ico/Downloads/PureData/pure-data/packages/linux_make/build/ prefix=/usr libpddir=/usr/lib/pd-extended OPT_CFLAGS="-O2 -mtune=i686 -march=i386" UNAME=Linux install
make[2]: Entering directory
/home/ico/Downloads/PureData/pure-data/abstractions' install -d /home/ico/Downloads/PureData/pure-data/packages/linux_make/build//usr/lib/pd-extended/extra install -d /home/ico/Downloads/PureData/pure-data/packages/linux_make/build//usr/lib/pd-extended/doc/5.reference install -d /home/ico/Downloads/PureData/pure-data/packages/linux_make/build//usr/lib/pd-extended/doc/manuals install -d /home/ico/Downloads/PureData/pure-data/packages/linux_make/build//usr/lib/pd-extended/doc/examples install -d /home/ico/Downloads/PureData/pure-data/packages/linux_make/build//usr/lib/pd-extended/extra/controctopus install -p /home/ico/Downloads/PureData/pure-data/abstractions/sfruit/controctopus/*.pd \ /home/ico/Downloads/PureData/pure-data/packages/linux_make/build//usr/lib/pd-extended/extra/controctopus /home/ico/Downloads/PureData/pure-data/scripts/generate-libdir-metafile.sh /home/ico/Downloads/PureData/pure-data/packages/linux_make/build//usr/lib/pd-extended/extra controctopus \ --author "Luke Iannini" \ --license "GNU GPL" \ --description "objects for learning and mapping midi and OSC controllers to pdpatches with scaling and parameter discovery - requires memento-p" make -C /home/ico/Downloads/PureData/pure-data/abstractions/jmmmp DESTDIR="/home/ico/Downloads/PureData/pure-data/packages/linux_make/build/" objectsdir="/usr/lib/pd-extended/extra" install make[3]: Entering directory
/home/ico/Downloads/PureData/pure-data/abstractions/jmmmp'
install -p -m 755
-d /home/ico/Downloads/PureData/pure-data/packages/linux_make/build//usr/lib/pd-extended/extra/jmmmp
test -z "appent.pd ardourjack-gui.pd array+.pd array-edit.pd but.pd
clock.pd dacm~.pd datei-o.pd datei-r.pd datei-w.pd dsp01.pd f+.pd
lbang.pd liner+~.pd liner~.pd m-i.pd maat~.pd mat~.pd metrum.pd met~.pd
mk.pd oscD.pd oscS.pd pd-colors.pd prepent.pd rec-name.pd sguigot.pd
sliders.pd snaps~.pd spectrogram~.pd stoppuhr.pd tastin.pd uhr.pd" ||
install -p -m 644 appent-help.pd ardourjack-gui-help.pd array
+-help.pd array-edit-help.pd but-help.pd clock-help.pd dacm~-help.pd
datei-o-help.pd datei-r-help.pd datei-w-help.pd dsp01-help.pd f+-help.pd
lbang-help.pd liner+~-help.pd liner~-help.pd m-i-help.pd maat~-help.pd
mat~-help.pd metrum-help.pd met~-help.pd mk-help.pd oscD-help.pd
oscS-help.pd pd-colors-help.pd prepent-help.pd rec-name-help.pd
sguigot-help.pd sliders-help.pd snaps~-help.pd spectrogram~-help.pd
stoppuhr-help.pd tastin-help.pd uhr-help.pd
/home/ico/Downloads/PureData/pure-data/packages/linux_make/build//usr/lib/pd-extended/extra/jmmmp
install: cannot stat appent-help.pd': No such file or directory install: cannot stat
ardourjack-gui-help.pd': No such file or directory
install: cannot stat array+-help.pd': No such file or directory install: cannot stat
array-edit-help.pd': No such file or directory
install: cannot stat pd-colors-help.pd': No such file or directory install: cannot stat
prepent-help.pd': No such file or directory
make[3]: *** [install-doc] Error 1
make[3]: Leaving directory
/home/ico/Downloads/PureData/pure-data/abstractions/jmmmp' make[2]: *** [jmmmp_install] Error 2 make[2]: Leaving directory
/home/ico/Downloads/PureData/pure-data/abstractions'
make[1]: *** [abstractions_install] Error 2
make[1]: Leaving directory
`/home/ico/Downloads/PureData/pure-data/packages'
make: *** [install] Error 2
Any idea as to why is this happening? Seems to me like a broken Makefile, but then again what do I know...