PDA

View Full Version : [ubuntu] sense simulator



deswal
April 3rd, 2011, 10:41 AM
Sir,
I am working on sense simulator.
by using command g++ sim_routing.cc -o sim_routing
following errors shows
../../mac/mac_80211.h:936:error: expected init-declarator before '<' token.
In file included from sim_routing.cc:70:
../../phy/transciever.h:35 error: expected constructor,destructor,or type can version before "DuplexTransceiver"

same errors for other included files in the program.
how these errors can be removed.