Csound Csound-dev Csound-tekno Search About

[Csnd] 5.14 build problems on OSX

Date2011-11-01 23:20
Fromben hackbarth
Subject[Csnd] 5.14 build problems on OSX
hello,

i am trying to build 5.14 on OSX 10.7 using the latest stable version of scons.

on first try, i get:
scons: warning: The Options class is deprecated; use the Variables
class instead.
File "/Users/ben/Desktop/Csound5.14.2/SConstruct", line 75, in 
Using options from 'custom.py.'
KeyError: 'customCPPPATH':
  File "/Users/ben/Desktop/Csound5.14.1/SConstruct", line 353:
    customCPPPATH = commonEnvironment['customCPPPATH']
  File "/Users/ben/lib/scons-2.1.0/SCons/Environment.py", line 409:
    return self._dict[key]

which i think is because custom.py doesn't exist.  shouldn't it?
compilation runs without errors when i copy custom.py from 5.13 into
the 5.14 directory...

thanks,
--  ben


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2011-11-01 23:31
FromSteven Yi
SubjectRe: [Csnd] 5.14 build problems on OSX
Yes, you need to copy or create a custom.py file when building Csound.
So what you did is correct. We don't put one there so that people
don't check in versions that conflict, so it is a requirement to copy
one there.

On Tue, Nov 1, 2011 at 11:20 PM, ben hackbarth  wrote:
> hello,
>
> i am trying to build 5.14 on OSX 10.7 using the latest stable version of scons.
>
> on first try, i get:
> scons: warning: The Options class is deprecated; use the Variables
> class instead.
> File "/Users/ben/Desktop/Csound5.14.2/SConstruct", line 75, in 
> Using options from 'custom.py.'
> KeyError: 'customCPPPATH':
>  File "/Users/ben/Desktop/Csound5.14.1/SConstruct", line 353:
>    customCPPPATH = commonEnvironment['customCPPPATH']
>  File "/Users/ben/lib/scons-2.1.0/SCons/Environment.py", line 409:
>    return self._dict[key]
>
> which i think is because custom.py doesn't exist.  shouldn't it?
> compilation runs without errors when i copy custom.py from 5.13 into
> the 5.14 directory...
>
> thanks,
> --  ben
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2011-11-01 23:38
FromVictor Lazzarini
SubjectRe: [Csnd] 5.14 build problems on OSX
yes, just copy one of the custom-***.py in the sources directory to  
custom.py and modify it to suit your system.

Victor
On 1 Nov 2011, at 23:20, ben hackbarth wrote:

> hello,
>
> i am trying to build 5.14 on OSX 10.7 using the latest stable  
> version of scons.
>
> on first try, i get:
> scons: warning: The Options class is deprecated; use the Variables
> class instead.
> File "/Users/ben/Desktop/Csound5.14.2/SConstruct", line 75, in  
> 
> Using options from 'custom.py.'
> KeyError: 'customCPPPATH':
> File "/Users/ben/Desktop/Csound5.14.1/SConstruct", line 353:
>   customCPPPATH = commonEnvironment['customCPPPATH']
> File "/Users/ben/lib/scons-2.1.0/SCons/Environment.py", line 409:
>   return self._dict[key]
>
> which i think is because custom.py doesn't exist.  shouldn't it?
> compilation runs without errors when i copy custom.py from 5.13 into
> the 5.14 directory...
>
> thanks,
> --  ben
>
>
> Send bugs reports to the Sourceforge bug tracker
>           https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
> "unsubscribe csound"
>

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie





Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2011-11-02 06:50
Fromben hackbarth
SubjectRe: [Csnd] 5.14 build problems on OSX
ok, thanks.

if might be nice to catch that error so that, rather than seeing a
cryptic python dict error, one is told the proper course of action.

regards,
--  ben



On Tue, Nov 1, 2011 at 4:38 PM, Victor Lazzarini
 wrote:
> yes, just copy one of the custom-***.py in the sources directory to
> custom.py and modify it to suit your system.
>
> Victor
> On 1 Nov 2011, at 23:20, ben hackbarth wrote:
>
>> hello,
>>
>> i am trying to build 5.14 on OSX 10.7 using the latest stable version of
>> scons.
>>
>> on first try, i get:
>> scons: warning: The Options class is deprecated; use the Variables
>> class instead.
>> File "/Users/ben/Desktop/Csound5.14.2/SConstruct", line 75, in 
>> Using options from 'custom.py.'
>> KeyError: 'customCPPPATH':
>> File "/Users/ben/Desktop/Csound5.14.1/SConstruct", line 353:
>>  customCPPPATH = commonEnvironment['customCPPPATH']
>> File "/Users/ben/lib/scons-2.1.0/SCons/Environment.py", line 409:
>>  return self._dict[key]
>>
>> which i think is because custom.py doesn't exist.  shouldn't it?
>> compilation runs without errors when i copy custom.py from 5.13 into
>> the 5.14 directory...
>>
>> thanks,
>> --  ben
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>          https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>
> Dr Victor Lazzarini
> Senior Lecturer
> Dept. of Music
> NUI Maynooth Ireland
> tel.: +353 1 708 3545
> Victor dot Lazzarini AT nuim dot ie
>
>
>
>
>
> Send bugs reports to the Sourceforge bug tracker
>           https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>
>


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2011-11-02 07:30
Fromjoachim heintz
SubjectRe: [Csnd] 5.14 build problems on OSX
+ 1
can anyone do this?
thanks -
	joachim


Am 02.11.2011 07:50, schrieb ben hackbarth:
> ok, thanks.
> 
> if might be nice to catch that error so that, rather than seeing a
> cryptic python dict error, one is told the proper course of action.
> 
> regards,
> --  ben
> 
> 
> 
> On Tue, Nov 1, 2011 at 4:38 PM, Victor Lazzarini
>  wrote:
>> yes, just copy one of the custom-***.py in the sources directory to
>> custom.py and modify it to suit your system.
>>
>> Victor
>> On 1 Nov 2011, at 23:20, ben hackbarth wrote:
>>
>>> hello,
>>>
>>> i am trying to build 5.14 on OSX 10.7 using the latest stable version of
>>> scons.
>>>
>>> on first try, i get:
>>> scons: warning: The Options class is deprecated; use the Variables
>>> class instead.
>>> File "/Users/ben/Desktop/Csound5.14.2/SConstruct", line 75, in 
>>> Using options from 'custom.py.'
>>> KeyError: 'customCPPPATH':
>>> File "/Users/ben/Desktop/Csound5.14.1/SConstruct", line 353:
>>>  customCPPPATH = commonEnvironment['customCPPPATH']
>>> File "/Users/ben/lib/scons-2.1.0/SCons/Environment.py", line 409:
>>>  return self._dict[key]
>>>
>>> which i think is because custom.py doesn't exist.  shouldn't it?
>>> compilation runs without errors when i copy custom.py from 5.13 into
>>> the 5.14 directory...
>>>
>>> thanks,
>>> --  ben
>>>
>>>
>>> Send bugs reports to the Sourceforge bug tracker
>>>          https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>> csound"
>>>
>>
>> Dr Victor Lazzarini
>> Senior Lecturer
>> Dept. of Music
>> NUI Maynooth Ireland
>> tel.: +353 1 708 3545
>> Victor dot Lazzarini AT nuim dot ie
>>
>>
>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>           https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>
> 
> 
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
> 
> 


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2011-11-02 09:13
FromVictor Lazzarini
SubjectRe: [Csnd] 5.14 build problems on OSX
Done. Now there is a neat error message.
On 2 Nov 2011, at 07:30, joachim heintz wrote:

> + 1
> can anyone do this?
> thanks -
> 	joachim
>
>
> Am 02.11.2011 07:50, schrieb ben hackbarth:
>> ok, thanks.
>>
>> if might be nice to catch that error so that, rather than seeing a
>> cryptic python dict error, one is told the proper course of action.
>>
>> regards,
>> --  ben
>>
>>
>>
>> On Tue, Nov 1, 2011 at 4:38 PM, Victor Lazzarini
>>  wrote:
>>> yes, just copy one of the custom-***.py in the sources directory to
>>> custom.py and modify it to suit your system.
>>>
>>> Victor
>>> On 1 Nov 2011, at 23:20, ben hackbarth wrote:
>>>
>>>> hello,
>>>>
>>>> i am trying to build 5.14 on OSX 10.7 using the latest stable  
>>>> version of
>>>> scons.
>>>>
>>>> on first try, i get:
>>>> scons: warning: The Options class is deprecated; use the Variables
>>>> class instead.
>>>> File "/Users/ben/Desktop/Csound5.14.2/SConstruct", line 75, in  
>>>> 
>>>> Using options from 'custom.py.'
>>>> KeyError: 'customCPPPATH':
>>>> File "/Users/ben/Desktop/Csound5.14.1/SConstruct", line 353:
>>>> customCPPPATH = commonEnvironment['customCPPPATH']
>>>> File "/Users/ben/lib/scons-2.1.0/SCons/Environment.py", line 409:
>>>> return self._dict[key]
>>>>
>>>> which i think is because custom.py doesn't exist.  shouldn't it?
>>>> compilation runs without errors when i copy custom.py from 5.13  
>>>> into
>>>> the 5.14 directory...
>>>>
>>>> thanks,
>>>> --  ben
>>>>
>>>>
>>>> Send bugs reports to the Sourceforge bug tracker
>>>>         https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>> Discussions of bugs and features can be posted here
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
>>>> "unsubscribe
>>>> csound"
>>>>
>>>
>>> Dr Victor Lazzarini
>>> Senior Lecturer
>>> Dept. of Music
>>> NUI Maynooth Ireland
>>> tel.: +353 1 708 3545
>>> Victor dot Lazzarini AT nuim dot ie
>>>
>>>
>>>
>>>
>>>
>>> Send bugs reports to the Sourceforge bug tracker
>>>          https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
>>> "unsubscribe
>>> csound"
>>>
>>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>            https://sourceforge.net/tracker/? 
>> group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
>> "unsubscribe csound"
>>
>>
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
> "unsubscribe csound"
>

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie





Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2011-11-02 09:50
Fromjoachim heintz
SubjectRe: [Csnd] 5.14 build problems on OSX
super. many thanks -
	j

Am 02.11.2011 10:13, schrieb Victor Lazzarini:
> Done. Now there is a neat error message.
> On 2 Nov 2011, at 07:30, joachim heintz wrote:
> 
>> + 1
>> can anyone do this?
>> thanks -
>>     joachim
>>
>>
>> Am 02.11.2011 07:50, schrieb ben hackbarth:
>>> ok, thanks.
>>>
>>> if might be nice to catch that error so that, rather than seeing a
>>> cryptic python dict error, one is told the proper course of action.
>>>
>>> regards,
>>> --  ben
>>>
>>>
>>>
>>> On Tue, Nov 1, 2011 at 4:38 PM, Victor Lazzarini
>>>  wrote:
>>>> yes, just copy one of the custom-***.py in the sources directory to
>>>> custom.py and modify it to suit your system.
>>>>
>>>> Victor
>>>> On 1 Nov 2011, at 23:20, ben hackbarth wrote:
>>>>
>>>>> hello,
>>>>>
>>>>> i am trying to build 5.14 on OSX 10.7 using the latest stable
>>>>> version of
>>>>> scons.
>>>>>
>>>>> on first try, i get:
>>>>> scons: warning: The Options class is deprecated; use the Variables
>>>>> class instead.
>>>>> File "/Users/ben/Desktop/Csound5.14.2/SConstruct", line 75, in
>>>>> 
>>>>> Using options from 'custom.py.'
>>>>> KeyError: 'customCPPPATH':
>>>>> File "/Users/ben/Desktop/Csound5.14.1/SConstruct", line 353:
>>>>> customCPPPATH = commonEnvironment['customCPPPATH']
>>>>> File "/Users/ben/lib/scons-2.1.0/SCons/Environment.py", line 409:
>>>>> return self._dict[key]
>>>>>
>>>>> which i think is because custom.py doesn't exist.  shouldn't it?
>>>>> compilation runs without errors when i copy custom.py from 5.13 into
>>>>> the 5.14 directory...
>>>>>
>>>>> thanks,
>>>>> --  ben
>>>>>
>>>>>
>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>         https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>> Discussions of bugs and features can be posted here
>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>>> "unsubscribe
>>>>> csound"
>>>>>
>>>>
>>>> Dr Victor Lazzarini
>>>> Senior Lecturer
>>>> Dept. of Music
>>>> NUI Maynooth Ireland
>>>> tel.: +353 1 708 3545
>>>> Victor dot Lazzarini AT nuim dot ie
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> Send bugs reports to the Sourceforge bug tracker
>>>>          https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>> Discussions of bugs and features can be posted here
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>> "unsubscribe
>>>> csound"
>>>>
>>>>
>>>
>>>
>>> Send bugs reports to the Sourceforge bug tracker
>>>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>> "unsubscribe csound"
>>>
>>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> "unsubscribe csound"
>>
> 
> Dr Victor Lazzarini
> Senior Lecturer
> Dept. of Music
> NUI Maynooth Ireland
> tel.: +353 1 708 3545
> Victor dot Lazzarini AT nuim dot ie
> 
> 
> 
> 
> 
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
> 
> 


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"