have a problem with zm-0.9.14b.tar.gz

Support and queries relating to all previous versions of ZoneMinder
Locked
User avatar
fernando
Posts: 240
Joined: Thu Jul 10, 2003 6:00 pm

have a problem with zm-0.9.14b.tar.gz

Post by fernando »

i making a new install testing zm-0.9.14b.tar.gz
and i have this problem.

[root@localhost zm-0.9.14]# make
make all-recursive
make[1]: Entering directory `/root/cosas/zm-0.9.14'
Making all in src
make[2]: Entering directory `/root/cosas/zm-0.9.14/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/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
zmc.cpp: In function `int main (int, char **)':
zmc.cpp:190: `ZM_NO_MAX_FPS_ON_ALARM' undeclared (first use this
function)
zmc.cpp:190: (Each undeclared identifier is reported only once for each
function it appears in.)
make[2]: *** [zmc.o] Error 1
make[2]: Leaving directory `/root/cosas/zm-0.9.14/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/cosas/zm-0.9.14'
make: *** [all] Error 2
[root@localhost zm-0.9.14]#
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Re: have a problem with zm-0.9.14b.tar.gz

Post by zoneminder »

Hi Fernando,

I think you'll find that if you look at your zm_config_defines.h file it is empty. This is generated by running zmconfig but previously only once it has saved to the DB.

I plan to release .15 hopefully tonight which will help get around some of the installation problems of .14 so I wouldn't waste too much time on .14b

Cheers,

Phil,
User avatar
fernando
Posts: 240
Joined: Thu Jul 10, 2003 6:00 pm

Re: have a problem with zm-0.9.14b.tar.gz

Post by fernando »

oooooooooooooooook...!! :)
another release to translate.!!! :(
Locked