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:
"[...] 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 martin@martin-laptop:~$"
It was the same with "make everything".
Then I also edited the makesource.sh to "#!/bin/bash" but it was the same result.
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 10:57:12 +0100
IOhannes m zmoelnig wrote:
the problem is that ubuntu has switched to zsh and makealias.sh used to be a bash-script. i believe this is fixed in subversion.
actually i found that it is not. until it is fixed, you have to manually fix the makealias.sh:
a hack to make it run with the old and outdated zexy is to change the first line of makealias.sh to "#!/bin/bash"
and of course, you should still use the svn version...
but better use the subversion version.
fgmasdr IOhannes