Sorry again, but it didn't work for me.
So, I already use Pd 0.42-4. But anyway, I tried it then with 0.41-0 and also with the "#!/bin/bash" with the same result: The whole process always stops after 'make' with this error:
"gcc -I. -DHAVE_CONFIG_H -DZEXY_LIBRARY -DPD -g -O2 -mms-bitfields -fPIC -mfpmath=sse -msse -c -o tabdump.o tabdump.c tabdump.c: In function ‘tabdump_bang’: tabdump.c:57: error: incompatible types in assignment make: *** [tabdump.o] Error 1 xyz@xyz:~/install/zexy/src$"
I updated my copy to this:
"At revision 10894."
Should I post the whole log after "autoconf", "./configure" and "make"...?
Thanks, Martin -----Original Message----- From: IOhannes m zmoelnig zmoelnig@iem.at To: Martin Hiendl martin.hiendl@googlemail.com Cc: pd-list@iem.at Subject: Re: [PD] Problems compiling zexy Date: Mon, 23 Mar 2009 14:41:05 +0100
Martin Hiendl wrote:
Thanks for your answer but unfortunately it didn't work for me.
I downloaded the svn and edited the makealias.sh to "#!/bin/bash". But after "make", I received this:
i just noticed that i was a bit too paranoid when doing checks for the used Pd-version: it required at least 0.42
i have fixed it now to only require Pd 0.41 (and yes, this means that you must use Pd-0.41 for compilation of zexy on 64bit; you don't want anything lower when running on a 64bit machine anyhow)
please update your working copy of zexy by running "svn up"
mfd IOhannes