[Bro-Dev] Cmake for Bro

Jonathan Siwek jsiwek at ncsa.illinois.edu
Mon Oct 18 11:52:35 PDT 2010


> --with-perl=PATH path/name of the Perl interpreter
> -> Remove; I don't think we're using Perl anywhere anymore.

So far there are two places I found dependent on Perl:

1) bro/src/make_parser.pl

Because we decided to require bison over byacc, this can be removed since in the bison case it just does:

    cp $srcdir/parse.in $builddir/parse.y"

2) bro/src/make_dbg_constants.pl

I didn't see an immediate way out of this one.  Do you have thoughts on if something can be done with it?

- Jon



More information about the bro-dev mailing list