Csound Csound-dev Csound-tekno Search About

[Cs-dev] OSX question..

Date2011-11-30 11:02
FromRory Walsh
Subject[Cs-dev] OSX question..
In XCode I have to manually add my csound64Lib framework, isn't there
a flag I can use to set the framework? I'm just looking at setting up
a build scripts and I don't want to have to keep adding the framework
by hand every time I updated my project settings with the build
script.

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-11-30 15:38
FromSteven Yi
SubjectRe: [Cs-dev] OSX question..
Hi Rory,

Are you using xcodebuild to build the project?  If so you can use
external xcconfig files and pass that as an argument when building
csound.  I use this method when building csound for iOS, which creates
an xcode project from Cmake, then overrides things like what sdk and
architectures to build for in an xcconfig file. I'm sure you could do
it such that use -framework CsoundLib64 (or whatever the syntax is) as
an overrided flag in xcconfig.

steven

On Wed, Nov 30, 2011 at 11:02 AM, Rory Walsh  wrote:
> In XCode I have to manually add my csound64Lib framework, isn't there
> a flag I can use to set the framework? I'm just looking at setting up
> a build scripts and I don't want to have to keep adding the framework
> by hand every time I updated my project settings with the build
> script.
>
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure
> contains a definitive record of customers, application performance,
> security threats, fraudulent activity, and more. Splunk takes this
> data and makes sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-novd2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-11-30 15:53
FromRory Walsh
SubjectRe: [Cs-dev] OSX question..
Thanks Steven. I will try -framework. I'm not building Csound however.
I'm just using the API. iTunes, er, I mean Xcode takes a while to get
used to!

On 30 November 2011 15:38, Steven Yi  wrote:
> Hi Rory,
>
> Are you using xcodebuild to build the project?  If so you can use
> external xcconfig files and pass that as an argument when building
> csound.  I use this method when building csound for iOS, which creates
> an xcode project from Cmake, then overrides things like what sdk and
> architectures to build for in an xcconfig file. I'm sure you could do
> it such that use -framework CsoundLib64 (or whatever the syntax is) as
> an overrided flag in xcconfig.
>
> steven
>
> On Wed, Nov 30, 2011 at 11:02 AM, Rory Walsh  wrote:
>> In XCode I have to manually add my csound64Lib framework, isn't there
>> a flag I can use to set the framework? I'm just looking at setting up
>> a build scripts and I don't want to have to keep adding the framework
>> by hand every time I updated my project settings with the build
>> script.
>>
>> ------------------------------------------------------------------------------
>> All the data continuously generated in your IT infrastructure
>> contains a definitive record of customers, application performance,
>> security threats, fraudulent activity, and more. Splunk takes this
>> data and makes sense of it. IT sense. And common sense.
>> http://p.sf.net/sfu/splunk-novd2d
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure
> contains a definitive record of customers, application performance,
> security threats, fraudulent activity, and more. Splunk takes this
> data and makes sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-novd2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-11-30 16:02
FromSteven Yi
SubjectRe: [Cs-dev] OSX question..
Yeah, I didn't much care for XCode at first but after a while I warmed
up to it. ;) Good luck!

On Wed, Nov 30, 2011 at 3:53 PM, Rory Walsh  wrote:
> Thanks Steven. I will try -framework. I'm not building Csound however.
> I'm just using the API. iTunes, er, I mean Xcode takes a while to get
> used to!
>
> On 30 November 2011 15:38, Steven Yi  wrote:
>> Hi Rory,
>>
>> Are you using xcodebuild to build the project?  If so you can use
>> external xcconfig files and pass that as an argument when building
>> csound.  I use this method when building csound for iOS, which creates
>> an xcode project from Cmake, then overrides things like what sdk and
>> architectures to build for in an xcconfig file. I'm sure you could do
>> it such that use -framework CsoundLib64 (or whatever the syntax is) as
>> an overrided flag in xcconfig.
>>
>> steven
>>
>> On Wed, Nov 30, 2011 at 11:02 AM, Rory Walsh  wrote:
>>> In XCode I have to manually add my csound64Lib framework, isn't there
>>> a flag I can use to set the framework? I'm just looking at setting up
>>> a build scripts and I don't want to have to keep adding the framework
>>> by hand every time I updated my project settings with the build
>>> script.
>>>
>>> ------------------------------------------------------------------------------
>>> All the data continuously generated in your IT infrastructure
>>> contains a definitive record of customers, application performance,
>>> security threats, fraudulent activity, and more. Splunk takes this
>>> data and makes sense of it. IT sense. And common sense.
>>> http://p.sf.net/sfu/splunk-novd2d
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>> ------------------------------------------------------------------------------
>> All the data continuously generated in your IT infrastructure
>> contains a definitive record of customers, application performance,
>> security threats, fraudulent activity, and more. Splunk takes this
>> data and makes sense of it. IT sense. And common sense.
>> http://p.sf.net/sfu/splunk-novd2d
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure
> contains a definitive record of customers, application performance,
> security threats, fraudulent activity, and more. Splunk takes this
> data and makes sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-novd2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-11-30 16:29
FromRory Walsh
SubjectRe: [Cs-dev] OSX question..
I might warm to it but I'll never warm to not having a hash symbol
printed on my keyboard! Oh btw, since i updated to 10.6 I've noticed
my mac has become a little slugish at times. I read somewhere about
64bit and 32bit mode? Perhaps my kernel is now 64bit? Is there a way
to force it to boot up in 32bit mode? Or does it make any difference
at all?

On 30 November 2011 16:02, Steven Yi  wrote:
> Yeah, I didn't much care for XCode at first but after a while I warmed
> up to it. ;) Good luck!
>
> On Wed, Nov 30, 2011 at 3:53 PM, Rory Walsh  wrote:
>> Thanks Steven. I will try -framework. I'm not building Csound however.
>> I'm just using the API. iTunes, er, I mean Xcode takes a while to get
>> used to!
>>
>> On 30 November 2011 15:38, Steven Yi  wrote:
>>> Hi Rory,
>>>
>>> Are you using xcodebuild to build the project?  If so you can use
>>> external xcconfig files and pass that as an argument when building
>>> csound.  I use this method when building csound for iOS, which creates
>>> an xcode project from Cmake, then overrides things like what sdk and
>>> architectures to build for in an xcconfig file. I'm sure you could do
>>> it such that use -framework CsoundLib64 (or whatever the syntax is) as
>>> an overrided flag in xcconfig.
>>>
>>> steven
>>>
>>> On Wed, Nov 30, 2011 at 11:02 AM, Rory Walsh  wrote:
>>>> In XCode I have to manually add my csound64Lib framework, isn't there
>>>> a flag I can use to set the framework? I'm just looking at setting up
>>>> a build scripts and I don't want to have to keep adding the framework
>>>> by hand every time I updated my project settings with the build
>>>> script.
>>>>
>>>> ------------------------------------------------------------------------------
>>>> All the data continuously generated in your IT infrastructure
>>>> contains a definitive record of customers, application performance,
>>>> security threats, fraudulent activity, and more. Splunk takes this
>>>> data and makes sense of it. IT sense. And common sense.
>>>> http://p.sf.net/sfu/splunk-novd2d
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>> ------------------------------------------------------------------------------
>>> All the data continuously generated in your IT infrastructure
>>> contains a definitive record of customers, application performance,
>>> security threats, fraudulent activity, and more. Splunk takes this
>>> data and makes sense of it. IT sense. And common sense.
>>> http://p.sf.net/sfu/splunk-novd2d
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>> ------------------------------------------------------------------------------
>> All the data continuously generated in your IT infrastructure
>> contains a definitive record of customers, application performance,
>> security threats, fraudulent activity, and more. Splunk takes this
>> data and makes sense of it. IT sense. And common sense.
>> http://p.sf.net/sfu/splunk-novd2d
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure
> contains a definitive record of customers, application performance,
> security threats, fraudulent activity, and more. Splunk takes this
> data and makes sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-novd2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-11-30 23:04
FromJohn Lato
SubjectRe: [Cs-dev] OSX question..
Next time you buy a Mac, order the US keyboard.  It'll take a few
weeks, but you'll have a hash key.

Snow Leopard does have a 64-bit kernel, but it loads the 32-bit kernel
by default.  A lot of apps, daemons, etc. are 64bit, though, which on
this macbook, with only 2GB RAM, can cause a real problem with memory
pressure.  With just Firefox and a terminal window, Activity Monitor
shows 1.7GB used.

Check out http://www.macobserver.com/tmo/article/checking_32_or_64-bit_kernel_boot_mode_in_snow_leopard/
for more information.

John L.

On Wed, Nov 30, 2011 at 4:29 PM, Rory Walsh  wrote:
> I might warm to it but I'll never warm to not having a hash symbol
> printed on my keyboard! Oh btw, since i updated to 10.6 I've noticed
> my mac has become a little slugish at times. I read somewhere about
> 64bit and 32bit mode? Perhaps my kernel is now 64bit? Is there a way
> to force it to boot up in 32bit mode? Or does it make any difference
> at all?
>
> On 30 November 2011 16:02, Steven Yi  wrote:
>> Yeah, I didn't much care for XCode at first but after a while I warmed
>> up to it. ;) Good luck!
>>
>> On Wed, Nov 30, 2011 at 3:53 PM, Rory Walsh  wrote:
>>> Thanks Steven. I will try -framework. I'm not building Csound however.
>>> I'm just using the API. iTunes, er, I mean Xcode takes a while to get
>>> used to!
>>>
>>> On 30 November 2011 15:38, Steven Yi  wrote:
>>>> Hi Rory,
>>>>
>>>> Are you using xcodebuild to build the project?  If so you can use
>>>> external xcconfig files and pass that as an argument when building
>>>> csound.  I use this method when building csound for iOS, which creates
>>>> an xcode project from Cmake, then overrides things like what sdk and
>>>> architectures to build for in an xcconfig file. I'm sure you could do
>>>> it such that use -framework CsoundLib64 (or whatever the syntax is) as
>>>> an overrided flag in xcconfig.
>>>>
>>>> steven
>>>>
>>>> On Wed, Nov 30, 2011 at 11:02 AM, Rory Walsh  wrote:
>>>>> In XCode I have to manually add my csound64Lib framework, isn't there
>>>>> a flag I can use to set the framework? I'm just looking at setting up
>>>>> a build scripts and I don't want to have to keep adding the framework
>>>>> by hand every time I updated my project settings with the build
>>>>> script.
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> All the data continuously generated in your IT infrastructure
>>>>> contains a definitive record of customers, application performance,
>>>>> security threats, fraudulent activity, and more. Splunk takes this
>>>>> data and makes sense of it. IT sense. And common sense.
>>>>> http://p.sf.net/sfu/splunk-novd2d
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>> ------------------------------------------------------------------------------
>>>> All the data continuously generated in your IT infrastructure
>>>> contains a definitive record of customers, application performance,
>>>> security threats, fraudulent activity, and more. Splunk takes this
>>>> data and makes sense of it. IT sense. And common sense.
>>>> http://p.sf.net/sfu/splunk-novd2d
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>> ------------------------------------------------------------------------------
>>> All the data continuously generated in your IT infrastructure
>>> contains a definitive record of customers, application performance,
>>> security threats, fraudulent activity, and more. Splunk takes this
>>> data and makes sense of it. IT sense. And common sense.
>>> http://p.sf.net/sfu/splunk-novd2d
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>> ------------------------------------------------------------------------------
>> All the data continuously generated in your IT infrastructure
>> contains a definitive record of customers, application performance,
>> security threats, fraudulent activity, and more. Splunk takes this
>> data and makes sense of it. IT sense. And common sense.
>> http://p.sf.net/sfu/splunk-novd2d
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure
> contains a definitive record of customers, application performance,
> security threats, fraudulent activity, and more. Splunk takes this
> data and makes sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-novd2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-12-01 00:39
Frompeiman khosravi
SubjectRe: [Cs-dev] OSX question..
Or put a sticker on the key. I've got protools stickers all over my keyboard :-)

P

On 30 November 2011 23:04, John Lato  wrote:
> Next time you buy a Mac, order the US keyboard.  It'll take a few
> weeks, but you'll have a hash key.
>
> Snow Leopard does have a 64-bit kernel, but it loads the 32-bit kernel
> by default.  A lot of apps, daemons, etc. are 64bit, though, which on
> this macbook, with only 2GB RAM, can cause a real problem with memory
> pressure.  With just Firefox and a terminal window, Activity Monitor
> shows 1.7GB used.
>
> Check out http://www.macobserver.com/tmo/article/checking_32_or_64-bit_kernel_boot_mode_in_snow_leopard/
> for more information.
>
> John L.
>
> On Wed, Nov 30, 2011 at 4:29 PM, Rory Walsh  wrote:
>> I might warm to it but I'll never warm to not having a hash symbol
>> printed on my keyboard! Oh btw, since i updated to 10.6 I've noticed
>> my mac has become a little slugish at times. I read somewhere about
>> 64bit and 32bit mode? Perhaps my kernel is now 64bit? Is there a way
>> to force it to boot up in 32bit mode? Or does it make any difference
>> at all?
>>
>> On 30 November 2011 16:02, Steven Yi  wrote:
>>> Yeah, I didn't much care for XCode at first but after a while I warmed
>>> up to it. ;) Good luck!
>>>
>>> On Wed, Nov 30, 2011 at 3:53 PM, Rory Walsh  wrote:
>>>> Thanks Steven. I will try -framework. I'm not building Csound however.
>>>> I'm just using the API. iTunes, er, I mean Xcode takes a while to get
>>>> used to!
>>>>
>>>> On 30 November 2011 15:38, Steven Yi  wrote:
>>>>> Hi Rory,
>>>>>
>>>>> Are you using xcodebuild to build the project?  If so you can use
>>>>> external xcconfig files and pass that as an argument when building
>>>>> csound.  I use this method when building csound for iOS, which creates
>>>>> an xcode project from Cmake, then overrides things like what sdk and
>>>>> architectures to build for in an xcconfig file. I'm sure you could do
>>>>> it such that use -framework CsoundLib64 (or whatever the syntax is) as
>>>>> an overrided flag in xcconfig.
>>>>>
>>>>> steven
>>>>>
>>>>> On Wed, Nov 30, 2011 at 11:02 AM, Rory Walsh  wrote:
>>>>>> In XCode I have to manually add my csound64Lib framework, isn't there
>>>>>> a flag I can use to set the framework? I'm just looking at setting up
>>>>>> a build scripts and I don't want to have to keep adding the framework
>>>>>> by hand every time I updated my project settings with the build
>>>>>> script.
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> All the data continuously generated in your IT infrastructure
>>>>>> contains a definitive record of customers, application performance,
>>>>>> security threats, fraudulent activity, and more. Splunk takes this
>>>>>> data and makes sense of it. IT sense. And common sense.
>>>>>> http://p.sf.net/sfu/splunk-novd2d
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> Csound-devel@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> All the data continuously generated in your IT infrastructure
>>>>> contains a definitive record of customers, application performance,
>>>>> security threats, fraudulent activity, and more. Splunk takes this
>>>>> data and makes sense of it. IT sense. And common sense.
>>>>> http://p.sf.net/sfu/splunk-novd2d
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>> ------------------------------------------------------------------------------
>>>> All the data continuously generated in your IT infrastructure
>>>> contains a definitive record of customers, application performance,
>>>> security threats, fraudulent activity, and more. Splunk takes this
>>>> data and makes sense of it. IT sense. And common sense.
>>>> http://p.sf.net/sfu/splunk-novd2d
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>> ------------------------------------------------------------------------------
>>> All the data continuously generated in your IT infrastructure
>>> contains a definitive record of customers, application performance,
>>> security threats, fraudulent activity, and more. Splunk takes this
>>> data and makes sense of it. IT sense. And common sense.
>>> http://p.sf.net/sfu/splunk-novd2d
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>> ------------------------------------------------------------------------------
>> All the data continuously generated in your IT infrastructure
>> contains a definitive record of customers, application performance,
>> security threats, fraudulent activity, and more. Splunk takes this
>> data and makes sense of it. IT sense. And common sense.
>> http://p.sf.net/sfu/splunk-novd2d
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure
> contains a definitive record of customers, application performance,
> security threats, fraudulent activity, and more. Splunk takes this
> data and makes sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-novd2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net