1.23.0 Compiled OK - 1.23.1 Fails on 64Bit AMD

Support and queries relating to all previous versions of ZoneMinder
Locked
User avatar
wildpossum
Posts: 38
Joined: Wed Jul 04, 2007 5:40 am
Location: Sydney - AUSTRALIA

1.23.0 Compiled OK - 1.23.1 Fails on 64Bit AMD

Post 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
Grahame
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post 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.
Phil
User avatar
wildpossum
Posts: 38
Joined: Wed Jul 04, 2007 5:40 am
Location: Sydney - AUSTRALIA

Post 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.
Grahame
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

Locked