Csound Csound-dev Csound-tekno Search About

[Csnd] how to make a csound cleanup on ubuntu?

Date2010-12-31 00:56
Fromjoachim heintz
Subject[Csnd] how to make a csound cleanup on ubuntu?
hi -
i have some mess on my ubuntu 10.10 csound configuration. some plugins
are not found, libraries are not built new when i run scons, etc.
how can i make a complete new build, as if it were the first time?
i tried scons --remove, but this does not help.
thanks -
	joachim


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-12-31 02:34
FromMichael Gogins
Subject[Csnd] Re: how to make a csound cleanup on ubuntu?
Remove your Csound build directory, re-recreate it, and re-load
sources from CVS. Keep your build script, though, if you have one (for
settin scons options). There also is cleanup.sh which works for me,
but removing the directory is the most certain to really clean things
up.

Regards,
Mike

On Thu, Dec 30, 2010 at 7:56 PM, joachim heintz  wrote:
> hi -
> i have some mess on my ubuntu 10.10 csound configuration. some plugins
> are not found, libraries are not built new when i run scons, etc.
> how can i make a complete new build, as if it were the first time?
> i tried scons --remove, but this does not help.
> thanks -
>        joachim
>
>
> 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"
>
>



-- 
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com


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-12-31 09:02
Fromjoachim heintz
Subject[Csnd] Re: Re: how to make a csound cleanup on ubuntu?
thanks for the help. i did, and ran into the next problem:

scons: *** While building `['Engine/csound_orcparse.c']' from
`['Engine/csound_orc.y']': Don't know how to build from a source file
with suffix `.y'.  Expected a suffix in this list: ['.i'].
File "/home/linux/Quellen/csound5/SConstruct", line 932, in 

any idea?

	joachim

Am 31.12.2010 03:34, schrieb Michael Gogins:
> Remove your Csound build directory, re-recreate it, and re-load
> sources from CVS. Keep your build script, though, if you have one (for
> settin scons options). There also is cleanup.sh which works for me,
> but removing the directory is the most certain to really clean things
> up.
> 
> Regards,
> Mike
> 
> On Thu, Dec 30, 2010 at 7:56 PM, joachim heintz  wrote:
>> hi -
>> i have some mess on my ubuntu 10.10 csound configuration. some plugins
>> are not found, libraries are not built new when i run scons, etc.
>> how can i make a complete new build, as if it were the first time?
>> i tried scons --remove, but this does not help.
>> thanks -
>>        joachim
>>
>>
>> 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"

Date2010-12-31 09:26
Fromjoachim heintz
Subject[Csnd] Re: Re: Re: how to make a csound cleanup on ubuntu?
as an addition: this is no problem for the last release. i downloaded
and unzipped Csound5.12.1 from sourceforge and could install without
problems though there is also csound_orc.y.
	joachim

Am 31.12.2010 10:02, schrieb joachim heintz:
> thanks for the help. i did, and ran into the next problem:
> 
> scons: *** While building `['Engine/csound_orcparse.c']' from
> `['Engine/csound_orc.y']': Don't know how to build from a source file
> with suffix `.y'.  Expected a suffix in this list: ['.i'].
> File "/home/linux/Quellen/csound5/SConstruct", line 932, in 
> 
> any idea?
> 
> 	joachim
> 
> Am 31.12.2010 03:34, schrieb Michael Gogins:
>> Remove your Csound build directory, re-recreate it, and re-load
>> sources from CVS. Keep your build script, though, if you have one (for
>> settin scons options). There also is cleanup.sh which works for me,
>> but removing the directory is the most certain to really clean things
>> up.
>>
>> Regards,
>> Mike
>>
>> On Thu, Dec 30, 2010 at 7:56 PM, joachim heintz  wrote:
>>> hi -
>>> i have some mess on my ubuntu 10.10 csound configuration. some plugins
>>> are not found, libraries are not built new when i run scons, etc.
>>> how can i make a complete new build, as if it were the first time?
>>> i tried scons --remove, but this does not help.
>>> thanks -
>>>        joachim
>>>
>>>
>>> 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"

Date2010-12-31 11:23
Fromjpff@cs.bath.ac.uk
Subject[Csnd] Re: Re: Re: how to make a csound cleanup on ubuntu?
Do you hav ebison and flex installed?

.y is a YACC fil;e (and also bison)


> thanks for the help. i did, and ran into the next problem:
>
> scons: *** While building `['Engine/csound_orcparse.c']' from
> `['Engine/csound_orc.y']': Don't know how to build from a source file
> with suffix `.y'.  Expected a suffix in this list: ['.i'].
> File "/home/linux/Quellen/csound5/SConstruct", line 932, in 
>
> any idea?
>
> 	joachim
>
> Am 31.12.2010 03:34, schrieb Michael Gogins:
>> Remove your Csound build directory, re-recreate it, and re-load
>> sources from CVS. Keep your build script, though, if you have one (for
>> settin scons options). There also is cleanup.sh which works for me,
>> but removing the directory is the most certain to really clean things
>> up.
>>
>> Regards,
>> Mike
>>
>> On Thu, Dec 30, 2010 at 7:56 PM, joachim heintz 
>> wrote:
>>> hi -
>>> i have some mess on my ubuntu 10.10 csound configuration. some plugins
>>> are not found, libraries are not built new when i run scons, etc.
>>> how can i make a complete new build, as if it were the first time?
>>> i tried scons --remove, but this does not help.
>>> thanks -
>>>        joachim
>>>
>>>
>>> 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"

Date2010-12-31 11:27
Fromjpff@cs.bath.ac.uk
Subject[Csnd] Re: Re: Re: Re: how to make a csound cleanup on ubuntu?
> as an addition: this is no problem for the last release. i downloaded
> and unzipped Csound5.12.1 from sourceforge and could install without
> problems though there is also csound_orc.y.
> 	joachim
>

If you have certain versions on 5.12.lste it includes buiulding of th enew
parser.  you can switch it off with

scons buildNewParser=0


Thi sis really developer mail as users are not expected to build their own

==John ff



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-12-31 12:46
Fromjoachim heintz
Subject[Csnd] Re: Re: Re: Re: how to make a csound cleanup on ubuntu?
aah - i see. no, i don't have bison and flex installed. that's the
reason it worked for the previous package.
thanks -
	j

Am 31.12.2010 12:23, schrieb jpff@cs.bath.ac.uk:
> Do you hav ebison and flex installed?
> 
> .y is a YACC fil;e (and also bison)
> 
> 
>> thanks for the help. i did, and ran into the next problem:
>>
>> scons: *** While building `['Engine/csound_orcparse.c']' from
>> `['Engine/csound_orc.y']': Don't know how to build from a source file
>> with suffix `.y'.  Expected a suffix in this list: ['.i'].
>> File "/home/linux/Quellen/csound5/SConstruct", line 932, in 
>>
>> any idea?
>>
>> 	joachim
>>
>> Am 31.12.2010 03:34, schrieb Michael Gogins:
>>> Remove your Csound build directory, re-recreate it, and re-load
>>> sources from CVS. Keep your build script, though, if you have one (for
>>> settin scons options). There also is cleanup.sh which works for me,
>>> but removing the directory is the most certain to really clean things
>>> up.
>>>
>>> Regards,
>>> Mike
>>>
>>> On Thu, Dec 30, 2010 at 7:56 PM, joachim heintz 
>>> wrote:
>>>> hi -
>>>> i have some mess on my ubuntu 10.10 csound configuration. some plugins
>>>> are not found, libraries are not built new when i run scons, etc.
>>>> how can i make a complete new build, as if it were the first time?
>>>> i tried scons --remove, but this does not help.
>>>> thanks -
>>>>        joachim
>>>>
>>>>
>>>> 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"
> 
> 
> 


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"