Search found 3 matches
- Tue Feb 24, 2004 4:42 pm
- Forum: ZoneMinder Previous Versions
- Topic: build error in zm_event.h (zm-1.18.1)
- Replies: 3
- Views: 1963
Re: build error in zm_event.h (zm-1.18.1)
My system is based upon an ancient redhat 6.2, but I have not used RPMs in years. Almost everything is installed from generic source. Linux 2.6.2 gcc (GCC) 3.3.2 perl, v5.8.3 built for i586-linux About the only thing that isn't new is glibc. I have yet to tackle that one. I'm using glibc 2.2.1 and ...
- Tue Feb 24, 2004 2:26 am
- Forum: ZoneMinder Previous Versions
- Topic: build error in zm_event.h (zm-1.18.1)
- Replies: 3
- Views: 1963
build error in zm_event.h (zm-1.18.1)
zm_event.h needs a #include <sys/time.h> >In file included from zm_event.cpp:29: >zm_event.h:53: error: field `start_time' has incomplete type >zm_event.h:54: error: field `end_time' has incomplete type >zm_event.h: In member function `const timeval& Event::StartTime() const': >zm_event.h:81: error ...
- Tue Feb 24, 2004 12:32 am
- Forum: ZoneMinder Previous Versions
- Topic: email addresses can't be entered in zmconfig.pl
- Replies: 1
- Views: 1342
email addresses can't be entered in zmconfig.pl
zmconfig.pl chokes on entering an email address with an @ at-sign, and instead leaves it to blank. Unfortunately it won't take an email address without an at-sign in it either. I am using zm-1.18.1 I tried to escape it with a backslash, various quotes, but no go. >Backslash found where operator ...