I have done a couple of the ZM setups with the 11.04 instructions,
one prior to the addition of the script to remove the need to use
nano and edit those lines, the 2nd after that was removed by the
script. Both worked OK.
Today I went to do a build, and in the building of the ZM code I
got the following Warning, there were a lot but this looked a bit
more serious than the rest:
Code: Select all
root@zmtest02:/usr/src/zm# autoconf
aclocal.m4:16: warning: this file was generated for autoconf 2.65.
You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically `autoreconf'.
here is the first sign of a problem beyond the usual bunch of warnings:
Code: Select all
zm_mpeg.cpp: In member function ‘double VideoStream::EncodeFrame(uint8_t*, int, bool, unsigned int)’:
zm_mpeg.cpp:359:16: error: ‘AV_AV_PKT_FLAG_KEY’ was not declared in this scope
zm_mpeg.cpp:390:18: error: ‘AV_AV_PKT_FLAG_KEY’ was not declared in this scope
make[2]: *** [zm_mpeg.o] Error 1
make[2]: Leaving directory `/usr/src/zm/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/zm'
make: *** [all] Error 2
Code: Select all
zm_mpeg.cpp: In member function ‘double VideoStream::EncodeFrame(uint8_t*, int, bool, unsigned int)’:
zm_mpeg.cpp:359:16: error: ‘AV_AV_PKT_FLAG_KEY’ was not declared in this scope
zm_mpeg.cpp:390:18: error: ‘AV_AV_PKT_FLAG_KEY’ was not declared in this scope
make[1]: *** [zm_mpeg.o] Error 1
make[1]: Leaving directory `/usr/src/zm/src'
make: *** [install-recursive] Error 1
root@zmtest02:/usr/src/zm#
am not that good at digging in the code.
Can I get some direction or guidance here
I sure see a lot more warnings since the last time I did this ( about a week
ago) I wonder what has changed, I am assuming that something has been
changed in the updates which ran at the beginning of the whole thing.