попробовал новую версию.....тоже не собирается....
# make
cd havp && make
c++ -O2 -c filehandler.cpp
c++ -O2 -c helper.cpp
In file included from sockethandler.h:22,
from genericscanner.h:21,
from scannerfilehandler.h:22,
from helper.cpp:18:
params.h:22:20: config.h: No such file or directory
helper.cpp: In function `void DeleteTempfiles(int)':
helper.cpp:97: error: `killpg' undeclared (first use this function)
helper.cpp:97: error: (Each undeclared identifier is reported only once for each function it appears in.)
helper.cpp: In function `void InstallSignal()':
helper.cpp:139: error: no matching function for call to `sigaction::sigaction(int, sigaction*, int)'
/usr/include/sys/signal.h:211: note: candidates are: sigaction::sigaction()
/usr/include/sys/signal.h:211: note: sigaction::sigaction(const sigaction&)
helper.cpp:144: error: no matching function for call to `sigaction::sigaction(int, sigaction*, int)'
/usr/include/sys/signal.h:211: note: candidates are: sigaction::sigaction()
/usr/include/sys/signal.h:211: note: sigaction::sigaction(const sigaction&)
helper.cpp:151: error: no matching function for call to `sigaction::sigaction(int, sigaction*, int)'
/usr/include/sys/signal.h:211: note: candidates are: sigaction::sigaction()
/usr/include/sys/signal.h:211: note: sigaction::sigaction(const sigaction&)
helper.cpp:158: error: no matching function for call to `sigaction::sigaction(int, sigaction*, int)'
/usr/include/sys/signal.h:211: note: candidates are: sigaction::sigaction()
/usr/include/sys/signal.h:211: note: sigaction::sigaction(const sigaction&)
helper.cpp:165: error: no matching function for call to `sigaction::sigaction(int, sigaction*, int)'
/usr/include/sys/signal.h:211: note: candidates are: sigaction::sigaction()
/usr/include/sys/signal.h:211: note: sigaction::sigaction(const sigaction&)
helper.cpp:172: error: no matching function for call to `sigaction::sigaction(int, sigaction*, int)'
/usr/include/sys/signal.h:211: note: candidates are: sigaction::sigaction()
/usr/include/sys/signal.h:211: note: sigaction::sigaction(const sigaction&)
*** Error code 1
Stop in /usr/home/romich/havp-0.74/havp.
*** Error code 1
Stop in /usr/home/romich/havp-0.74.