Csound Csound-dev Csound-tekno Search About

[Cs-dev] flex and bison

Date2012-02-07 14:38
FromAdam Puckett
Subject[Cs-dev] flex and bison
I see no mention of flex or bison in the main SConstruct file for
Csound. I ran flex on csound_orc.l and it printed some C code to
stdout. Does SCons recognize flex and/or Bison as Tool('lex') and
Tool('yacc') or would they have to be explicitly called flex and
bison?

Thanks,

Adam

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-02-07 14:42
FromMichael Gogins
SubjectRe: [Cs-dev] flex and bison
SCons already has rules for bison and flex. You do not need to monkey
with names. When SCons runs, the Csound SConstruct should print your
tool set. What do you see?

If you have installed the MinGW/MSys toolchain as per "Building Csound
on Windows," this should all just work.

Hope this helps,
Mike

On Tue, Feb 7, 2012 at 9:38 AM, Adam Puckett  wrote:
> I see no mention of flex or bison in the main SConstruct file for
> Csound. I ran flex on csound_orc.l and it printed some C code to
> stdout. Does SCons recognize flex and/or Bison as Tool('lex') and
> Tool('yacc') or would they have to be explicitly called flex and
> bison?
>
> Thanks,
>
> Adam
>
> ------------------------------------------------------------------------------
> Keep Your Developer Skills Current with LearnDevNow!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-d2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel



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

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net