dears, I’m trying to compile kismet on my opensuse 11.1, I have made the ./configure, then the make dep but when I made the “make” I get the following error:
acaddr.h:267: warning: ‘typedef’ was ignored in this declaration
macaddr.h:283: warning: ‘typedef’ was ignored in this declaration
macaddr.h:288: warning: ‘typedef’ was ignored in this declaration
In file included from tcpclient.h:41,
from frontend.h:34,
from panelfront.h:45,
from panelfront.cc:52:
packet.h:60: warning: ‘typedef’ was ignored in this declaration
packet.h:321: warning: ‘typedef’ was ignored in this declaration
In file included from tcpclient.h:42,
from frontend.h:34,
from panelfront.h:45,
from panelfront.cc:52:
tracktypes.h:30: warning: ‘typedef’ was ignored in this declaration
tracktypes.h:266: warning: ‘typedef’ was ignored in this declaration
tracktypes.h:461: warning: ‘typedef’ was ignored in this declaration
In file included from frontend.h:34,
from panelfront.h:45,
from panelfront.cc:52:
tcpclient.h:68: warning: ‘typedef’ was ignored in this declaration
tcpclient.h:86: warning: ‘typedef’ was ignored in this declaration
tcpclient.h:107: warning: ‘typedef’ was ignored in this declaration
In file included from packetracker.h:32,
.
.
.
.
…
… at the end, the following senteces are displayed
panelfront.cc:1278: error: ‘struct PanelFront::kis_window’ has no member named ‘pan’
panelfront.cc:1278: error: ‘del_panel’ was not declared in this scope
make: *** [panelfront.o] Error 1
Could you help me? had anyone installed kismet on opensuse?
thanks in advanced.