I think you're missing the command line tools which are provided by XCode. Can't remember how to install them, but having XCode installed (which you probably should?), google how to install the included command line tools.
Once you have these tools, "make" will be recognized and will actually try to make the binary.
Eventually you should end up with either a .pd_darwin or a .d_fat binary, not sure which of the two.
-
form extended to vanilla
-
I haven't used Mac in a while, but you should be able to install the command line tools without installing all of XCode.
-
Yeah you can, I downloaded command line tools for my OS X (10.8.5) from the Developer Downloads area. However I still got this error after "make":
cc -I"/Applications/Pd-extended.app/Contents/Resources/include/pd" -DPD -DVERSION='"0.0"' -arch ppc -arch i386 -arch x86_64 -mmacosx-version-min=10.4 -fPIC -I/sw/include -Wall -W -g -ftree-vectorize -ftree-vectorizer-verbose=2 -fast -o "vphasor~.o" -c "vphasor~.c"
clang: error: unknown argument: '-ftree-vectorizer-verbose=2' [-Wunused-command-line-argument-hard-error-in-future]
clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
make: *** [vphasor~.o] Error 1I'm gonna go ahead and install xCode 5.1 and then try installing command line tools again from there.
Cheers.
-
@sergio maybe you should start a new thread about this, cause we've deviated from the original subject quite a lot, and now we're hijacking this thread..
-
So excited to see the browser to find externals into the app!