flex and bison

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

flex and bison

Adam Puckett-2
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
[hidden email]
https://lists.sourceforge.net/lists/listinfo/csound-devel
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: flex and bison

Michael Gogins-2
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 <[hidden email]> 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
> [hidden email]
> 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
[hidden email]
https://lists.sourceforge.net/lists/listinfo/csound-devel
Loading...