Sunblade 100 w/ Ubuntu 6.06 LTS - make install fails

Support and queries relating to all previous versions of ZoneMinder
Locked
goreo95033
Posts: 3
Joined: Mon Apr 30, 2007 4:52 pm

Sunblade 100 w/ Ubuntu 6.06 LTS - make install fails

Post by goreo95033 »

Greetings folks.

I have an old Sunblade 100 I'm trying to give a new purpose in life. I have installed all the prerequisites and got to the point of runing the "make install" and it fails. I'm no expert, so I'm hoping one of you experts can point me in the right direction before I give up and switch to an x86 box.

Here is what I get during the make:

Code: Select all

gregk@grumpy:~/ZoneMinder-1.22.3$ sudo make install
Password:
Making install in src
make[1]: Entering directory `/home/gregk/ZoneMinder-1.22.3/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/include -I/usr/include   -g -O2 -MT zm_signal.o -MD -MP -MF ".deps/zm_signal.Tpo" -c -o zm_signal.o zm_signal.cpp; \
        then mv -f ".deps/zm_signal.Tpo" ".deps/zm_signal.Po"; else rm -f ".deps/zm_signal.Tpo"; exit 1; fi
zm_signal.cpp: In function ‘void zm_die_handler(int, sigcontext)’:
zm_signal.cpp:95: error: ‘struct sigcontext’ has no member named ‘cr2’
make[1]: *** [zm_signal.o] Error 1
make[1]: Leaving directory `/home/gregk/ZoneMinder-1.22.3/src'
make: *** [install-recursive] Error 1
TIA...

--Greg
Locked