Please suggest on below error
broccoli_intern_wrap.c:8558: warning: implicit declaration of function ‘SWIG_Python_SetConstant’
broccoli_intern_wrap.c:8558: warning: implicit declaration of function ‘SWIG_From_int’
error: command ‘gcc’ failed with exit status 1
make[4]: *** [pybroccoli] Error 1
make[4]: Leaving directory/tmp/bro-1.5.1/aux/broctl'<br>make[3]: *** [all-recursive] Error 1<br>make[3]: Leaving directory
/tmp/bro-1.5.1/aux’
make[2]: *** [all] Error 2
make[2]: Leaving directory/tmp/bro-1.5.1/aux'<br>make[1]: *** [all-recursive] Error 1<br>make[1]: Leaving directory
/tmp/bro-1.5.1’
make: *** [all] Error 2
./configure is successfuly completed error occures when i run make .
Regards,
Add
|
The messages about broccoli are only warnings so not sure what's
actually triggering the error. But try this patch:
http://tracker.icir.org/bro/ticket/238
... and see if it helps.
Robin
I think this is the error that you get when you are missing the python
development package, which is usually called something like python-dev.