| FYI: I found today that the change I did had a problem in that it
didn't set the deployment target here for XCode for some reason. I did
a change that matches if the sdk root is set to 10.6, and only if not
set, set the deployment target. Seems to work now here for xcode and
other targets. Let me know if there's any problems with 10.6 and I'll
fix it.
On Tue, Apr 22, 2014 at 8:44 AM, Victor Lazzarini
wrote:
> It did the trick thanks.
> On 22 Apr 2014, at 13:26, Steven Yi wrote:
>
>> Hi Victor,
>>
>> I woke up not too long ago so am looking at the script without the
>> benefit of coffee. :) I made a change that I *think* will address the
>> problem by setting the deployment target if the default sysroot is
>> found. This should maintain setting the deployment target then on 10.8
>> and 10.9 but should keep it out of the way on 10.6. Could you pull
>> and let me know if this works for you?
>>
>> Thanks!
>> steven
>>
>> On Tue, Apr 22, 2014 at 7:08 AM, Victor Lazzarini
>> wrote:
>>> These lines in CMakeLists.txt are preventing the build on OSX10.6 from succeeding:
>>>
>>> if(EXISTS ${CMAKE_OSX_SYSROOT})
>>> set(CMAKE_OSX_DEPLOYMENT_TARGET 10.7)
>>> endif()
>>>
>>> can they be commented out?
>>>
>>> Dr Victor Lazzarini
>>> Senior Lecturer
>>> Dept. of Music
>>> NUI Maynooth Ireland
>>> tel.: +353 1 708 3545
>>> Victor dot Lazzarini AT nuim dot ie
>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Start Your Social Network Today - Download eXo Platform
>>> Build your Enterprise Intranet with eXo Platform Software
>>> Java Based Open Source Intranet - Social, Extensible, Cloud Ready
>>> Get Started Now And Turn Your Intranet Into A Collaboration Platform
>>> http://p.sf.net/sfu/ExoPlatform
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>> ------------------------------------------------------------------------------
>> Start Your Social Network Today - Download eXo Platform
>> Build your Enterprise Intranet with eXo Platform Software
>> Java Based Open Source Intranet - Social, Extensible, Cloud Ready
>> Get Started Now And Turn Your Intranet Into A Collaboration Platform
>> http://p.sf.net/sfu/ExoPlatform
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
> Dr Victor Lazzarini
> Senior Lecturer
> Dept. of Music
> NUI Maynooth Ireland
> tel.: +353 1 708 3545
> Victor dot Lazzarini AT nuim dot ie
>
>
>
>
> ------------------------------------------------------------------------------
> Start Your Social Network Today - Download eXo Platform
> Build your Enterprise Intranet with eXo Platform Software
> Java Based Open Source Intranet - Social, Extensible, Cloud Ready
> Get Started Now And Turn Your Intranet Into A Collaboration Platform
> http://p.sf.net/sfu/ExoPlatform
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
------------------------------------------------------------------------------
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net |