Hi again,

I thought I'd mention that portmidi is in homebrew, in case you use
homebrew.

Here is their recipe, which may give you some hints if you don't use
homebrew.
    https://github.com/mxcl/homebrew/blob/master/Library/Formula/portmidi.rb

It works for me.

cheers,


On Mon, Jan 16, 2012 at 5:58 PM, René Dudfield <[email protected]> wrote:

> hi,
>
> Does it have ppc anywhere in there?  I think gcc with -arch ppc calls that
> executable for the ppc arch.  Perhaps searching for i386 will help you find
> the place in the Makefile if ppc isn't in there.
>
> cheers,
>
>
>
> On Mon, Jan 16, 2012 at 5:48 PM, Anthony Palomba 
> <[email protected]>wrote:
>
>> In order to key things simple, I have abandoned trying to get things
>> working in Xcode and am concentrating on getting the command line build
>> working.
>>
>> As Tim mentioned earlier, Apple is no longer shipping the 10.5 SDK in
>> OSX 10.7.
>> Once I modified the make file to compile with the right SDK, I was able
>> to make some
>> more progress.
>>
>> The problem now seems to be that the build command is calling the
>> powerpc compiler...
>>
>>
>>     error trying to exec '/usr/bin/../llvm-gcc-4.2/bin/
>> powerpc-apple-darwin11-llvm-gcc-4.2'
>>
>> The make file does not seem to have a reference to "
>> powerpc-apple-darwin11-llvm-gcc-4.2", Does anyone know how to make it
>> use the intel gcc compiler?
>>
>>
>>
>> -ap
>>
>>
>>
>>
>>
>> On Sun, Jan 15, 2012 at 11:58 AM, Roger Dannenberg <[email protected]>wrote:
>>
>>> Hi All,
>>>
>>> I'm not sure what's going on here. My 10.6.sdk MacMemory.h includes
>>> <string.h> at line 28, but your build seems to be complaining about
>>> Strings.h or strings.h.
>>>
>>> Again, it might be interesting to just add the PortMidi sources to a
>>> project and see what happens, although I know it's frustrating to track
>>> down missing libraries, search paths, etc.
>>>
>>> -Roger
>>>
>>>
>>> On 1/12/12 12:22 PM, Anthony Palomba wrote:
>>>
>>>> #warning Strings.h is not available on Mac OS X
>>>>
>>>
>>
>> _______________________________________________
>> media_api mailing list
>> [email protected]
>> http://lists.create.ucsb.edu/mailman/listinfo/media_api
>>
>>
>
_______________________________________________
media_api mailing list
[email protected]
http://lists.create.ucsb.edu/mailman/listinfo/media_api

Reply via email to