Solaris on sparc
Posted: Mon Dec 26, 2005 10:21 pm
I am looking for the binary of zoneminder (solaris9 on sparc). it wont compile on my system. Here are the errors i get
thanks
Code: Select all
make all-recursive
Making all in src
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/csw/mysql4/include -I/opt/csw/incl\
then mv -f ".deps/zmc.Tpo" ".deps/zmc.Po"; else rm -f ".deps/zmc.Tpo"; exit 1; i
zmc.cpp:20:36: /usr/bin/getopt/getopt.h: No such file or directory
In file included from zmc.cpp:24:
zm.h:28:23: zm_config.h: No such file or directory
In file included from zm_zone.h:27,
from zm_monitor.h:29,
from zmc.cpp:26:
zm_event.h: In static member function `static void Event::Initialise()':
zm_event.h:88: error: `config' undeclared (first use this function)
zm_event.h:88: error: (Each undeclared identifier is reported only once for eac)
zm_event.h:88: error: `ZM_TIMESTAMP_ON_CAPTURE' undeclared (first use this func)
zm_event.h:89: error: `ZM_BULK_FRAME_INTERVAL' undeclared (first use this funct)
zm_event.h:90: error: `ZM_EVENT_IMAGE_DIGITS' undeclared (first use this functi)
In file included from zm_monitor.h:29,
from zmc.cpp:26:
zm_zone.h: In static member function `static void Zone::Initialise()':
zm_zone.h:89: error: `config' undeclared (first use this function)
zm_zone.h:89: error: `ZM_RECORD_DIAG_IMAGES' undeclared (first use this functio)
zm_zone.h:90: error: `ZM_CREATE_ANALYSIS_IMAGES' undeclared (first use this fun)
In file included from zm_monitor.h:30,
from zmc.cpp:26:
zm_camera.h:25:28: linux/videodev.h: No such file or directory
In file included from zmc.cpp:26:
zm_monitor.h: In static member function `static void Monitor::Initialise()':
zm_monitor.h:174: error: `config' undeclared (first use this function)
zm_monitor.h:174: error: `ZM_RECORD_EVENT_STATS' undeclared (first use this fun)
zm_monitor.h:175: error: `ZM_RECORD_DIAG_IMAGES' undeclared (first use this fun)
zm_monitor.h:176: error: `ZM_OPT_ADAPTIVE_SKIP' undeclared (first use this func)
zm_monitor.h:177: error: `ZM_CREATE_ANALYSIS_IMAGES' undeclared (first use this)
zm_monitor.h:178: error: `ZM_BLEND_ALARMED_IMAGES' undeclared (first use this f)
zm_monitor.h:179: error: `ZM_TIMESTAMP_ON_CAPTURE' undeclared (first use this f)
zm_monitor.h:180: error: `ZM_BULK_FRAME_INTERVAL' undeclared (first use this fu)
zmc.cpp: In function `int main(int, char**)':
zmc.cpp:64: error: elements of array `option long_options[]' have incomplete tye
zmc.cpp:64: error: storage size of `long_options' isn't known
zmc.cpp:70: error: `getopt_long' undeclared (first use this function)
zmc.cpp:144: error: `zmLoadConfig' undeclared (first use this function)
zmc.cpp:210: error: `config' undeclared (first use this function)
zmc.cpp:210: error: `ZM_NO_MAX_FPS_ON_ALARM' undeclared (first use this functio)
zmc.cpp:56: error: storage size of `long_options' isn't known
*** Error code 1
make: Fatal error: Command failed for target `zmc.o'
Current working directory /tmp/zm-1.21.0/src
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /tmp/zm-1.21.0
*** Error code 1
make: Fatal error: Command failed for target `all'
thanks