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 <r...@cs.cmu.edu> 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
media_api@create.ucsb.edu
http://lists.create.ucsb.edu/mailman/listinfo/media_api

Reply via email to