On 3/23/06, Jamie Bullock jamie@postlude.co.uk wrote:
Hi,
I would like to compile the new dssi external because of the ladspa support. It's the first time that I try to compile pure-data sources and I'm having some problems.
<snip>
In file included from src/dssi~.c:29: src/dssi~.h:27:18: error: m_pd.h: No such file or directory src/dssi~.h:28:18: error: dssi.h: No such file or directory src/dssi~.h:30:20: error: lo/lo.h: No such file or directory
I've understood that I should edit the makefile to specify where m_pd.h is, and actually it's in the application in the "include" folder, but I don't know where to write this path in the makefile.
That's my fault for not keeping the makefile in the CVS up-to-date. I'll fix it tonight. If you wan't to sort it yourself, try adding '-I ./include' to the 'DARWININCLUDE =' section.
Hi, actually -I ./include was already present in the makefile, in any case I've written it again, but it ends up with the same error.
Libero
Let me know if this doesn't work.
Jamie