test 29, OSX 10.1.5 tcl/tk MacOSXtk8.4a4-2 (from sourceforge) HW Single G4-733
./configure fails with:
-I/Library/Frameworks/Tcl.framework/Versions/Current/ Headers -I/Library/Frameworks/Tcl.framework/ Versions/8.4/PrivateHeaders -c -o ../obj/t_tkcmd.o t_tkcmd.c /Library/Frameworks/Tk.framework/Versions/Current/ Headers/tk.h:86: header file 'X11/Xlib.h' not found ... /Library/Frameworks/Tk.framework/Versions/Current/ Headers/tkDecls.h:1084: undefined type, found `GC' /Library/Frameworks/Tk.framework/Versions/Current/ Headers/tkDecls.h:1086: undefined type, found `Pixmap' /Library/Frameworks/Tk.framework/Versions/Current/ Headers/tkDecls.h:1087: undefined type, found `XColor' /Library/Frameworks/Tk.framework/Versions/Current/ Headers/tkDecls.h:1091: undefined type, found `Pixmap' cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode make: *** [t_tkcmd.o] Error 1
Looks like there are still X11 calls in the OSX version? Any ideas?
I'll soon be teaching a PD class at a facility with mostely Macs, hoping to get it to work here at work first. I can run test26 precompiled, but The audio does not open due to:
using input device -1 using output device 0
nchan 2, flags3, bufs 8, framesperbuf 256
Error -9999 occured opening portaudio stream Error Message Invalid number of channels.
I also tried running it with 1,3,4 channels, no change.
The precompiled stuff works fine on the Dual 450 running 10.1.0 (as I just discovered) so its only the Single 733 "quicksilver" which is giving me problems.
Thanks Ben