[PD-dev] Error Compiling toxy on MacOS X

Krzysztof Czaja czaja at chopin.edu.pl
Tue Mar 9 13:05:14 CET 2004


hi Hans-Christoph,

after running make, did not you get any error message from the
shell?  Prior to the gcc stuff, you should see at least something
like:

/bin/sh: ../quoteinitializer: /usr/bin/gawk: bad interpreter: No such file or directory

(But probably you do not -- when I tried building my things on
osx, only once until now, make was playing very strange tricks
without even letting me know.)

So, you probably need an osx variant of the first line in the
'quoteinitializer' script, on linux:

#!/usr/bin/gawk -f

I mean, this should be gawk, not just awk, because on some systems
awk is symlinked to mawk, which follows slightly different
character escaping rules.  Perhaps I am missing something --
what is a universally available, and properly standardized
scripting tool (for all flavors of linux and osx, at least)?

The purpose of the default.wiq file is to have a built-in version
of default.wid, serving as a fail-safe allowing the external to
work, even if default.wid cannot be found.  This only makes sense,
if the .wiq is generated by make... ok, perhaps, having it
pre-generated in the cvs makes sense as well... but, would not
this result in people committing their re-generated versions,
unwillingly?

Last thing, and it is quite an important warning, really -- toxy
widgets are very alpha.  They failed to work for me on osx, and
I do not expect being able to support that platform anytime soon.

However, I will be very grateful for any report, or complaint, or
any hint.

Krzysztof

Btw, default.wid (and .wiq) has been renamed to setup.wid in toxy
alpha6, which I am about to commit now.

Hans-Christoph Steiner wrote:
...
> default.wiq is empty on my machine:





More information about the Pd-dev mailing list