Search found 3 matches

by Rattle
Tue Nov 23, 2010 5:24 am
Forum: ZoneMinder 1.24.x
Topic: Compile error - Suse 11.2
Replies: 6
Views: 5993

Solved it, it was my bad. I was editing a different instance of zm_utils.cpp, a remnant from an ubuntu install.
by Rattle
Mon Nov 22, 2010 8:57 pm
Forum: ZoneMinder 1.24.x
Topic: Make install error On debian 6 latest… Please help….
Replies: 1
Views: 1457

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.
by Rattle
Mon Nov 22, 2010 6:59 pm
Forum: ZoneMinder 1.24.x
Topic: Compile error - Suse 11.2
Replies: 6
Views: 5993

In my case it doesn't work, Ubuntu 10.10 32 bit. Beginning of zm_utils.cpp: //#include "zm_debug.h" #include "zm_utils.h" #include <stdio> #include <stdarg> #include <cstdio> This was by default, no modifications from my side. make command gives: m_utils.cpp: In function ‘const std::string str ...