Csound Csound-dev Csound-tekno Search About

[Csnd] building from GIT...

Date2011-04-16 13:46
FromRory Walsh
Subject[Csnd] building from GIT...
I'm having issues trying to build from source on Linux. THis is the
first time I've tried with GIT access. I used the following command to
download from GIT:

git clone --depth 1 git://csound.git.sourceforge.net/gitroot/csound/csound5

When I run scons I get the following error:

(...)
Checking for libsndfile version 1.0.16 or later... yes
CONFIGURATION DECISION: Building with new parser enabled
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/rory/SourceCode/csound5/SConstruct", line 871, in 

Any ideas?


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-04-16 13:57
FromDave Phillips
SubjectRe: [Csnd] building from GIT...
Rory Walsh wrote:
> I'm having issues trying to build from source on Linux. THis is the
> first time I've tried with GIT access. I used the following command to
> download from GIT:
>
> git clone --depth 1 git://csound.git.sourceforge.net/gitroot/csound/csound5
>
> When I run scons I get the following error:
>
> (...)
> Checking for libsndfile version 1.0.16 or later... yes
> CONFIGURATION DECISION: Building with new parser enabled
> 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/rory/SourceCode/csound5/SConstruct", line 871, in 
>
> Any ideas?
>
>   

Hi Rory,

I think you need to install flex/lex and probably bison.

Best,

dp




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-04-16 14:06
FromRory Walsh
SubjectRe: [Csnd] building from GIT...
Thanks Dave. That did the trick.

Rory.


On 16 April 2011 13:57, Dave Phillips  wrote:
> Rory Walsh wrote:
>>
>> I'm having issues trying to build from source on Linux. THis is the
>> first time I've tried with GIT access. I used the following command to
>> download from GIT:
>>
>> git clone --depth 1
>> git://csound.git.sourceforge.net/gitroot/csound/csound5
>>
>> When I run scons I get the following error:
>>
>> (...)
>> Checking for libsndfile version 1.0.16 or later... yes
>> CONFIGURATION DECISION: Building with new parser enabled
>> 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/rory/SourceCode/csound5/SConstruct", line 871, in 
>>
>> Any ideas?
>>
>>
>
> Hi Rory,
>
> I think you need to install flex/lex and probably bison.
>
> Best,
>
> dp
>
>
>
>
> 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"