I must be missing some prereq, I cant get it to compile. I'm getting alot of errors:
example :
zm_zone.h:112: `alarm_pixels' undeclared (first use this function)
zm_zone.h:113: `alarm_filter_pixels' undeclared (first use this function)
zm_zone.h:114: `alarm_blob_pixels' undeclared (first use this function)
zm_zone.h:115: `alarm_blobs' undeclared (first use this function)
zm_zone.h:116: `min_blob_size' undeclared (first use this function)
zm_zone.h:117: `max_blob_size' undeclared (first use this function)
zm_zone.h: At global scope:
zm_zone.h:121: parse error before `*' token
zm_zone.h:125: parse error before `}' token
In file included from zm_monitor.h:30,
from zmc.cpp:26:
zm_camera.h:66: virtual outside class declaration
In file included from zmc.cpp:26:
zm_monitor.h:79: 'Image' is used as a type, but is not defined as a type.
zm_monitor.h:80: 'Image' is used as a type, but is not defined as a type.
zm_monitor.h:97: syntax error before `*' token
zm_monitor.h:243: invalid data member initialization
zm_monitor.h:243: variable or field `DumpImage' declared void
zm_monitor.h:251: parse error before `&' token
zm_monitor.h: In member function `int Monitor::PostCapture()':
zm_monitor.h:203: `struct Monitor::Snapshot' has no member named `image'
zm_monitor.h: In member function `void Monitor::Adjust(double)':
zm_monitor.h:248: `ref_image' undeclared (first use this function)
make[2]: *** [zmc.o] Error 1
make[2]: Leaving directory `/src/ZoneMinder/zm-0.9.15/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/src/ZoneMinder/zm-0.9.15'
make: *** [all] Error 2
compile
Re: compile
I fixed it. it was missing libjpeg header files.
Re: compile
I don't remember posting that! Bug in the forum, perhaps? :)
Mike
Mike