2011-06-09 20:55, Andreas Persson wrote:
> 2011-06-05 23:07, Kiwi Plant skrev:
>> Was wondering if OS X development of linuxsampler is still happening?  The 
>> latest installer package is a couple years old.
>>
>> I've tried to build it from source a few times and have always totally 
>> failed.
>>
>> Does anyone have OS X install packages available with the latest 
>> linuxsampler improvements?
>
> I just did an experiment. I found instructions on how to cross-compile
> OS X binaries on Linux, something I didn't know was possible. I managed
> to build a linuxsampler binary for 32 bit Intel Mac, but I have no idea
> if it works or not, as I don't have a Mac to test it on. Maybe you would
> like to try?
>
> http://download.linuxsampler.org/dev/mac/ls-mac-experiment.tar.gz

Sorry, replying to myself here. I got so curious if this would work so I 
borrowed a Mac to try it myself.

Yes! It works, but the binary is dynamically linked and the library 
search paths are absolute, so you need to either move the dylib files to 
$HOME/lib, or run it like this:

DYLD_LIBRARY_PATH=lib:lib/linuxsampler bin/linuxsampler

/Andreas

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Linuxsampler-devel mailing list
Linuxsampler-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel

Reply via email to