make[2]: *** [zm_local_camera.o] Error 1

Forum for questions and support relating to the 1.25.x releases only.
Locked
Yamanipanuchi

make[2]: *** [zm_local_camera.o] Error 1

Post by Yamanipanuchi »

I get this error when I run MAKE while trying to compile Zoneminder 1.25.0

Compiling this on ClearOS Community release 6.2.0 (Final) which is based off Red Hat Linux.

64 bit system...

./configure --with-webdir=/var/www/html/zm --with-cgidir=/var/www/cgi-bin --with-webuser=apache --with-webgroup=apache ZM_DB_HOST=localhost ZM_DB_NAME=zm ZM_DB_USER=zmuser ZM_DB_PASS=zmpass --with-extralibs="-L/usr/lib64 -L/usr/lib64/mysql" ZM_SSL_LIB=openssl --with-ffmpeg=/usr/local

I've found the problem before and had it running. Unfortunatly I had to re-build the system and here I am again. Wanted to see if anyone out there has seen this, or knows how to get through it?

zm_local_camera.cpp:774: error: âPATH_MAXâ was not declared in this scope
zm_local_camera.cpp:779: error: âqueryDeviceâ was not declared in this scope
zm_local_camera.cpp:781: error: âqueryDeviceâ was not declared in this scope
zm_local_camera.cpp:782: error: âqueryDeviceâ was not declared in this scope
zm_local_camera.cpp:799: error: âqueryDeviceâ was not declared in this scope
zm_local_camera.cpp:801: error: âqueryDeviceâ was not declared in this scope
zm_local_camera.cpp:811: error: âqueryDeviceâ was not declared in this scope
zm_local_camera.cpp:936: error: âqueryDeviceâ was not declared in this scope
zm_local_camera.cpp:961: error: âqueryDeviceâ was not declared in this scope
zm_local_camera.cpp:1086: error: âqueryDeviceâ was not declared in this scope
make[2]: *** [zm_local_camera.o] Error 1
make[2]: Leaving directory `/root/ZoneMinder-1.25.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/ZoneMinder-1.25.0'
make: *** [all] Error 2
Yamanipanuchi

Re: make[2]: *** [zm_local_camera.o] Error 1

Post by Yamanipanuchi »

Derpy Der

I answered this one a while back and posted it here to help other people find it.. I didnt find it myself (Search didnt work)

http://www.zoneminder.com/forums/viewto ... 29&t=18994
Locked