Search found 2 matches

by alef
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 ...
by alef
Sat Jan 22, 2005 3:26 pm
Forum: ZoneMinder Previous Versions
Topic: zm_config.cpp:33: error: `RegExpr' undeclared
Replies: 7
Views: 4407

Hi,

I have the same problem as was described in first post.
My distro is: Debian Sarge

I've installed package libpcre3-dev, where the prce.h file is located, but this didn't solve my problem.

Can anybody help.

Thanx.

Alef