Hui Lin_Install Broccoli-python

Hi,
I try to install Broccoli-python and I get the following error:

gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I…/…/src -I/usr/include/python2.6 -c broccoli_intern_wrap.c -o build/temp.linux-i686-2.6/broccoli_intern_wrap.o
broccoli_intern_wrap.c:2698:22: error: broccoli.h: No such file or directory

I search that broccoli.h is installed in /bro/build/aux/broccoli/src/broccoli.h. not in …/…/src (/bro/aux/broccoli/src). So I guess that the script is kind of out-dated?
In …/…/src (//bro/aux/broccoli/src), there is a file broccoli.h.in.

Best,

Hui

Continue trying to install broccoli.

I think the reason about my issue is that I did not install Broccoli C API first.

Sorry about that

Best,

Hui