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 "autoconf", fine, then typed "./configure" and at the end of it I got this: config.status: creating Makefile ./makesource.sh: 15: ./makesource.sh: Syntax error: "(" unexpected
And when I typed "make" I got: make: *** No rule to make target `Make.source'. Stop.
This is the whole ./configure log: checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for main in -lc... yes checking for fclose in -lcrtdll... no checking for lseek in -lcoldname... no checking for main in -lkernel32... no checking for main in -lm... yes checking for nullfn in -lpd... no checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for stdlib.h... (cached) yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for string.h... (cached) yes checking math.h usability... yes checking math.h presence... yes checking for math.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking whether time.h and sys/time.h may both be included... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for getpagesize... yes checking for working mmap... yes checking for select... yes checking for socket... yes checking for strerror... yes checking "ms-bitfields"... no checking "pd>=0.37"... yes checking "zexy-version"... 2.1 checking "parallel-port"... yes configure: creating ./config.status config.status: creating Makefile ./makesource.sh: 15: ./makesource.sh: Syntax error: "(" unexpected
What am I missing here?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
On 2014-03-23 11:07, Alexandros Drymonitis wrote:
What am I missing here?
an outdated zexy version that uses bashisms in it's scripts.
either do:
or
"#!/bin/bash" or
you could also bugger the author of zexy to create a new release that has this problem fixed.
fgmasdr IOhannes
On Mon, Mar 24, 2014 at 11:13 AM, IOhannes m zmoelnig zmoelnig@iem.atwrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
On 2014-03-23 11:07, Alexandros Drymonitis wrote:
What am I missing here?
an outdated zexy version that uses bashisms in it's scripts.
I got it from here ftp://ftp.iem.at/pub/pd/Externals/ZEXY/ as the link given herehttps://puredata.info/Members/zmoelnig/news/zexy/?searchterm=zexywasn't responding. Is this outdated?
either do:
- get a recent zexy (e.g. from svn)
from the terminal? Haven't done it ever, what should I type? I'm on osx.
or
- (quick workaround): change the shebang in makesource.sh to read
"#!/bin/bash"
This alone will solve it? I guess, since you're mentioning it..
or
- change the default shell to bash (you probably don't want this).
you could also bugger the author of zexy to create a new release that has this problem fixed.
Aren't you the author?
fgmasdr IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Using GnuPG with Icedove - http://www.enigmail.net/
iQIcBAEBCAAGBQJTL/csAAoJELZQGcR/ejb4gPYP/jwCVmRzuseW1RQ4KAM8qs49 UFdEjX5eGPGPgCpjB20/XFPgHFC52g9/JRB3AWOhZy7Jy03UM/+owBJ4pZDRHVEV MXL8U8l+Oie7CM8xfXiwC0msFXsmhGI/WQNNC0oAyR3Om6XmOfPd9q+6Lr9/6eLq hxyYlgazS1j7alEyXKReyhFY9gXODycCG6+urxYKLFVwz1FQt4wT7Hpn1RgLZuhM XuVjjyX4CB1hVyaJudofH8mQGVbNgr0FPI+8ON9TvdvHGoQFXMkrN9FlA0FlcaZb BQZ/PTbIHKXtMlKqF2VByObrbJ8acLa9kWehXE6KJX3MLFhODvWpUf5de7CmR3Gy +XOaNEoxdlAY/iDceQmnKbHtvw5eE8ifDVlHFG7rAo3a+adPY9q6SBDgwRQdaLhR Nj865/b9Shr1V0PSWq6u/veTDC4ONRZbp0Uh9R/H9KpKqES5heuRAbzE3tlxSFcj jawCjbXeWEkdmPzhabFvms8The21XmCQsAnObm6jnvBqkJoh+4RsK6i1yjYcICWJ 4yYaymbiFTArL7kbnDi7yQyRWoq6wPyRWOGYhmvZC/ed0VDo8cYLpS9f7eZWwu1C 6Kyhm91ruj397rrj7TiT7cbs7RnUSjcg62B5YIV7BkA/0HZG66eH16czZI3WYYNk HrzMR8ES8TGHiMGRbDPF =EBtj -----END PGP SIGNATURE-----
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
On 2014-03-24 10:26, Alexandros Drymonitis wrote:
On Mon, Mar 24, 2014 at 11:13 AM, IOhannes m zmoelnig zmoelnig@iem.atwrote:
On 2014-03-23 11:07, Alexandros Drymonitis wrote:
What am I missing here?
an outdated zexy version that uses bashisms in it's scripts.
I got it from here ftp://ftp.iem.at/pub/pd/Externals/ZEXY/ as the link given herehttps://puredata.info/Members/zmoelnig/news/zexy/?searchterm=zexywasn't
responding. Is this outdated?
yes. very much.
(in the future it might be handy, if you mentioned the download location in the initial report)
either do: - get a recent zexy (e.g. from svn)
from the terminal? Haven't done it ever, what should I type? I'm on osx.
this depends on your svn installation. sourceforge provides an easy way to download a current snapshot. e.g. http://sourceforge.net/p/pure-data/svn/HEAD/tarball?path=/trunk/externals/ze...
or - (quick workaround): change the shebang in makesource.sh to read "#!/bin/bash"
This alone will solve it? I guess, since you're mentioning it..
most likely this alone will solve it, hence i mentioned it. on the other side, the version of zexy you are referring to is almost 10 years old. there might be other bugs preventing compilation on newer systems.
you could also bugger the author of zexy to create a new release that has this problem fixed.
Aren't you the author?
in this case, you might bugger me to create a new release. but first make sure, that the problem you are reporting still exists with the newest release.
fgmadf IOhannes
This alone will solve it? I guess, since you're mentioning it..
most likely this alone will solve it, hence i mentioned it. on the other side, the version of zexy you are referring to is almost 10 years old. there might be other bugs preventing compilation on newer systems.
you could also bugger the author of zexy to create a new release that has this problem fixed.
Aren't you the author?
in this case, you might bugger me to create a new release. but first make sure, that the problem you are reporting still exists with the newest release.
apt-get install pd-zexy did it, as you mentioned in an earlier email, so no need to bugger you.
fgmadf IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Using GnuPG with Icedove - http://www.enigmail.net/
iQIcBAEBCAAGBQJTMAVJAAoJELZQGcR/ejb48b8P/iNacEQIiHfhtLIe1NUe8Pef y4XkAQPVl6ft5IJbv5eI4y+9WwHQBUdOGq7aOutuAYskAzIdHI8sCuh00kXnnsV6 pi5PBFIZfsBnAoZNqeNKViF/XkXLZ32IEiFVgBQF8GpGiFr0/NDRPkv2LnqjzGyK Jy1ZD8AsVbkrWS10RyVZoOs+YkwKERhuGzoP0GjPHTLfONDpkBozY6+e/tdCLcfO VwWroXXWLZLA7oRJoeWPz0yESivon0/Oq/LHwYkxlTt2dzU0JHpyxDzm+d4GyZ87 FxE/AO//mQhOKO303A3lGXZ4nQb56y8o7FYmUvfjQFH5eYqWlQTKg/bKteqMOQDP tO4xOG0S+0j6qgsNTTPtscdk4NAZbnanJ4EIyOErHLOysXSsNZLQ7Lslc88+KWBB uBi9eMs+M2Vm7rldCxRUqH+Lt0te8/cBfvnPDr5iFXPRCVAlgxHbe/VZPIhchaLq Ktb49hMa1iXXg/ZOOYACwiUpMBJv9wMzOtIW+joaCtN20wrrd5p8PghGdhfHSipu nxKk3eFTW76WHePGje/qE6FfrwXXP37KUQGbBbgkhyKOlUnm09pWXSUvhSYrRR7Q GsgybI2jFgUhKJ9Ssp85VC9uldzwfXN25DR/dJ9SoAxQRFBc1nTl+gfJ/K7GdWR1 wmET+9nRnGoPPSL/A/gU =/+xT -----END PGP SIGNATURE-----
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
On 2014-03-24 10:13, IOhannes m zmoelnig wrote:
On 2014-03-23 11:07, Alexandros Drymonitis wrote:
What am I missing here?
either do:
[...]
or simple do # apt-get install pd-zexy
(i initially missed the point that your Udoo runs a Debian-based system)
fgasdmr IOhannes
On Mon, Mar 24, 2014 at 11:26 AM, IOhannes m zmoelnig zmoelnig@iem.atwrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
On 2014-03-24 10:13, IOhannes m zmoelnig wrote:
On 2014-03-23 11:07, Alexandros Drymonitis wrote:
What am I missing here?
either do:
[...]
or simple do # apt-get install pd-zexy
That worked, thanks! Can I do the same for other libraries, like iemmatrix?
(i initially missed the point that your Udoo runs a Debian-based system)
fgasdmr IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Using GnuPG with Icedove - http://www.enigmail.net/
iQIcBAEBCAAGBQJTL/pFAAoJELZQGcR/ejb4B3QP/3lumJix+HxshBe1X5wvbh+c 31N4NB74I65w6WMX5lIYRSzY+LZh5NR18ys/9F3JXso0c/rPS/qmKIPqVCmDZv73 Y+IyQWyuuln4/8VdQzYVcS+nwX1ao/T5d7VvAkgsk77qO9MUzATVxIM3pWhr0j+q /gJ4nx/9M3SXUr8ALGaQJJcl9u6/0lftkrZvlwjx7xiQdFEckj1xeio440lEgdLG m9nru+2IixHyRkEg7mfCo5qdUGBmcDtfGqu0ppDVeFf3o5HdsMEhVkGTVINCIuLE G7en9oFVh2kLFqvay3ZM+c3IenU3hiE86JyweqHohFiglmHhCwZKnV+21t5mCLNd 5suQoVMnebOJfFN8xvqM2lEzMUHpBTSGGlP6Y7JGIahzUjC2Ul8iNkf31NW9yA3N m2Ogza7Au06FoWR7JRmbAJxpubqjOi57kCbFtnFZ/ExNQm+attmSPOAwQJtrlvP6 5c/zg1pDYhAxAsxNthSM3WePpwtZcFye+4TVSo+EjtW/LIgY+liwG1lVkB/Gzdci g0hZwcBK3RJd+Sw89oO5u+tH91G5ITMe4tDlBEB4q79lnFuDi1xjkc2nAdop873P opsWpU6ruChEkd+dSFxEL2B7kkdvBbH20BhVu58I4tHSd6hSGi8N6Yfv3Y/rrKUG ZPxKJXmjKQPDZrX17Ol4 =I7kv -----END PGP SIGNATURE-----
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On Mon, 2014-03-24 at 11:38 +0200, Alexandros Drymonitis wrote:
On Mon, Mar 24, 2014 at 11:26 AM, IOhannes m zmoelnig zmoelnig@iem.at wrote: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
On 2014-03-24 10:13, IOhannes m zmoelnig wrote: > On 2014-03-23 11:07, Alexandros Drymonitis wrote: >> What am I missing here? > > either do: [...] or simple do # apt-get install pd-zexy
That worked, thanks! Can I do the same for other libraries, like iemmatrix?
The package is called pd-iemmatrix.
Run this to get a list of available pd libraries:
$ aptitude search ^pd-
Roman
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
On 2014-03-24 10:38, Alexandros Drymonitis wrote:
On Mon, Mar 24, 2014 at 11:26 AM, IOhannes m zmoelnig zmoelnig@iem.atwrote:
On 2014-03-24 10:13, IOhannes m zmoelnig wrote:
On 2014-03-23 11:07, Alexandros Drymonitis wrote:
What am I missing here?
either do:
[...]
or simple do # apt-get install pd-zexy
That worked, thanks! Can I do the same for other libraries, like iemmatrix?
many (but not all) libraries for Pd are available as Debian packages.
however, i don't know which system your "udoo" is really running. it seems to be Debian based, as you can install packages via "apt-get". but which version, i don't know: some of the pd-packages have been in Debian forever (like zexy, or Gem, or ggext) and some have been added only recently (like chaos).
almost all pd-libraries have package names that start with "pd-" or "puredata-" - afaik, Gem is the only exception, which is simply called "gem".
you can query your system which of those packages are available with something like: $ apt-cache search "^pd-"
fgmasdr IOhannes