Hi, Russel, are you able to do a build with midi in there?
I've uploaded the portmidi build directory I made last time. So you should be able to do: mkdir portmiditmp cd portmiditmp curl -O http://rene.f0o.com/~rene/stuff/portmidi_trunk.zip unzip portmidi_trunk.zip cd trunk make -f pm_mac/Makefile.osx install Which should install portmidi for you. The last line might need to be: sudo make -f pm_mac/Makefile.osx install cheers, On Thu, Oct 20, 2011 at 9:04 PM, Anthony Palomba <apalo...@austin.rr.com>wrote: > Is there an ETA on a build of pygame for the mac that has MIDI output? > > > > Thanks, > Anthony > > > > > > On Wed, Oct 19, 2011 at 2:36 AM, René Dudfield <ren...@gmail.com> wrote: > >> Hi, >> >> here are the port midi compilation instructions: >> c. OS X: - change to PortMidi subdirectory pm_mac >> - compile. Type: xcodebuild -project pm_mac.pbproj >> - copy newly created libportmidi.a to a lib path >> >> cheers, >> >> >> >> >> On Tue, Oct 18, 2011 at 11:58 PM, Russell E. Owen <ro...@uw.edu> wrote: >> >>> In article >>> <CAFZXy=esdhtjoe7ygus9r31kvs6tds6p0ucnjjg3qjr3gvu...@mail.gmail.com>, >>> Anthony Palomba <apalo...@austin.rr.com> >>> wrote: >>> >>> > I installed it from the installer I downloaded from the gygame website. >>> > *pygame-1.9.1release-python.org-32bit-py2.7-macosx10.3.dmg< >>> http://pygame.org/f >>> > tp/pygame-1.9.1release-python.org-32bit-py2.7-macosx10.3.dmg> >>> >>> I built that binary installer. Unfortunately it does not include midi >>> support because I've not figured out how to build portmidi on MacOS X >>> 10.4 (the platform I use to build 32-bit python binary installers). I've >>> not tried on more recent MacOS X. >>> >>> -- Russell >>> >>> >> >