On Sun, 2008-12-14 at 22:01 -0500, Kiwi Plant wrote: 
> Does anyone know how to build the programs and libraries on Leopard  
> (10.5.5) ?
> I've tried a few times to do this, but don't know enough about OS X  
> stuff to get it to compile without errors.
> It would be great to have some of the newer code and gigedit compile  
> and work on a mac.
> 
> I also have Xcode 3.1 here and am willing to help out somehow.

Check out the latest source from CVS, Andreas has made a number of edits
to enable successful builds on OS X. 

libgig builds with 

$ ./configure "LDFLAGS= -framework CoreFoundation" ; make ; sudo make
install

liblscp should be built as

$ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
$ ./configure --disable-shared

linuxsampler:

$ ./configure (+ your preference options) "LDFLAGS= -framework CoreMIDI
-framework CoreFoundation"

If you want qsampler and gigedit, install the fink package distribution
<http://fink.sourceforge.net>

Install "qt4-mac" from fink

$ fink install qt4-mac

qsampler:

$ ./configure --with-qt=/sw/lib/qt4-mac

gigedit:

Install gtkmm2.4 and libsndfile1 from fink. A simple configure && make
for gigedit is sufficient.

ATM, gigedit only works as a standalone application on OS X.
Nevertheless, it is still very useful for making and editing your own
Gig files.
 
E


------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Linuxsampler-devel mailing list
Linuxsampler-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel

Reply via email to