You must have libpcre.a installed to use remote cameras
Posted: Tue Mar 01, 2005 4:00 pm
Hi,
I get this error when accessing remote cameras.
OK the problem may appear obvious but I have this lib and ./configure finds it.
On running make I get
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/software/mysql-standard-4.1.10-pc-linux-gnu-i686/include -I/software/ffmpeg-0.4.8/include -g -O2 -MT zm_remote_camera.o -MD -MP -MF ".deps/zm_remote_camera.Tpo" -c -o zm_remote_camera.o zm_remote_camera.cpp; \
then mv -f ".deps/zm_remote_camera.Tpo" ".deps/zm_remote_camera.Po"; else rm -f ".deps/zm_remote_camera.Tpo"; exit 1; fi
zm_remote_camera.cpp: In method `int RemoteCamera::GetResponse ()':
zm_remote_camera.cpp:496: warning: no return statement in function
returning non-void
Which I think is the problem.
The libpcre.a is located in my "apache-root-dir"/srclib/pcre/.libs/libpcre.a
I've symbollically linked this all over the place, but the compile does not pick it up.
Any suggestions?
i'e got around many issues with this installation, I'm sooo close but cant get aound this so felt the need to post.
Help appreciated.
I get this error when accessing remote cameras.
OK the problem may appear obvious but I have this lib and ./configure finds it.
On running make I get
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/software/mysql-standard-4.1.10-pc-linux-gnu-i686/include -I/software/ffmpeg-0.4.8/include -g -O2 -MT zm_remote_camera.o -MD -MP -MF ".deps/zm_remote_camera.Tpo" -c -o zm_remote_camera.o zm_remote_camera.cpp; \
then mv -f ".deps/zm_remote_camera.Tpo" ".deps/zm_remote_camera.Po"; else rm -f ".deps/zm_remote_camera.Tpo"; exit 1; fi
zm_remote_camera.cpp: In method `int RemoteCamera::GetResponse ()':
zm_remote_camera.cpp:496: warning: no return statement in function
returning non-void
Which I think is the problem.
The libpcre.a is located in my "apache-root-dir"/srclib/pcre/.libs/libpcre.a
I've symbollically linked this all over the place, but the compile does not pick it up.
Any suggestions?
i'e got around many issues with this installation, I'm sooo close but cant get aound this so felt the need to post.
Help appreciated.