Thanks, Olaf for the suggestion! But the makefile is correct...:
# ----------------------- Mac OS X -----------------------
pd_darwin: $(NAME).pd_darwin
.SUFFIXES: .pd_darwin
DARWINCFLAGS = -DPD -DUNIX -DMACOSX -O3
-Wall -W -Wshadow -Wstrict-prototypes
-Wno-unused -Wno-parentheses -Wno-switch
................
What also sounds strange to me is that i had to include /usr/include/architecture/i386/ to let the compiler find io.h, but that might be ok, i guess.
Well, i'll try on...
Cheers, Peter~
plessas@sbox.tugraz.at wrote:
Then, at "make pd_darwin" i get: oggamp~/oggamp~.c:56: header file 'winsock.h' not found oggamp~/oggamp~.c:57: header file 'winbase.h' not found
These headers belong to the windows version and as long as the CVS sources are not broken I guess there is a -DMACOSX and/or -DUNIX missing in the makefile to tell the compiler that you're going to use the OS X specific part of the code instead of the Windows part....
Olaf