Hey Ricardo, super.ismiti wrote: > it, but a problem was showed during the "make" command: > > parser.h:97: error: extra qualification 'ParseTable::' on member > 'nam4wpan' > parser.h:98: error: extra qualification 'ParseTable::' on member > I'd the same problem. Searching around with g..gle solved my Problem - and would solve yours. Open the parser.h file, go to line 97 and remove the "ParseTable::" before nam4wpan. Go ahead with all errors like that...
Bye, Moritz
