cc -bundle -bundle_loader /usr/local/pd/bin/pd -o "ann.pd_darwin"
"ann.o" -lc -lm
#test -f ann.libs && cat ann.libs
ld: can't open: /usr/local/pd/bin/pd (No such file or directory, errno = 2) make: *** [ann.pd_darwin] Error 1i wonder if this second one still comes after you installed HCSs pd and set the appropriate path in the makefile.
well i am not sure which is the appropiate path. I set prefix=$(DESTDIR)/Applications/audio/Pd-0.38-0test4HCS1.app/Contents/Resources
and PDEXECUTABLE = /Applications/audio/Pd-0.38-0test4HCS1.app/Contents/Resources/bin/pd
but still got several errors. There it goes the output, maybe someone can give a pointer?
Ordenador-de-ibook:~/desktop/ext/build/darwin ibook$ make
cc -DPD -Os -DUNIX -DMACOSX -Dunix -Wall -W -Wno-unused
-Wno-parentheses -Wno-switch -Wno-shadow -I. -I.. -I../include -o
"button.o" -c "../src/button.c"
In file included from ../../ggee/gui/button.c:2,
from ../src/button.c:1:
../include/g_canvas.h:252: warning: redefinition of t_savefn' /usr/local/include/m_pd.h:423: warning:
t_savefn' previously declared here
../include/g_canvas.h:254: warning: redefinition of t_propertiesfn' /usr/local/include/m_pd.h:427: warning:
t_propertiesfn' previously
declared here
In file included from ../src/button.c:1:
../../ggee/gui/button.c:333:14: missing terminating " character
In file included from ../src/button.c:1:
../../ggee/gui/button.c: In function `button_new':
../../ggee/gui/button.c:334: error: parse error before "pd"
../../ggee/gui/button.c:334: error: stray '' in program
../../ggee/gui/button.c:334: error: stray '' in program
../../ggee/gui/button.c:334: error: stray '' in program
../../ggee/gui/button.c:335: error: stray '' in program
../../ggee/gui/button.c:335:11: missing terminating " character
make: *** [button.pd_darwin] Error 1
Ordenador-de-ibook:~/desktop/ext/build/darwin ibook$
thanks