Hi Developers.
I was able to get ZM 1.23.0 to compile and run OK.
Unfortunately 1.23.1 fails with the following errors:
<code>
g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include -I/usr/local/include -g -O2 -MT zm_user.o -MD -MP -MF .deps/zm_user.Tpo -c -o zm_user.o zm_user.cpp
mv -f .deps/zm_user.Tpo .deps/zm_user.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include -I/usr/local/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*)’
zm_mpeg.cpp: In member function ‘double VideoStream::EncodeFrame(uint8_t*, int, bool, unsigned int)’:
zm_mpeg.cpp:325: warning: ‘img_convert’ is deprecated (declared at /usr/include/ffmpeg/avcodec.h:2410)
zm_mpeg.cpp:325: warning: ‘img_convert’ is deprecated (declared at /usr/include/ffmpeg/avcodec.h:2410)
make[2]: *** [zm_mpeg.o] Error 1
make[2]: Leaving directory `/usr/src/ZM/ZM-Sources/ZoneMinder-1.23.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/ZM/ZM-Sources/ZoneMinder-1.23.1'
make: *** [all] Error 2
</code>
Yes the same OLD problem: Dealing with: #if !ZM_FFMPEG_SVN
1.23.0 Compiled OK - 1.23.1 Fails on 64Bit AMD
- wildpossum
- Posts: 38
- Joined: Wed Jul 04, 2007 5:40 am
- Location: Sydney - AUSTRALIA
- zoneminder
- Site Admin
- Posts: 5215
- Joined: Wed Jul 09, 2003 2:07 pm
- Location: Bristol, UK
- Contact:
- wildpossum
- Posts: 38
- Joined: Wed Jul 04, 2007 5:40 am
- Location: Sydney - AUSTRALIA
Hi Phil.
(I had inadvertently responded to another thread on the same subject)
Whilst I have only ffmpeg rpm loaded rather than the latest SVN version
I get the same issue.
System:
Linux ringtail.wildpossum.com 2.6.23.14-107.fc8 #1 SMP Mon Jan 14 22:07:11 EST 2008 x86_64 x86_64 x86_64 GNU/Linux
I hope this assist you to help us.
I'll do a SVN updated and try again.
(I had inadvertently responded to another thread on the same subject)
Whilst I have only ffmpeg rpm loaded rather than the latest SVN version
I get the same issue.
System:
Linux ringtail.wildpossum.com 2.6.23.14-107.fc8 #1 SMP Mon Jan 14 22:07:11 EST 2008 x86_64 x86_64 x86_64 GNU/Linux
Code: Select all
[gmkelly@ringtail ~]$ rpm -aq|grep ffmpeg
ffmpeg-libs-0.4.9-0.41.20071011.lvn8
ffmpeg-devel-0.4.9-0.41.20071011.lvn8
ffmpeg-0.4.9-0.41.20071011.lvn8
gstreamer-ffmpeg-0.10.3-1.lvn8
ffmpeg2theora-0.19-1.lvn8
[gmkelly@ringtail ~]$ grep url_fclose /usr/include/ffmpeg/avio.h
int url_fclose(ByteIOContext *s);
I'll do a SVN updated and try again.
Grahame
Link to other thread same topic:
http://www.zoneminder.com/forums/viewtopic.php?t=10994
http://www.zoneminder.com/forums/viewtopic.php?t=10994