have a problem with zm-0.9.14b.tar.gz
Posted: Thu Jul 10, 2003 6:36 pm
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]#
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]#