Posted by: | yoyoma |
---|---|
Subject: | macbook pro/snow leopard compile issue |
Date: | 20:18:28 02/12/2009 |
d/l of kismet-2009-11-r1 and svn pull of revision 2965 configure fine ... both give the following error during make:
g++ -I/usr/include/ncurses -Wall -g -O2 -c plugintracker.cc -o plugintracker.o
plugintracker.cc: In member function ‘int Plugintracker::ActivatePlugins()’:
plugintracker.cc:364: error: ‘sighandler_t’ was not declared in this scope
plugintracker.cc:364: error: expected `;' before ‘old_segv’
plugintracker.cc:372: error: ‘old_segv’ was not declared in this scope
plugintracker.cc:462: error: ‘old_segv’ was not declared in this scope
plugintracker.cc:472: error: ‘old_segv’ was not declared in this scope
make: *** [plugintracker.o] Error 1
any advice?