I'm compiling pd-extended for my odroid-u3 as it isnt on the repo yet.
Ive downloaded all the source files and followed the instuctions in "the full approach" here:
http://puredata.info/docs/developer/WorkingWithPdExtendedSources
when I run the command: "make install && make package" I get the following error
config.status: creating src/Gem/Makefile
config.status: error: cannot find input file: `src/Utils/Makefile.in'
make[2]: *** [/home/odroid/Downloads/pd-extended/externals/Gem/Gem.pd_linux] Error 1
make[2]: Leaving directory `/home/odroid/Downloads/pd-extended/externals'
make[1]: *** [externals_install] Error 2
make[1]: Leaving directory `/home/odroid/Downloads/pd-extended/packages'
make: *** [install] Error 2
I presume this because there is something wrong with this command from "the full approach"?
Symlink Gem to pd-svn/Gem and pd-svn/externals/Gem
ln -s ../gem.git Gem
cd externals
ln -s ../../gem.git Gem