Csound Csound-dev Csound-tekno Search About

[Csnd] building on windows?

Date2012-03-30 20:41
FromRory Walsh
Subject[Csnd] building on windows?
The current build instructions (manual, and Mike's pdf) for windows
are not complete. There is no mention of flex/bison anywhere in the
docs, therefore Csound won't build unless you use

buildNewParser=0
buildBeats=0

What do people building on windows have to do in order to get the new
parser running? Hopefully there is a nice handy installer for the yacc
stuff?

Rory.

Date2012-03-30 20:44
FromSteven Yi
SubjectRe: [Csnd] building on windows?
Google is your friend Rory. :D

http://gnuwin32.sourceforge.net/packages/bison.htm
http://gnuwin32.sourceforge.net/packages/flex.htm



On Fri, Mar 30, 2012 at 8:41 PM, Rory Walsh  wrote:
> The current build instructions (manual, and Mike's pdf) for windows
> are not complete. There is no mention of flex/bison anywhere in the
> docs, therefore Csound won't build unless you use
>
> buildNewParser=0
> buildBeats=0
>
> What do people building on windows have to do in order to get the new
> parser running? Hopefully there is a nice handy installer for the yacc
> stuff?
>
> Rory.
>
>
> 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"
>


Date2012-03-30 20:49
FromRory Walsh
SubjectRe: [Csnd] building on windows?
Perfect. So I just add the include paths to the lib dir and the
include dir? I'll not have a chance to do it till later...

Date2012-03-30 20:54
FromSteven Yi
SubjectRe: [Csnd] building on windows?
Include paths?  No, flex and bison are commandline tools, they just
need to be in your path for Sconstruct or Cmake to find it.  I think
the installers on those pages should take care of it for you.

On Fri, Mar 30, 2012 at 8:49 PM, Rory Walsh  wrote:
> Perfect. So I just add the include paths to the lib dir and the
> include dir? I'll not have a chance to do it till later...
>
>
> 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"
>


Date2012-03-30 21:12
FromRory Walsh
SubjectRe: [Csnd] building on windows?
I mean in my custom.py? Sorry, I'm not on my windows machine right now
so I can't test it..

On 30 March 2012 20:54, Steven Yi  wrote:
> Include paths?  No, flex and bison are commandline tools, they just
> need to be in your path for Sconstruct or Cmake to find it.  I think
> the installers on those pages should take care of it for you.
>
> On Fri, Mar 30, 2012 at 8:49 PM, Rory Walsh  wrote:
>> Perfect. So I just add the include paths to the lib dir and the
>> include dir? I'll not have a chance to do it till later...
>>
>>
>> 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"
>