Dear list,
Please excuse me for asking this again, but I am trying to compile single externals from svn (in my case it is iem_ambi).
I am afraid I haven't managed to locate documentation as to how this can be done and I am confused by new/old build systems etc.
upon issuing a
make -f makefile
in the iem_ambi directory I get
makefile:12: ../../Make.include: No such file or directory
which indeed does not exist. There is only one such file located
within externals/iemlib which does not help even when modifying the
iem_ambi makefile to include it.
What is the best way to proceed here? Most other externals compile
fine locally, using a well-dosed mixture of aclocal, autoconf,
./configure and make.
Thank you for updating me and please excuse my oldschool way
best, P
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
On 2014-01-28 00:24, Peter P. wrote:
in the iem_ambi directory I get makefile:12: ../../Make.include: No such file or directory which indeed does not exist.
i was going to say: you need to checkout the entire externals/iem
subfolder. if you don't want that, you could also just download the
Make.include
(and include/iemlib.h
) from
https://svn.code.sf.net/p/pure-data/svn/trunk/externals/iem
but while i was writing this down, i noticed that indeed these files were missing in action... seems like somebody forgot to commit them. i've checked these files in.
fgvadrt IOhannes