Search found 2 matches
- Sat Jan 22, 2005 3:34 pm
- Forum: ZoneMinder Previous Versions
- Topic: zm_config.cpp:33: error: `RegExpr' undeclared
- Replies: 7
- Views: 4407
:D I curently solved the problem. my prce.h is located in /usr/include/prce.h so in file src/zm_regexp.h I changed this: #if HAVE_PCRE_H #include <pcre.h> #elif HAVE_PCRE_PCRE_H #include <prce/pcre.h> #else to this: #if HAVE_PCRE_H #include </usr/include/pcre.h> #elif HAVE_PCRE_PCRE_H #include </usr ...
- Sat Jan 22, 2005 3:26 pm
- Forum: ZoneMinder Previous Versions
- Topic: zm_config.cpp:33: error: `RegExpr' undeclared
- Replies: 7
- Views: 4407