Le 6 mars 2014 à 19:57, Stefan Hajnoczi <[email protected]> a écrit :

> On Thu, Mar 6, 2014 at 6:31 PM, Jean Bresson <[email protected]> wrote:
>> 
>> Le 6 mars 2014 à 17:41, Stefan Hajnoczi <[email protected]> a écrit :
>> 
>>> On Thu, Mar 6, 2014 at 5:37 PM, Jean Bresson <[email protected]> wrote:
>>>> I am trying to build PortMIDI from the sources on MacOS 10.9, but the 
>>>> build system seems configured for older versions (SDK 10.5, old locations, 
>>>> etc.)
>>>> 
>>>> Did someone try it before and/or have an advice on how to setup the 
>>>> project for that ?
>>>> 
>>>> I have tried to build the xCode project file and edit parts of it to 
>>>> update search paths etc., but with no success so far.
>>>> 
>>>> Alternatively, by any chance, are there a binary distributions of the 
>>>> portmedia libraries available somewhere ?
>>> 
>>> Check Homebrew (http://brew.sh/), they have a PortMIDI package available:
>>> brew install portmidi
>> 
>> Great. Thank you!
>> I now need to find out how to force-build 32bits dylibs using homebrew, in 
>> order to link them from a 32bit application (Lisp)  Do you know if such 
>> build option is available..?
> 
> No, sorry.


ok, for the record: The homebrew portmidi formula does not seem to have an 
option for building a 32bit lib. However reading the rubi install script helped 
me to correct the CMake build files easily.

I mostly had to edit "set(CMAKE_OSX_SYSROOT... " in cm_common/CMakeLists.txt 
and set the right path to MacOSX10.[x].sdk (now somewhere deep inside the 
Xcode.app folder) 

The rest of the build seems to be ok.

Jean

_______________________________________________
media_api mailing list
[email protected]
http://lists.create.ucsb.edu/mailman/listinfo/media_api

Reply via email to