Page 1 of 1

1.23.0 Compiled OK - 1.23.1 Fails on 64Bit AMD

Posted: Mon Feb 04, 2008 8:42 pm
by wildpossum
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

Posted: Thu Feb 07, 2008 9:47 pm
by zoneminder
What version of ffmpeg are you compiling against? I can only release against the latest SVN as they change things so often so unless they have changed it again I don't know why it would fail.

Posted: Fri Feb 08, 2008 12:41 am
by wildpossum
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

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 hope this assist you to help us.
I'll do a SVN updated and try again.

Posted: Fri Feb 08, 2008 1:33 am
by cordel