[MPlayer-users] Compile failure in latest subversion checkout, version 34227

stan RegBur_Flydan8 at q.com
Fri Oct 21 02:02:33 CEST 2011


I am getting the following error while compiling svn checkout version
34227 on Fedora 15, x86_64.

cc -MD -MP -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls  -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -Ilibdvdread4 -I. -Iffmpeg  -D_REENTRANT -I/usr/include/directfb -I/usr/include/   -pthread -I/usr/include/kde/artsc -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -D_REENTRANT   -I/usr/include/cdda -I/usr/include/freetype2   -I/usr/include/bs2b   -DHAVE_STRUCT_SOCKADDR_STORAGE   -I/usr/include/dirac   -I/usr/include/schroedinger-1.0 -I/usr/include/orc-0.4   -I/usr/include/liveMedia -I/usr/include/UsageEnvironment -I/usr/include/BasicUsageEnvironment -I/usr/include/groupsock -c -o libmpdemux/demux_rtp.o libmpdemux/demux_rtp.cpp
In file included from libmpdemux/demuxer.h:27:0,
                 from libmpdemux/demux_rtp.cpp:27:
./stream/stream.h: In function 'int stream_seek(stream_t*, off_t)':
./stream/stream.h:297:41: error: expected ')' before 'PRIu64'
./stream/stream.h:297:58: warning: spurious trailing '%' in format [-Wformat]
./stream/stream.h:297:58: warning: too many arguments for format [-Wformat-extra-args]
./stream/stream.h:301:49: error: expected ')' before 'PRIu64'
./stream/stream.h:301:66: warning: spurious trailing '%' in format [-Wformat]
./stream/stream.h:301:66: warning: too many arguments for format [-Wformat-extra-args]
In file included from libmpdemux/demux_rtp_internal.h:29:0,
                 from libmpdemux/demux_rtp.cpp:31:
ffmpeg/libavcodec/avcodec.h: At global scope:
ffmpeg/libavcodec/avcodec.h:542:34: warning: attribute ignored in declaration of 'enum AVLPCType' [enabled by default]
ffmpeg/libavcodec/avcodec.h:542:34: warning: attribute for 'enum AVLPCType' must follow the 'enum' keyword [enabled by default]
make: *** [libmpdemux/demux_rtp.o] Error 1

I did a make clean before I did the configure.  Perhaps if I hadn't,
the error wouldn't have shown up as the object file might have been
there.  Looks like it is just a typo.

Thanks.


More information about the MPlayer-users mailing list