[Bro] two compile pb on 09a4

rmkml rmkml at wanadoo.fr
Fri Sep 10 01:05:16 PDT 2004


Hi,

On freebsd v4.10R :

$ ./configure
=> change bison to byacc in src/Makefile
$ make
...
  ./bifcl const.bif
  g++ -I. -I.. -Ilibedit  -O -I/var/tmp/libpcap-0.8.3 -c main.cc
  In file included from main.cc:68:
  setsignal.h:26: syntax error before `,'
  main.cc:235: syntax error before `('
  *** Error code 1


on linux kernel v2.4.26 :
$ ./configure
$ make
  ...
  bison -y -d -t -v builtin-func.y
  flex -obif_lex.cc builtin-func.l
  g++ -o bif_lex.o -c bif_lex.cc
  g++ -o bif_parse.o -c bif_parse.cc
  g++ -I. -I.. -Ilibedit  -O -I../linux-include -o bif_arg.o -c bif_arg.cc
  bif_arg.cc:3: config.h: No such file or directory
  make[1]: *** [bif_arg.o] Error 1
  make[1]: Leaving directory `/usr/src/bro/bro-pub-0.9a4/src'
  make: *** [all] Error 2

on 09a3, I found config.h, but not found on 09a4.


on linux and freebsd,
$ make distclean
not work ...


No pb before this release.

Regards

Rmkml at Wanadoo.fr




More information about the Bro mailing list