Csound Csound-dev Csound-tekno Search About

[Csnd] pluginsdk problem..

Date2009-02-16 12:52
FromRory Walsh
Subject[Csnd] pluginsdk problem..
I used to be able to run scons with my custom.py in the pluginsdk
directory to build the example plugin but as of the latest CVS I'm
getting the following errors:

System platform is 'win32'.
KeyError: 'customCPPPATH':
  File "C:\MyDocuments\SourceCode\Csound5\csound5\pluginSDK\SConstruct",
line 12 6:
    customCPPPATH = commonEnvironment['customCPPPATH']
  File "C:\Python25\Lib\site-packages\scons-1.1.0\SCons\Environment.py",
line 36 8:
    return self._dict[key]

Any ideas? Should I just place the main SConstruct file in there and
add another call to makeplugin()? I don't want to go messing with
Steven's code.

Rory.

Date2009-02-16 13:19
FromFelipe Sateler
Subject[Csnd] Re: pluginsdk problem..
AttachmentsNone  

Date2009-02-16 13:57
FromRory Walsh
Subject[Csnd] Re: Re: pluginsdk problem..
I have declared customCPPPATH as in:
customCPPPATH = []
I don't think it's a problem with my custom.py as I use it to build
Csound all the time. I don't think it's a path problem either as all
my paths are declared fully. Any other ideas?






2009/2/16 Felipe Sateler :
> El 16/02/09 23:52 Rory Walsh escribió:
>> I used to be able to run scons with my custom.py in the pluginsdk
>> directory to build the example plugin but as of the latest CVS I'm
>> getting the following errors:
>>
>> System platform is 'win32'.
>> KeyError: 'customCPPPATH':
>>   File "C:\MyDocuments\SourceCode\Csound5\csound5\pluginSDK\SConstruct",
>> line 12 6:
>>     customCPPPATH = commonEnvironment['customCPPPATH']
>>   File "C:\Python25\Lib\site-packages\scons-1.1.0\SCons\Environment.py",
>> line 36 8:
>>     return self._dict[key]
>>
>> Any ideas? Should I just place the main SConstruct file in there and
>> add another call to makeplugin()? I don't want to go messing with
>> Steven's code.
>
> Do you define customCPPPATH in your custom.py? If not, declare it as an empty
> list. Sconstruct has not changed inthe pluginsdk dir, so it probably is a
> problem in your custom.py.
>
>
> Saludos,
> Felipe Sateler
>


Date2009-02-16 19:06
FromSteven Yi
Subject[Csnd] Re: Re: Re: pluginsdk problem..
Strange, I tried a compile here and got the same error.  I haven't
done any work on that pluginSDK folder since committing it a long
while back, so if you have a fix please feel free to overwrite
anything there.

Thanks!
steven

On Mon, Feb 16, 2009 at 5:57 AM, Rory Walsh  wrote:
> I have declared customCPPPATH as in:
> customCPPPATH = []
> I don't think it's a problem with my custom.py as I use it to build
> Csound all the time. I don't think it's a path problem either as all
> my paths are declared fully. Any other ideas?
>
>
>
>
>
>
> 2009/2/16 Felipe Sateler :
>> El 16/02/09 23:52 Rory Walsh escribió:
>>> I used to be able to run scons with my custom.py in the pluginsdk
>>> directory to build the example plugin but as of the latest CVS I'm
>>> getting the following errors:
>>>
>>> System platform is 'win32'.
>>> KeyError: 'customCPPPATH':
>>>   File "C:\MyDocuments\SourceCode\Csound5\csound5\pluginSDK\SConstruct",
>>> line 12 6:
>>>     customCPPPATH = commonEnvironment['customCPPPATH']
>>>   File "C:\Python25\Lib\site-packages\scons-1.1.0\SCons\Environment.py",
>>> line 36 8:
>>>     return self._dict[key]
>>>
>>> Any ideas? Should I just place the main SConstruct file in there and
>>> add another call to makeplugin()? I don't want to go messing with
>>> Steven's code.
>>
>> Do you define customCPPPATH in your custom.py? If not, declare it as an empty
>> list. Sconstruct has not changed inthe pluginsdk dir, so it probably is a
>> problem in your custom.py.
>>
>>
>> Saludos,
>> Felipe Sateler
>>
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2009-02-16 19:18
FromRory Walsh
Subject[Csnd] Re: Re: Re: Re: pluginsdk problem..
Will do. I'll have a look at it tomorrow.

Rory.


2009/2/16 Steven Yi :
> Strange, I tried a compile here and got the same error.  I haven't
> done any work on that pluginSDK folder since committing it a long
> while back, so if you have a fix please feel free to overwrite
> anything there.
>
> Thanks!
> steven
>
> On Mon, Feb 16, 2009 at 5:57 AM, Rory Walsh  wrote:
>> I have declared customCPPPATH as in:
>> customCPPPATH = []
>> I don't think it's a problem with my custom.py as I use it to build
>> Csound all the time. I don't think it's a path problem either as all
>> my paths are declared fully. Any other ideas?
>>
>>
>>
>>
>>
>>
>> 2009/2/16 Felipe Sateler :
>>> El 16/02/09 23:52 Rory Walsh escribió:
>>>> I used to be able to run scons with my custom.py in the pluginsdk
>>>> directory to build the example plugin but as of the latest CVS I'm
>>>> getting the following errors:
>>>>
>>>> System platform is 'win32'.
>>>> KeyError: 'customCPPPATH':
>>>>   File "C:\MyDocuments\SourceCode\Csound5\csound5\pluginSDK\SConstruct",
>>>> line 12 6:
>>>>     customCPPPATH = commonEnvironment['customCPPPATH']
>>>>   File "C:\Python25\Lib\site-packages\scons-1.1.0\SCons\Environment.py",
>>>> line 36 8:
>>>>     return self._dict[key]
>>>>
>>>> Any ideas? Should I just place the main SConstruct file in there and
>>>> add another call to makeplugin()? I don't want to go messing with
>>>> Steven's code.
>>>
>>> Do you define customCPPPATH in your custom.py? If not, declare it as an empty
>>> list. Sconstruct has not changed inthe pluginsdk dir, so it probably is a
>>> problem in your custom.py.
>>>
>>>
>>> Saludos,
>>> Felipe Sateler
>>>
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"