Page 1 of 1

install problem - make error

Posted: Thu Jul 22, 2010 8:15 pm
by kudos
Hi

installing zoneminder onto a new Centos5 system,
following the Wiki (thnks for keeping it uptodate)
but i get this problem

Code: Select all

Writing Makefile for ZoneMinder
[root@localhost ZoneMinder-1.24.2]# make
make  all-recursive
make[1]: Entering directory `/root/ZoneMinder-1.24.2'
Making all in src
make[2]: Entering directory `/root/ZoneMinder-1.24.2/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include  -frepo -g -O2 -MT zmc.o -MD -MP -MF ".deps/zmc.Tpo" -c -o zmc.o zmc.cpp; \
        then mv -f ".deps/zmc.Tpo" ".deps/zmc.Po"; else rm -f ".deps/zmc.Tpo"; exit 1; fi
/usr/local/include/libavutil/common.h: In function âint32_t av_clipl_int32_c(int64_t)â:
/usr/local/include/libavutil/common.h:161: error: âUINT64_Câ was not declared in this scope
make[2]: *** [zmc.o] Error 1
make[2]: Leaving directory `/root/ZoneMinder-1.24.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/ZoneMinder-1.24.2'
make: *** [all] Error 2
had a look around but i cant find any one else having this issue
any ideas?

thanks for the help, robert

Posted: Thu Jul 22, 2010 8:45 pm
by eternaluxe