Thanks to Jamie!
His advice of doing an OSX upgrade, made pdp_glx create windows under X11! So, Mac OSx 10.2.8 is required for pdp. Does anyone have a helpfile for [pdp_glx ] or does it simply take the same messages as pdp_xv? create, destroy, close and dim(ension) works, but not fullscreen. i tried {fullscreen} {fullscreen 1} so far. Thanks again!
I was trying to fix this with great support from the people from gridflow, but I/we got stuck at doing a "make" (this is again pd_37, gridflow-cvs, apple's X11 beta3, ruby 1.6.7) Does anyone know what this could be? Linker maybe? The error is:
[pismo:~/gridflow-cvs] peterplessas% make
g++ -lm /sw/lib/ruby/1.6/powerpc-darwin6.6/libruby.a -L/sw/lib -ldl -lobjc
-bundle -flat_namespace -fno-common -g -O2 -fno-common -pipe -no-cpp-precomp
-I/sw/include -I/usr/local/include -I/include -xc++ -fno-operator-names
-fno-omit-frame-pointer -I/usr/X11R6/include -I
/sw/lib/ruby/1.6/powerpc-darwin6.6 -falign-functions=4 -Wall -Wno-unused -O3
-funroll-loops -fno-omit-frame-pointer -g -fPIC -bundle_loader
bridge/puredata.c -xnone -o gridflow.pd_darwin
ld: bridge/puredata.c bad magic number (not a Mach-O file)
make: *** [gridflow.pd_darwin] Error 1
On Thu, 22 Jan 2004 plessas@sbox.tugraz.at wrote:
g++ -lm /sw/lib/ruby/1.6/powerpc-darwin6.6/libruby.a -L/sw/lib -ldl -lobjc -bundle -flat_namespace -fno-common -g -O2 -fno-common -pipe -no-cpp-precomp -I/sw/include -I/usr/local/include -I/include -xc++ -fno-operator-names -fno-omit-frame-pointer -I/usr/X11R6/include -I /sw/lib/ruby/1.6/powerpc-darwin6.6 -falign-functions=4 -Wall -Wno-unused -O3 -funroll-loops -fno-omit-frame-pointer -g -fPIC -bundle_loader bridge/puredata.c -xnone -o gridflow.pd_darwin ld: bridge/puredata.c bad magic number (not a Mach-O file) make: *** [gridflow.pd_darwin] Error 1
-bundle_loader bridge/puredata.c is wrong.
There is supposed to be the name of an executable, the pd executable,
between the two. The makefile runs which pd
to find it out, but pd is
not in $PATH.
If there is a way to avoid using -bundle_loader at all I'd like to know =)
Mathieu Bouchard http://artengine.ca/matju