Re: [pygame] Re: Pygame midiout not working...

2012-01-30 Thread René Dudfield
Hi, just an update... tldr; fail. - I asked the port media mailing list, and figured out a few things*. - it compiles with home brew (on lion+snow). - I tried to get a VM working on virtualbox... but that didn't work. Apparently it used to work with OSX server, but OSX server doesn't exist any m

Re: [pygame] Re: Pygame midiout not working...

2012-01-20 Thread Anthony Palomba
Hey folks, I was wondering if the Mac midi output issue has been resolved. Any word on a new build? Thanks, Anthony

Re: [pygame] Re: Pygame midiout not working...

2012-01-16 Thread Anthony Palomba
Hey folks, I was wondering if the Mac midi output issue has been resolved. Any word on a new build? Thanks, Anthony On Fri, Dec 9, 2011 at 1:06 PM, Anthony Palomba wrote: > Hey René, > > > Thanks for the update. I appreciate all your effort. > Looking forward to doing some MIDI output on

Re: [pygame] Re: Pygame midiout not working...

2011-12-09 Thread Anthony Palomba
Hey René, Thanks for the update. I appreciate all your effort. Looking forward to doing some MIDI output on the Mac with pygame. -ap On Fri, Dec 9, 2011 at 12:47 PM, René Dudfield wrote: > Hi ya, > > I got stuck trying to get the ppc compilers working on Lion... but I'll > try again. > >

Re: [pygame] Re: Pygame midiout not working...

2011-12-09 Thread René Dudfield
Hi ya, I got stuck trying to get the ppc compilers working on Lion... but I'll try again. cu. On Thu, Dec 8, 2011 at 5:51 PM, Anthony Palomba wrote: > Hey folks, > > I was wondering if the Mac midi output issue has been resolved. > > Any word on a new build? > > > > Thanks, > Anthony > > > > O

Re: [pygame] Re: Pygame midiout not working...

2011-12-08 Thread Anthony Palomba
Hey folks, I was wondering if the Mac midi output issue has been resolved. Any word on a new build? Thanks, Anthony On Mon, Nov 28, 2011 at 3:16 PM, Anthony Palomba wrote: > Hey folks, > > I was wondering if the Mac midi output issue has been resolved. > > Any word on a new build? > > > >

Re: [pygame] Re: Pygame midiout not working...

2011-11-28 Thread Anthony Palomba
Hey folks, I was wondering if the Mac midi output issue has been resolved. Any word on a new build? Thanks, Anthony On Fri, Oct 28, 2011 at 5:13 AM, René Dudfield wrote: > Hi, > > hrmm. It seems the xcode 4.2 installer moved some stuff into > "/Developer-old" folder and the ppc compiler

Re: [pygame] Re: Pygame midiout not working...

2011-10-28 Thread René Dudfield
Hi, hrmm. It seems the xcode 4.2 installer moved some stuff into "/Developer-old" folder and the ppc compilers are still in there. So maybe that will work. I'll give it a go later. Also, this is the guide I plan to use for ppc support on Lion. http://stackoverflow.com/questions/5333490/how-ca

Re: [pygame] Re: Pygame midiout not working...

2011-10-28 Thread René Dudfield
Hey, I'll try and make a "32-bit intel+PPC static portmidi library, compatible with 10.4 and later" this weekend. It's a bit hard for me, since I'm on OSX Lion and xcode 4.2 now. Apple removed PPC support in their compiler here. Which means PPC support is impossible without installing xcode 3 t

[pygame] Re: Pygame midiout not working...

2011-10-24 Thread Russell Owen
So far I've had no luck building portmidi--either the current release or the trunk you provided. I get tons of errors that suggest fundamental .h files aren't being found. (And yes, I do have CMake installed and running). I suspect this is because the xcode project file was saved with too rece

Re: [pygame] Re: Pygame midiout not working...

2011-10-21 Thread René Dudfield
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/Makef

Re: [pygame] Re: Pygame midiout not working...

2011-10-20 Thread Anthony Palomba
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 wrote: > Hi, > > here are the port midi compilation instructions: > c. OS X: - change to PortMidi subdirectory pm_mac > - compile

Re: [pygame] Re: Pygame midiout not working...

2011-10-19 Thread René Dudfield
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, Russ

[pygame] Re: Pygame midiout not working...

2011-10-18 Thread Russell E. Owen
In article , Anthony Palomba 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 tp/pygame-1.9.1release-python.org-32bit-py2.7-macosx10.3.dmg> I built that binary installer. Unfort