install problem - make error

Forum for questions and support relating to the 1.24.x releases only.
Locked
kudos
Posts: 28
Joined: Mon Jul 03, 2006 9:43 am

install problem - make error

Post 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
eternaluxe
Posts: 11
Joined: Wed Jul 21, 2010 4:57 pm

Post by eternaluxe »

Locked