Make install error On debian 6 latest… Please help….

Forum for questions and support relating to the 1.24.x releases only.
Locked
tibetfreedom
Posts: 163
Joined: Fri Oct 22, 2010 11:21 am

Make install error On debian 6 latest… Please help….

Post by tibetfreedom »

Currently using debian 6
I get this error…
I
anyone any idea ?


then mv -f ".deps/zm_utils.Tpo" ".deps/zm_utils.Po"; else rm -f ".deps/zm_utils.Tpo"; exit 1; fi
zm_utils.cpp: In function ‘const std::string stringtf(const char*, ...)’:
zm_utils.cpp:32: error: ‘vsnprintf’ was not declared in this scope
zm_utils.cpp: In function ‘const std::string stringtf(const std::string&, ...)’:
zm_utils.cpp:47: error: ‘vsnprintf’ was not declared in this scope
make[1]: *** [zm_utils.o] Error 1
make[1]: Leaving directory `/root/zminder/ZoneMinder-1.24.2/src'
make: *** [install-recursive] Error 1
root@cctv:~/zminder/ZoneMinder-1.24.2#
Rattle
Posts: 3
Joined: Mon Nov 22, 2010 1:28 pm

Post by Rattle »

Same error, for Ubuntu 10.10.
Use of #include <cstdio> in zm_utils.cpp does not help.

LE: solved, it was a different file zm_utils.cpp located in /usr/src/zm/src, not in the download folder of Zoneminder, due to previous install from Ubuntu repos.
Locked