Problem compiling ZM

Support and queries relating to all previous versions of ZoneMinder
Locked
forgiarini
Posts: 6
Joined: Sat Jan 07, 2006 11:49 am

Problem compiling ZM

Post by forgiarini »

hi,
i'm trying to install ZM 1.22.1 but I had the following error while compiling the source:

zm_signal.cpp: In function âvoid zm_die_handler(int, sigcontext)â:
zm_signal.cpp:89: error: âstruct sigcontextâ has no member named âeipâ
zm_signal.cpp:93: error: âstruct sigcontextâ has no member named âeipâ
make[2]: *** [zm_signal.o] Error 1
make[2]: Leaving directory `/root/ZoneMinder-1.22.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/ZoneMinder-1.22.1'
make: *** [all] Error 2

(SUSE 10.0 x86_64)
what can I do?
thanks,
Luca
User avatar
acrid
Posts: 68
Joined: Sun Aug 24, 2003 10:26 pm
Location: Germany

Post by acrid »

Code: Select all

$> man woman
$> Segmentation fault (core dumped)
Locked