-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2013-01-14 19:04, Alexandros Drymonitis wrote:
Ok, installing command line tools did help, but didn't do the whole job. I tried to install fink, and to be honest I'm not sure if everything went well. I tried to install the zexy library again and now I get these errors:
./bootstrap.sh: line 3: aclocal: command not found (IOhannes recommended fink for this one)
configure: error: m_pd.h is desperately needed! install pd and/or use "--with-pd=</path/to/pd/>" or "--includedir=</path/to/pd/src/>"
and
./zexy.h:51:10: fatal error: 'm_pd.h' file not found
Any ideas on this one?
you probably should read the error message. it clearly says that it you should install Pd and/or use the "--with-pd" flag to tell configure where it can find m_pd.h (which is Pd's main header file)
fgamsdr IOhannes