Csound Csound-dev Csound-tekno Search About

[Csnd] New Mac, old problems compiling csound

Date2014-05-15 22:52
FromMatti 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



Date2014-05-16 10:47
Fromzappfinger
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.

Date2014-05-16 11:30
FromEd Costello
SubjectRe: [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?

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.


Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"





Date2014-05-16 13:41
FromMatti Koskinen
SubjectRe: [Csnd] New Mac, old problems compiling csound

On 16 May, 2014, at 1:30 pm, Ed Costello <edwardcostello@gmail.com> wrote:

There is a homebrew tap for csound here https://github.com/kunstmusik/homebrew-csound
Ed
thanks, did build everything, downloading took more time than compiling. SSD is quite fast…

tnx 

-m

ps. the reason I try to compile from git is because always something new is introduced


Date2014-05-16 17:00
FromSteven Yi
SubjectRe: [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  wrote:
>
> On 16 May, 2014, at 1:30 pm, Ed Costello  wrote:
>
> There is a homebrew tap for csound here
> https://github.com/kunstmusik/homebrew-csound
> Ed
>
> thanks, did build everything, downloading took more time than compiling. SSD
> is quite fast…
>
> tnx
>
> -m
>
> ps. the reason I try to compile from git is because always something new is
> introduced
>