Has anyone compiled WVVW on OSX?
http://zwizwa.goto10.org/pd/wvvw/
I'm stuck in all kinds of GLUT dependency hell between Fink and OS X Framework, and I'm not even sure how to tell the Makefile to compile a pd_darwin instead of a pd_linux.
Suggestions appreciated! best, d.
Its included in Pd-extended test6 and above.
.hc
On Dec 31, 2006, at 7:34 PM, derek holzer wrote:
Has anyone compiled WVVW on OSX?
http://zwizwa.goto10.org/pd/wvvw/
I'm stuck in all kinds of GLUT dependency hell between Fink and OS X Framework, and I'm not even sure how to tell the Makefile to compile a pd_darwin instead of a pd_linux.
Suggestions appreciated! best, d.
--
derek holzer ::: http://www.umatic.nl ---Oblique Strategy # 99: "Is there something missing?"
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
There is no way to peace, peace is the way. -A.J. Muste
Hi HC,
Hans-Christoph Steiner wrote:
Its included in Pd-extended test6 and above.
Are you sure? I just downloaded and installed the test6 release with and without the G4 optimizations and couldn't find the object or the helpfile:
wvvw ... couldn't create
$ sudo find / -name wvvw* -print Password: /Applications/Pd-0.39.2-extended-test4.app/Contents/Resources/doc/5.reference/wvvw-help.pd /Applications/Pd-0.39.2-extended-test4.app/Contents/Resources/extra/wvvw.pd_darwin
And when I fire up the help patch in test4 and load a soundfile, I get the WVVW window with the soundfile displayed, but whenever I focus on it all I get is the "spinning color wheel of doom" and no response from the object. Does that happen on your system?
OSX Version = 10.4.8
best, d.
Well, it has worked for me in the recent past. But now its crashing
when I try it.
.hc
On Jan 1, 2007, at 2:13 PM, Derek Holzer wrote:
Hi HC,
Hans-Christoph Steiner wrote:
Its included in Pd-extended test6 and above.
Are you sure? I just downloaded and installed the test6 release
with and without the G4 optimizations and couldn't find the object
or the helpfile:wvvw ... couldn't create
$ sudo find / -name wvvw* -print Password: /Applications/Pd-0.39.2-extended-test4.app/Contents/Resources/doc/ 5.reference/wvvw-help.pd /Applications/Pd-0.39.2-extended-test4.app/Contents/Resources/extra/ wvvw.pd_darwin
And when I fire up the help patch in test4 and load a soundfile, I
get the WVVW window with the soundfile displayed, but whenever I
focus on it all I get is the "spinning color wheel of doom" and no
response from the object. Does that happen on your system?OSX Version = 10.4.8
best, d.
-- derek holzer ::: http://www.umatic.nl ---Oblique Strategy # 103: "Left channel, right channel, centre channel"
Access to computers should be unlimited and total. - the hacker ethic
On Mon, 2007-01-01 at 17:49 -0500, Hans-Christoph Steiner wrote:
Well, it has worked for me in the recent past. But now its crashing
when I try it.
It's crashing for me on Linux also (although this may be unrelated to the OS X crash). gdb gives:
#0 0x08227d20 in ?? () #1 0xb7eed497 in pack::resize (this=0x8279310, x=0, y=0, width=800, height=200) at widget.cc:122 #2 0xb7eeaf00 in gui_start () at gui_glut.cc:168 #3 0xb7eeca1c in wvvw_setup () at pd.cc:202 #4 0x080ba097 in sys_load_lib ()
Tom?
Jamie