I'm updating things for a new project, and am having some issues compiling portMIDI, portTime and portSMF on Mac OSX 10.5.6. Here are the changes I've made so far 1) The Makefile pm_mac/Makefile.osx still uses the "-arch" -- it's deprecated. 2) pm_mac/readbinaryplist.h needs to include "stdint.h" for the uint_8 etc. types 3) The "import" directive is deprecated; it's used in porttime/ptmacosx_mach.c and needs to be changed to "include" So, with these changes I can build the object files, but the dynamic library's a bit more involved, since the file pm_mac/readbinaryplist.c uses a lot of OSX stuff that's changed. (e.g., "Folders.h" isn't there any more). stp -- Stephen Travis Pope Graduate Program in Media Arts and Technology University of California, Santa Barbara |
_______________________________________________ media_api mailing list [email protected] http://lists.create.ucsb.edu/mailman/listinfo/media_api
