Search found 1 match
- Tue Jul 12, 2011 10:30 pm
- Forum: ZoneMinder 1.24.x
- Topic: make error… help….
- Replies: 2
- Views: 1531
Re: make error… help….
I got this and fixed it by adding two includes to the file "zm_user.cpp" in the "src" dir: #include <stdlib.h> #include <cstring> after line number 25. However, after "fixing" that, I'm getting other errors during the make process: zm_mpeg.o: In function `VideoStream::~VideoStream()': zm_mpeg.cpp ...