<div dir="ltr"><div><div><div>Following the readme instructions I moved the zexy directory in the extra directory of Pd, which is in my home directory (so far so good?), then changed to directory src/ and typed &quot;autoconf&quot;, fine, then typed &quot;./configure&quot; and at the end of it I got this:<br>
config.status: creating Makefile<br>./makesource.sh: 15: ./makesource.sh: Syntax error: &quot;(&quot; unexpected<br><br></div>And when I typed &quot;make&quot; I got:<br>make: *** No rule to make target `Make.source&#39;.  Stop.<br>
<br></div>This is the whole ./configure log:<br>checking for gcc... gcc<br>checking whether the C compiler works... yes<br>checking for C compiler default output file name... a.out<br>checking for suffix of executables... <br>
checking whether we are cross compiling... no<br>checking for suffix of object files... o<br>checking whether we are using the GNU C compiler... yes<br>checking whether gcc accepts -g... yes<br>checking for gcc option to accept ISO C89... none needed<br>
checking for main in -lc... yes<br>checking for fclose in -lcrtdll... no<br>checking for lseek in -lcoldname... no<br>checking for main in -lkernel32... no<br>checking for main in -lm... yes<br>checking for nullfn in -lpd... no<br>
checking how to run the C preprocessor... gcc -E<br>checking for grep that handles long lines and -e... /bin/grep<br>checking for egrep... /bin/grep -E<br>checking for ANSI C header files... yes<br>checking for sys/types.h... yes<br>
checking for sys/stat.h... yes<br>checking for stdlib.h... yes<br>checking for string.h... yes<br>checking for memory.h... yes<br>checking for strings.h... yes<br>checking for inttypes.h... yes<br>checking for stdint.h... yes<br>
checking for unistd.h... yes<br>checking for stdlib.h... (cached) yes<br>checking stdio.h usability... yes<br>checking stdio.h presence... yes<br>checking for stdio.h... yes<br>checking for string.h... (cached) yes<br>checking math.h usability... yes<br>
checking math.h presence... yes<br>checking for math.h... yes<br>checking time.h usability... yes<br>checking time.h presence... yes<br>checking for time.h... yes<br>checking sys/time.h usability... yes<br>checking sys/time.h presence... yes<br>
checking for sys/time.h... yes<br>checking whether time.h and sys/time.h may both be included... yes<br>checking for stdlib.h... (cached) yes<br>checking for unistd.h... (cached) yes<br>checking for sys/param.h... yes<br>
checking for getpagesize... yes<br>checking for working mmap... yes<br>checking for select... yes<br>checking for socket... yes<br>checking for strerror... yes<br>checking &quot;ms-bitfields&quot;... no<br>checking &quot;pd\&gt;=0.37&quot;... yes<br>
checking &quot;zexy-version&quot;... 2.1<br>checking &quot;parallel-port&quot;... yes<br>configure: creating ./config.status<br>config.status: creating Makefile<br>./makesource.sh: 15: ./makesource.sh: Syntax error: &quot;(&quot; unexpected<br>
<br></div>What am I missing here?<br></div>