[MPlayer-cygwin] Compile error with '--disable-mencoder'

Thomas Plank tplank at gmx.at
Tue Dec 5 22:53:02 CET 2006


Frank Aurich (fa859178 at inf.tu-dresden.de) wrote:

> Hi there,

> I've noticed this problem a while ago, but due to the high amount of check-ins
> lately I figured it's gonna go away sooner or later.
> Well, it didn't, so I make this bug report ;)

Same situation here. I waited, but now there is the first message dealing
with this problem.

> I just did a fresh checkout from SVN (dev-SVN-r21508-3.4.5), no additional
> patches applied at all.

I'm using cygwin, I attached the error log.
-- 
mfg Thomas
-------------- next part --------------
make[1]: Leaving directory `/cygdrive/d/cdrtools/mplayer/mplayer/libvo'
make -C libavformat LIBPREF=lib LIBSUF=.a
make[1]: Entering directory `/cygdrive/d/cdrtools/mplayer/mplayer/libavformat'
gcc -I../libavcodec -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE -I.. -I.. -I../libavutil -Wdeclaration-after-statement -O4 -march=pentium4 -mtune=pentium4 -pipe -ffast-math -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D__CYGWIN__ -I/usr/local/include/freetype2 -I/usr/local/include  -c -o utils.o utils.c
In file included from utils.c:21:
avformat.h:251: warning: 'AVFrac' is deprecated
utils.c:33: warning: 'AVFrac' is deprecated
utils.c:34: warning: 'AVFrac' is deprecated
utils.c:35: warning: 'AVFrac' is deprecated
utils.c:3063: warning: 'AVFrac' is deprecated
utils.c:3078: warning: 'AVFrac' is deprecated
utils.c:3090: warning: 'AVFrac' is deprecated
gcc -I../libavcodec -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE -I.. -I.. -I../libavutil -Wdeclaration-after-statement -O4 -march=pentium4 -mtune=pentium4 -pipe -ffast-math -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D__CYGWIN__ -I/usr/local/include/freetype2 -I/usr/local/include  -c -o cutils.o cutils.c
In file included from cutils.c:21:
avformat.h:251: warning: 'AVFrac' is deprecated
gcc -I../libavcodec -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE -I.. -I.. -I../libavutil -Wdeclaration-after-statement -O4 -march=pentium4 -mtune=pentium4 -pipe -ffast-math -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D__CYGWIN__ -I/usr/local/include/freetype2 -I/usr/local/include  -c -o os_support.o os_support.c
In file included from os_support.c:23:
avformat.h:251: warning: 'AVFrac' is deprecated
gcc -I../libavcodec -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE -I.. -I.. -I../libavutil -Wdeclaration-after-statement -O4 -march=pentium4 -mtune=pentium4 -pipe -ffast-math -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D__CYGWIN__ -I/usr/local/include/freetype2 -I/usr/local/include  -c -o allformats.o allformats.c
In file included from allformats.c:21:
avformat.h:251: warning: 'AVFrac' is deprecated
allformats.c: In function 'av_register_all':
allformats.c:48: error: 'ENABLE_AC3_MUXER' undeclared (first use in this function)
allformats.c:48: error: (Each undeclared identifier is reported only once
allformats.c:48: error: for each function it appears in.)
allformats.c:49: error: 'ENABLE_ADTS_MUXER' undeclared (first use in this function)
allformats.c:50: error: 'ENABLE_AIFF_MUXER' undeclared (first use in this function)
allformats.c:51: error: 'ENABLE_AMR_MUXER' undeclared (first use in this function)
allformats.c:52: error: 'ENABLE_ASF_MUXER' undeclared (first use in this function)
allformats.c:53: error: 'ENABLE_ASF_STREAM_MUXER' undeclared (first use in this function)
allformats.c:54: error: 'ENABLE_AU_MUXER' undeclared (first use in this function)
allformats.c:58: error: 'ENABLE_AVI_MUXER' undeclared (first use in this function)
allformats.c:63: error: 'ENABLE_CRC_MUXER' undeclared (first use in this function)
allformats.c:70: error: 'ENABLE_DV_MUXER' undeclared (first use in this function)
allformats.c:75: error: 'ENABLE_FFM_MUXER' undeclared (first use in this function)
allformats.c:76: error: 'ENABLE_FLAC_MUXER' undeclared (first use in this function)
allformats.c:78: error: 'ENABLE_FLV_MUXER' undeclared (first use in this function)
allformats.c:80: error: 'ENABLE_FRAMECRC_MUXER' undeclared (first use in this function)
allformats.c:81: error: 'ENABLE_GIF_MUXER' undeclared (first use in this function)
allformats.c:84: error: 'ENABLE_GXF_MUXER' undeclared (first use in this function)
allformats.c:86: error: 'ENABLE_H261_MUXER' undeclared (first use in this function)
allformats.c:87: error: 'ENABLE_H263_MUXER' undeclared (first use in this function)
allformats.c:88: error: 'ENABLE_H264_MUXER' undeclared (first use in this function)
allformats.c:90: error: 'ENABLE_IMAGE2_MUXER' undeclared (first use in this function)
allformats.c:91: error: 'ENABLE_IMAGE2PIPE_MUXER' undeclared (first use in this function)
allformats.c:94: error: 'ENABLE_M4V_MUXER' undeclared (first use in this function)
allformats.c:96: error: 'ENABLE_MJPEG_MUXER' undeclared (first use in this function)
allformats.c:98: error: 'ENABLE_MMF_MUXER' undeclared (first use in this function)
allformats.c:99: error: 'ENABLE_MOV_MUXER' undeclared (first use in this function)
allformats.c:100: error: 'ENABLE_MP2_MUXER' undeclared (first use in this function)
allformats.c:101: error: 'ENABLE_MP3_MUXER' undeclared (first use in this function)
allformats.c:102: error: 'ENABLE_MP4_MUXER' undeclared (first use in this function)
allformats.c:103: error: 'ENABLE_MPEG1SYSTEM_MUXER' undeclared (first use in this function)
allformats.c:104: error: 'ENABLE_MPEG1VCD_MUXER' undeclared (first use in this function)
allformats.c:105: error: 'ENABLE_MPEG1VIDEO_MUXER' undeclared (first use in this function)
allformats.c:106: error: 'ENABLE_MPEG2DVD_MUXER' undeclared (first use in this function)
allformats.c:107: error: 'ENABLE_MPEG2SVCD_MUXER' undeclared (first use in this function)
allformats.c:108: error: 'ENABLE_MPEG2VIDEO_MUXER' undeclared (first use in this function)
allformats.c:109: error: 'ENABLE_MPEG2VOB_MUXER' undeclared (first use in this function)
allformats.c:111: error: 'ENABLE_MPEGTS_MUXER' undeclared (first use in this function)
allformats.c:113: error: 'ENABLE_MPJPEG_MUXER' undeclared (first use in this function)
allformats.c:117: error: 'ENABLE_NULL_MUXER' undeclared (first use in this function)
allformats.c:127: error: 'ENABLE_PCM_ALAW_MUXER' undeclared (first use in this function)
allformats.c:128: error: 'ENABLE_PCM_MULAW_MUXER' undeclared (first use in this function)
allformats.c:129: error: 'ENABLE_PCM_S16BE_MUXER' undeclared (first use in this function)
allformats.c:130: error: 'ENABLE_PCM_S16LE_MUXER' undeclared (first use in this function)
allformats.c:131: error: 'ENABLE_PCM_S8_MUXER' undeclared (first use in this function)
allformats.c:132: error: 'ENABLE_PCM_U16BE_MUXER' undeclared (first use in this function)
allformats.c:133: error: 'ENABLE_PCM_U16LE_MUXER' undeclared (first use in this function)
allformats.c:134: error: 'ENABLE_PCM_U8_MUXER' undeclared (first use in this function)
allformats.c:135: error: 'ENABLE_PSP_MUXER' undeclared (first use in this function)
allformats.c:136: error: 'ENABLE_RAWVIDEO_MUXER' undeclared (first use in this function)
allformats.c:137: error: 'ENABLE_RM_MUXER' undeclared (first use in this function)
allformats.c:151: error: 'ENABLE_SWF_MUXER' undeclared (first use in this function)
allformats.c:152: error: 'ENABLE_TG2_MUXER' undeclared (first use in this function)
allformats.c:153: error: 'ENABLE_TGP_MUXER' undeclared (first use in this function)
allformats.c:163: error: 'ENABLE_VOC_MUXER' undeclared (first use in this function)
allformats.c:164: error: 'ENABLE_WAV_MUXER' undeclared (first use in this function)
allformats.c:169: error: 'ENABLE_YUV4MPEGPIPE_MUXER' undeclared (first use in this function)
make[1]: *** [allformats.o] Error 1
make[1]: Leaving directory `/cygdrive/d/cdrtools/mplayer/mplayer/libavformat'
make: *** [libavformat/libavformat.a] Error 2


More information about the MPlayer-cygwin mailing list