Csound Csound-dev Csound-tekno Search About

[Csnd] scons compile error OSX 10.6.3

Date2010-04-28 17:42
FromEirik Arthur Blekesaune
Subject[Csnd] scons compile error OSX 10.6.3
Hi list,
Getting following error while trying to compile csound5 on my MacBook
Pro, running 10.6.3:

KeyError: 6:
 File "/Users/eirikblekesaune/Documents/Programmering/source/csound5/SConstruct",
line 610:
   sysPyVers = OSXSystemPythonVersions[OSXvers]

using these options for scons:
scons useDouble=1 useCoreAudio=1 install=1 useUDP=0 -h

anyone else had similar problems?
-eirik


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"

Date2010-04-28 19:34
FromVictor Lazzarini
Subject[Csnd] Re: scons compile error OSX 10.6.3
Sorry, SConstruct did not get to OSX 10.6 yet, but you can fix it! I  
presume you have Python 2.6 on OSX, so
just add 6:6 to line 609:

     OSXSystemPythonVersions = { 0:0, 1:0, 2:2, 3:3, 4:3, 5:5, 6:6 }

I'll update cvs.

Victor

On 28 Apr 2010, at 17:42, Eirik Arthur Blekesaune wrote:

> Hi list,
> Getting following error while trying to compile csound5 on my MacBook
> Pro, running 10.6.3:
>
> KeyError: 6:
> File "/Users/eirikblekesaune/Documents/Programmering/source/csound5/ 
> SConstruct",
> line 610:
>   sysPyVers = OSXSystemPythonVersions[OSXvers]
>
> using these options for scons:
> scons useDouble=1 useCoreAudio=1 install=1 useUDP=0 -h
>
> anyone else had similar problems?
> -eirik
>
>
> 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"