[Csnd] build on OSX 10.6.8
Date | 2014-04-21 14:38 |
From | Matti Koskinen |
Subject | [Csnd] build on OSX 10.6.8 |
hi, I'm trying to build just cloned csound6, but get this from CMake 2.8.-12 CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: PORTAUDIO_LIBRARY linked by target "cmTryCompileExec1202911798" in directory /Users/mjkoskin/devel/csound/build/CMakeFiles/CMakeTmp CMake Error: Internal CMake error, TryCompile configure of cmake failed Is this CMake or csound6? tnx -m |
Date | 2014-04-21 15:02 |
From | Steven Yi |
Subject | Re: [Csnd] build on OSX 10.6.8 |
This might have been due to a change I did last night for detecting portaudio version. I made another modification just now: could you pull and give it another try? Thanks! steven On Mon, Apr 21, 2014 at 9:38 AM, Matti Koskinen |
Date | 2014-04-21 15:19 |
From | Matti Koskinen |
Subject | Re: [Csnd] build on OSX 10.6.8 |
On Apr 21, 2014, at 5:02 PM, Steven Yi wrote: > This might have been due to a change I did last night for detecting > portaudio version. I made another modification just now: could you > pull and give it another try? > > Thanks! > steven yes, now cmake runs ok, now building csound... ..and compiled ok! tnx -m 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" |
Date | 2014-04-21 15:57 |
From | Steven Yi |
Subject | Re: [Csnd] build on OSX 10.6.8 |
Glad it's working and thanks for reporting! On Mon, Apr 21, 2014 at 10:19 AM, Matti Koskinen |