[Csnd] New Mac, old problems compiling csound
Date | 2014-05-15 22:52 |
From | Matti Koskinen |
Subject | [Csnd] New Mac, old problems compiling csound |
hi all, After trying Hackintosh, something working, hardware mostly not, I took the plunge and got a brand new Macbook Pro. I cloned csound from git just a while ago, and facing some problems compiling it. I installed in a normal way libpng, fltk, fluidsynth etc… with homebrew. libs are found, but some headers not, if don’t add to cmake-gui e.g. FLUIDSYNTH_H as usr/local/Cellar/fluid-synth/1.1.6/include/fluidsynth.h Also linking libvirtual.dylib it looks like the Makefile is wrong -L/usr/local/Cellar/fltk/1.3.2_1/lib -lfltk_images -lpng -lz -ljpeg -lfltk -lpthread -framework Cocoa so libpng is not found, probably others after -lpng either. Just day before yesterday, I did exactly the same installation with homebrew, and everything went find. Csound even worked, got sound out from speakers. Hackintosh was 10.8.5, this is 10.9.2. Is my procedure correct, or have there been some changes? tnx -m |
Date | 2014-05-16 10:47 |
From | zappfinger |
Subject | [Csnd] Re: New Mac, old problems compiling csound |
Have you tried installing the precompiled version for Mac? Richard -- View this message in context: http://csound.1045644.n5.nabble.com/New-Mac-old-problems-compiling-csound-tp5735297p5735311.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2014-05-16 11:30 |
From | Ed Costello |
Subject | Re: [Csnd] Re: New Mac, old problems compiling csound |
There is a homebrew tap for csound here https://github.com/kunstmusik/homebrew-csound Ed
On 16 May 2014 10:47, zappfinger <zappfinger@gmail.com> wrote: Have you tried installing the precompiled version for Mac? |
Date | 2014-05-16 13:41 |
From | Matti Koskinen |
Subject | Re: [Csnd] New Mac, old problems compiling csound |
On 16 May, 2014, at 1:30 pm, Ed Costello <edwardcostello@gmail.com> wrote:
tnx -m ps. the reason I try to compile from git is because always something new is introduced |
Date | 2014-05-16 17:00 |
From | Steven Yi |
Subject | Re: [Csnd] New Mac, old problems compiling csound |
To note, you can also build the latest from git develop branch with homebrew using: brew install csound --HEAD On Fri, May 16, 2014 at 8:41 AM, Matti Koskinen |