ok, here's the deal.
i'm trying to install zexy 2.1. i'm using pd 0.41-1, on a macbook pro os x.4.11 with xcode.
i've put the zexy-2.1 folder in ~/Library/Application Support/Pd
i've changed the terminal directory to the src folder within this directory, and executed "./configure" successfully.
the problem comes in the next step. the linux install instructions say type "make" followed by "make install".
once i've run "make", it comes up with the following:
zexy.h:38:18: error: m_pd.h: No such file or directory
and from what i've read, m_pd.h is quite important. the terminal also displays lots of other error messages, mainly starting with:
a2l.c:XX:
i've also tried this command, which is stated in the install instructions:
"make -f makefile.darwin"
but it comes up with this:
make: makefile.darwin: No such file or directory
make: *** No rule to make target `makefile.darwin'. Stop.
this makes sense, as "makefile.darwin" is not included in the src directory (or anywhere in "zexy-2.1" for that matter)
i'm new to all this compiling malarkey, so any help on this matter would be greatly appreciated.
cheers
dom