[MPlayer-dev-eng] MPlayer-1.0pre7 doesn't support --enable-crash-debug in MIngw/MSYS

Sascha Sommer saschasommer at freenet.de
Tue Jun 7 16:23:03 CEST 2005


Am Dienstag, den 07.06.2005, 16:23 +0800 schrieb Renzhong Xiao:
> hi,I downlaod MPlayer-1.0pre7 source code and configure with
> "--enable-deubg=3 --enable-crash-debug" in MinGW/MSYS and make but
> failed,it said:
> 
> $ make
> gcc -c -I../libvo -I../../libvo  -fno-PIC -W -Wall
> -Wno-unused-parameter -O2 -ma rch=pentium3 -mcpu=pentium3 -g3 
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  -I.             -o
> mplayer.o mplayer.c
> In file included from mplayer.c:158:
> get_path.c: In function `get_path':
> get_path.c:40: warning: comparison between signed and unsigned
> mplayer.c: In function `exit_sighandler':
> mplayer.c:536: `SIGTRAP' undeclared (first use in this function)
> mplayer.c:536: (Each undeclared identifier is reported only once
> mplayer.c:536: for each function it appears in.)
> mplayer.c:584: warning: implicit declaration of function `fork'
> mplayer.c:592: warning: implicit declaration of function `waitpid'
> mplayer.c: In function `parse_cfgfiles':
> mplayer.c:622: warning: implicit declaration of function `mkdir'
> mplayer.c:630: warning: implicit declaration of function `open'
> mplayer.c:632: warning: implicit declaration of function `write'
> mplayer.c:633: warning: implicit declaration of function `close'
> mplayer.c: In function `saddf':
> mplayer.c:827: warning: comparison between signed and unsigned
> mplayer.c: In function `log_sub':
> mplayer.c:993: warning: int format, long unsigned int arg (arg 4)
> mplayer.c:993: warning: int format, long unsigned int arg (arg 5)
> mplayer.c:993: warning: int format, long unsigned int arg (arg 6)
> mplayer.c:993: warning: int format, long unsigned int arg (arg 7)
> mplayer.c:993: warning: int format, long unsigned int arg (arg 8)
> mplayer.c:993: warning: int format, long unsigned int arg (arg 9)
> mplayer.c:993: warning: int format, long unsigned int arg (arg 10)
> mplayer.c:993: warning: int format, long unsigned int arg (arg 11)
> mplayer.c:995: warning: int format, long unsigned int arg (arg 4)
> mplayer.c:995: warning: int format, long unsigned int arg (arg 5)
> mplayer.c: In function `main':
> mplayer.c:1434: `SIGTRAP' undeclared (first use in this function)
> mplayer.c:1978: warning: char format, different type arg (arg 3)
> mplayer.c:1992: warning: char format, different type arg (arg 3)
> mplayer.c:2773: warning: implicit declaration of function `mpcodecs_config_vo'
> mplayer.c:3371: warning: long int format, int arg (arg 3)
> mplayer.c:3491: warning: long int format, int arg (arg 3)
> mplayer.c:3495: warning: long int format, int arg (arg 3)
> mplayer.c:1036: warning: unused variable `rtc_fd'
> libmpcodecs/mp_image.h: At top level:
> libvo/font_load.h:93: warning: `render_one_glyph' defined but not used
> libvo/font_load.h:94: warning: `kerning' defined but not used
> make: *** [mplayer.o] Error 1
> 
> if I configure only "--enable-debug=3",it make ok.
> Does anybody kind to tell me what's happen?
> 

Yes. Crash debug is not supported on mingw.

Sascha




More information about the MPlayer-dev-eng mailing list