[Csnd] Accelerated framework
Date | 2017-10-22 08:40 |
From | rmgls |
Subject | [Csnd] Accelerated framework |
Hi all, Please can you tell me how to solve this problem: building csound from git today, with xcode 9, i get: Accelerated.framework not found, needed by csoundlib!!! (Suppressed in xcode 9). i does not find any suggestion googling. Thanks in advance. Raoul MEGELAS rmgls²orange.fr Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here |
Date | 2017-10-22 08:45 |
From | Victor Lazzarini |
Subject | Re: [Csnd] Accelerated framework |
looks like an XCode 9 issue
https://forums.developer.apple.com/thread/87802
Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland
|
Date | 2017-10-22 09:31 |
From | rmgls |
Subject | Re: [Csnd] Accelerated framework |
Thanks Victor, I will revert to xcode 8 waiting a correction. Raoul MEGELAS
|
Date | 2017-10-22 10:58 |
From | Rory Walsh |
Subject | Re: [Csnd] Accelerated framework |
I've read a lot of negative press about Xcode 9. I'll be staying with version 8 for a while yet. On 22 Oct 2017 9:31 a.m., "rmgls" <rmgls@orange.fr> wrote:
|
Date | 2017-10-22 15:09 |
From | Ed Costello |
Subject | Re: [Csnd] Accelerated framework |
Maybe it’s also because I’m on High Sierra and that plays nice with Xcode 9, but, I can get Csound to build and install using Xcode 9. I generate an Xcode project using: mkdir Xcode && cd Xcode && cmake .. -G Xcode, open the generated project, select the Csound project file in the project navigator, select Csound project above the Targets list, change macOS deployment target to whatever your OS is, in my case it’s 10.13, execute ALL_BUILD, I just did that from a fresh clone and it worked for me. Ed
|
Date | 2017-10-24 07:02 |
From | rmgls |
Subject | Re: [Csnd] Accelerated framework |
Hello, Thanks for your details. I run cmake on the command line, its why it does not compile with xcode 9. . But I will try your suggestions. Thanks again. RM
|