Bbn code error

i’m using fedora10 and i have insalled from cgran the bbn code (usrp2
version ) and when i run the test.py example i have this problem

[root@m examples]# ./bbn_80211b_test.py
Traceback (most recent call last):
 File “./bbn_80211b_test.py”, line 35, in
   from bbn_80211b_pkt import *
 File
“/home/maher/usrp2_version/gr-bbn/src/examples/bbn_80211b_pkt.py”, line
32, in
   from gnuradio import bbn
ImportError: cannot import name bbn

i tried to fix this by adding
#include <string.h>
at the top of bbn_tap.cc and bbn_plcp80211_bb.cc
but the error still