zm_utils.cpp: In function ‘const std::string stringtf(const char*, ...)’:
zm_utils.cpp:31: error: ‘vsnprintf’ was not declared in this scope
zm_utils.cpp: In function ‘const std::string stringtf(const std::string&, ...)’:
zm_utils.cpp:46: error: ‘vsnprintf’ was not declared in this scope
Compile error with svn 2869
Compile error with svn 2869
-
- Posts: 381
- Joined: Sat Jan 17, 2009 7:49 pm
- Location: Germany
Compiled and installed here with just an ffmpeg problem. I'm sure you will get it.
Last edited by newvisionantenna on Wed May 13, 2009 2:59 pm, edited 1 time in total.
-
- Posts: 381
- Joined: Sat Jan 17, 2009 7:49 pm
- Location: Germany
Any word on new features in this build?
Last edited by newvisionantenna on Wed May 13, 2009 3:00 pm, edited 1 time in total.
- zoneminder
- Site Admin
- Posts: 5215
- Joined: Wed Jul 09, 2003 2:07 pm
- Location: Bristol, UK
- Contact:
Ahh. Arch just moved to gcc 4.4.0
I just need to add
and all is well.
I just need to add
Code: Select all
#include <cstdio>