Installation Make Failed

Support and queries relating to all previous versions of ZoneMinder
Locked
duppie
Posts: 11
Joined: Fri Aug 01, 2003 8:01 am

Installation Make Failed

Post by duppie »

What can I do I stopt using the ffmpeg command but the Build still quits.

ThnX

Aron

zm-1.20.0]# make
make all-recursive
make[1]: Entering directory `/root/zm-1.20.0'
Making all in src
make[2]: Entering directory `/root/zm-1.20.0/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I/include -g -O2 -MT zmc.o -MD -MP -MF ".deps/zmc.Tpo" \
-c -o zmc.o `test -f 'zmc.cpp' || echo './'`zmc.cpp; \
then mv ".deps/zmc.Tpo" ".deps/zmc.Po"; \
else rm -f ".deps/zmc.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I/include -g -O2 -MT zm.o -MD -MP -MF ".deps/zm.Tpo" \
-c -o zm.o `test -f 'zm.cpp' || echo './'`zm.cpp; \
then mv ".deps/zm.Tpo" ".deps/zm.Po"; \
else rm -f ".deps/zm.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I/include -g -O2 -MT zm_db.o -MD -MP -MF ".deps/zm_db.Tpo" \
-c -o zm_db.o `test -f 'zm_db.cpp' || echo './'`zm_db.cpp; \
then mv ".deps/zm_db.Tpo" ".deps/zm_db.Po"; \
else rm -f ".deps/zm_db.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I/include -g -O2 -MT zm_config.o -MD -MP -MF ".deps/zm_config.Tpo" \
-c -o zm_config.o `test -f 'zm_config.cpp' || echo './'`zm_config.cpp; \
then mv ".deps/zm_config.Tpo" ".deps/zm_config.Po"; \
else rm -f ".deps/zm_config.Tpo"; exit 1; \
fi
zm_config.cpp: In function `void zmLoadConfig()':
zm_config.cpp:33: `RegExpr' undeclared (first use this function)
zm_config.cpp:33: (Each undeclared identifier is reported only once for each
function it appears in.)
zm_config.cpp:33: `ignore' undeclared (first use this function)
zm_config.cpp:33: `keyval' undeclared (first use this function)
zm_config.cpp:41: parse error before `(' token
zm_config.cpp:42: parse error before `(' token
make[2]: *** [zm_config.o] Error 1
make[2]: Leaving directory `/root/zm-1.20.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/zm-1.20.0'
make: *** [all] Error 2
duppie
Posts: 11
Joined: Fri Aug 01, 2003 8:01 am

Post by duppie »

Found the solution.... Sorry for the post.
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post by zoneminder »

This is a problem introduced in 1.20.0. Previously the regexp libraries were optional but in 1.20.0 their use was expanded and they became mandatory. 1.20.1 will make them optional again.

Phil
Locked