Install fail at make

Support and queries relating to all previous versions of ZoneMinder
Locked
ignition
Posts: 6
Joined: Mon Apr 30, 2007 7:21 am

Install fail at make

Post by ignition »

Zoneminder 1.22.3
Slackware 10.2
Kernel 2.6.21
latest ffmpeg svn

./configure works ok

at make I have the error:
------------------------
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I/usr/include -g -O2 -MT zm_event.o -MD -M
-o zm_event.o zm_event.cpp; \
then mv -f ".deps/zm_event.Tpo" ".deps/zm_event.Po"; else rm -f ".deps/zm_event.Tpo"; exit 1; fi
In file included from zm_mpeg.h:27,
from zm_event.cpp:29:
/usr/local/include/ffmpeg/avformat.h: In function `void
av_init_packet(AVPacket*)':
/usr/local/include/ffmpeg/avformat.h:66: error: `INT64_C' undeclared (first use
this function)
/usr/local/include/ffmpeg/avformat.h:66: error: (Each undeclared identifier is
reported only once for each function it appears in.)
make[2]: *** [zm_event.o] Error 1
make[2]: Leaving directory `/kituri/zoneminder/ZoneMinder-1.22.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/kituri/zoneminder/ZoneMinder-1.22.3'
make: *** [all] Error 2
root@core:/kituri/zoneminder/ZoneMinder-1.22.3#
------------------------
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

ignition
Posts: 6
Joined: Mon Apr 30, 2007 7:21 am

Post by ignition »

Problem solved.
Thank you.
Locked