I'm trying to build the 1.23.2 version of ZoneMinder on Ubuntu 7.10.
I downloaded and installed ffmpeg from the cvs with the --enable-swscaler option but I didn't solve the problem:
Code: Select all
make all-recursive
make[1]: Entering directory `/usr/local/src/ZoneMinder-1.23.2'
Making all in src
make[2]: Entering directory `/usr/local/src/ZoneMinder-1.23.2/src'
g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include -I/usr/include -g -O2 -MT zm_mpeg.o -MD -MP -MF .deps/zm_mpeg.Tpo -c -o zm_mpeg.o zm_mpeg.cpp
zm_mpeg.cpp: In destructor ‘VideoStream::~VideoStream()’:
zm_mpeg.cpp:281: error: cannot convert ‘ByteIOContext’ to ‘ByteIOContext*’ for argument ‘1’ to ‘int url_fclose(ByteIOContext*)’
make[2]: *** [zm_mpeg.o] Error 1
make[2]: Leaving directory `/usr/local/src/ZoneMinder-1.23.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/ZoneMinder-1.23.2'
make: *** [all] Error 2
I'm very confused for this problem...
Thank you very much for your help!
Bye.