Search found 4 matches

by Sidon
Wed Nov 25, 2009 8:14 am
Forum: ZoneMinder 1.24.x
Topic: Any one with zm on Ubuntu 9.10 server 32 bit ?
Replies: 6
Views: 4290

Sidon wrote:

Code: Select all

+#include <stdio>
Note:
After the word 'stdio' there is a dot and one caracter "h", which are missing after submit.

stdio.h
by Sidon
Wed Nov 25, 2009 8:06 am
Forum: ZoneMinder 1.24.x
Topic: Any one with zm on Ubuntu 9.10 server 32 bit ?
Replies: 6
Views: 4290

Here are a few of the lines from make. I couldn't cut and paste from a server terminal on another computer. ================================ : : zm_utitls.cpp:32: error: 'vsprintf" was not declared in this scope : : zm_utils.cpp:47: error: "vsprintf" was not declared in this scope Try this: Edit ...
by Sidon
Mon Nov 23, 2009 11:58 pm
Forum: ZoneMinder 1.24.x
Topic: Any one with zm on Ubuntu 9.10 server 32 bit ?
Replies: 6
Views: 4290

Re: Any one with zm on Ubuntu 9.10 server 32 bit ?

yosepht wrote:I followed the ZM installation guide on Ubuntu 9.04 server 32 bit. But the compilation
failed and "make" returned 2 errors in the "Install & Config zoneminder" section. (
What is the message error?
by Sidon
Wed Nov 18, 2009 5:21 pm
Forum: ZoneMinder 1.24.x
Topic: Compile error - Suse 11.2
Replies: 6
Views: 6168

Compile error - Suse 11.2

Hi I'm trying to install zm on Suse 11.2, the ./configrue says "Looks god" but when I try make i get: m_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 stri ...