Csound Csound-dev Csound-tekno Search About

[Cs-dev] error build

Date2011-05-01 11:18
Frommenno
Subject[Cs-dev] error build
Hi,

trying to build Csound again (Kubuntu10.04) i get this error. What does it
need?
I build Csound a week ago with no problems...

thanks,
Menno

menno@muziek:/media/ManualUSB/csound5$ scons -j 3 buildDSSI=1
buildImageOpcodes=1 buildInterfaces=1 buildJavaWrapper=1 buildNewParser=1
buildPythonOpcodes=1 buildUtilities=1 buildVirtual=1 Lib64=0 useDouble=1
usePortAudio=1 usePortMidi=1 useALSA=1 useJack=1 useFLTK=1 Word64=1
buildPythonWrapper=1 smoothSort=1 includeMP3=1 buildCsoundAC=1
buildStkOpcodes=1 buildBeats=1 dynamicCsoundLibrary=1 > compile.txt                   
                                                                                                                                                                                                                     
scons: warning: The Options class is deprecated; use the Variables class
instead.                                                                                                                                    
File "/media/ManualUSB/csound5/SConstruct", line 74, in                                                                                                                                                      
KeyError: 'customCPPPATH':                                                                                                                                                                                           
  File "/media/ManualUSB/csound5/SConstruct", line 339:                                                                                                                                                              
    customCPPPATH = commonEnvironment['customCPPPATH']
  File "/usr/lib/scons/SCons/Environment.py", line 408:
    return self._dict[key]
--
View this message in context: http://csound.1045644.n5.nabble.com/error-build-tp4362572p4362572.html
Sent from the Csound - Dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-05-01 11:23
FromVictor Lazzarini
SubjectRe: [Cs-dev] error build
copy custom-linux-jpff.py -> custom.py  to fix the issue.

Victor
On 1 May 2011, at 11:18, menno wrote:

> Hi,
>
> trying to build Csound again (Kubuntu10.04) i get this error. What  
> does it
> need?
> I build Csound a week ago with no problems...
>
> thanks,
> Menno
>
> menno@muziek:/media/ManualUSB/csound5$ scons -j 3 buildDSSI=1
> buildImageOpcodes=1 buildInterfaces=1 buildJavaWrapper=1  
> buildNewParser=1
> buildPythonOpcodes=1 buildUtilities=1 buildVirtual=1 Lib64=0  
> useDouble=1
> usePortAudio=1 usePortMidi=1 useALSA=1 useJack=1 useFLTK=1 Word64=1
> buildPythonWrapper=1 smoothSort=1 includeMP3=1 buildCsoundAC=1
> buildStkOpcodes=1 buildBeats=1 dynamicCsoundLibrary=1 > compile.txt
>
> scons: warning: The Options class is deprecated; use the Variables  
> class
> instead.
> File "/media/ManualUSB/csound5/SConstruct", line 74, in 
> KeyError: 'customCPPPATH':
>  File "/media/ManualUSB/csound5/SConstruct", line 339:
>    customCPPPATH = commonEnvironment['customCPPPATH']
>  File "/usr/lib/scons/SCons/Environment.py", line 408:
>    return self._dict[key]
> --
> View this message in context: http://csound.1045644.n5.nabble.com/error-build-tp4362572p4362572.html
> Sent from the Csound - Dev mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> WhatsUp Gold - Download Free Network Management Software
> The most intuitive, comprehensive, and cost-effective network
> management toolset available today.  Delivers lowest initial
> acquisition cost and overall TCO of any competing solution.
> http://p.sf.net/sfu/whatsupgold-sd
> _______________________________________________
> 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




------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-05-02 00:26
FromFelipe Sateler
SubjectRe: [Cs-dev] error build
Maybe Sconstruct should be modified to warn/fail if no custom.py is found

On Sun, May 1, 2011 at 07:23, Victor Lazzarini  wrote:
> copy custom-linux-jpff.py -> custom.py  to fix the issue.
>
> Victor
> On 1 May 2011, at 11:18, menno wrote:
>
>> Hi,
>>
>> trying to build Csound again (Kubuntu10.04) i get this error. What
>> does it
>> need?
>> I build Csound a week ago with no problems...
>>
>> thanks,
>> Menno
>>
>> menno@muziek:/media/ManualUSB/csound5$ scons -j 3 buildDSSI=1
>> buildImageOpcodes=1 buildInterfaces=1 buildJavaWrapper=1
>> buildNewParser=1
>> buildPythonOpcodes=1 buildUtilities=1 buildVirtual=1 Lib64=0
>> useDouble=1
>> usePortAudio=1 usePortMidi=1 useALSA=1 useJack=1 useFLTK=1 Word64=1
>> buildPythonWrapper=1 smoothSort=1 includeMP3=1 buildCsoundAC=1
>> buildStkOpcodes=1 buildBeats=1 dynamicCsoundLibrary=1 > compile.txt
>>
>> scons: warning: The Options class is deprecated; use the Variables
>> class
>> instead.
>> File "/media/ManualUSB/csound5/SConstruct", line 74, in 
>> KeyError: 'customCPPPATH':
>>  File "/media/ManualUSB/csound5/SConstruct", line 339:
>>    customCPPPATH = commonEnvironment['customCPPPATH']
>>  File "/usr/lib/scons/SCons/Environment.py", line 408:
>>    return self._dict[key]
>> --
>> View this message in context: http://csound.1045644.n5.nabble.com/error-build-tp4362572p4362572.html
>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>
>> ------------------------------------------------------------------------------
>> WhatsUp Gold - Download Free Network Management Software
>> The most intuitive, comprehensive, and cost-effective network
>> management toolset available today.  Delivers lowest initial
>> acquisition cost and overall TCO of any competing solution.
>> http://p.sf.net/sfu/whatsupgold-sd
>> _______________________________________________
>> 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
>
>
>
>
> ------------------------------------------------------------------------------
> WhatsUp Gold - Download Free Network Management Software
> The most intuitive, comprehensive, and cost-effective network
> management toolset available today.  Delivers lowest initial
> acquisition cost and overall TCO of any competing solution.
> http://p.sf.net/sfu/whatsupgold-sd
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>



-- 

Saludos,
Felipe Sateler

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cs