Re: Error compiling Mplayer: in libmpcodecs/vd_mpng.o
compn <[email protected]> Wed, 28 Jul 2010 18:36:50 -0400
| Newsgroups | gmane.comp.video.mplayer.cygwin |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 28 Jul 2010 23:04:10 +0300, Eugene Kovgar wrote: >Oh my god.... :) I'v tried to reconfigure and recompile without >--enable-dynamic-plugins and now another error appears: > > >gcc -MMD -MF libmpdemux/demux_real.d -MT libmpdemux/demux_real.o >-Wstrict-protot >ypes -Wmissing-prototypes -Wundef -Wdisabled-optimization >-Wno-pointer-sign -Wde >claration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith >-Wredunda >nt-decls -O4 -march=i486 -mtune=generic -pipe -ffast-math >-fomit-frame-pointer - >D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE >-Ilibdvdread4 -I >. -fno-common -I/home/Eugene/include -I/mingw/include/ >-I/home/Eugene/includ >e/freetype2 -I/home/Eugene/include -I/home/Eugene/include >-I/home/Eugene/incl >ude/bs2b -I/home/Eugene/include/dirac >-I/home/Eugene/include/schroedinger-1. >0 -I/home/Eugene/include/orc-0.4 -c -o libmpdemux/demux_real.o >libmpdemux/demu >x_real.c >libmpdemux/demux_real.c: In function 'demux_open_real': >libmpdemux/demux_real.c:1696:31: warning: operation on >'priv->a_num_of_packets' >may be undefined >libmpdemux/demux_real.c:1270:11: warning: 'sub_packet_size' may be used >uninitia >lized in this function >libmpdemux/demux_real.c:1271:11: warning: 'sub_packet_h' may be used >uninitializ >ed in this function >libmpdemux/demux_real.c:1274:11: warning: 'coded_frame_size' may be used >uniniti >alized in this function >libmpdemux/demux_real.c: In function 'demux_real_fill_buffer': >libmpdemux/demux_real.c:571:12: internal compiler error: Segmentation fault >Please submit a full bug report, >with preprocessed source if appropriate. >See <http://gcc.gnu.org/bugs.html> for instructions. >make: *** [libmpdemux/demux_real.o] Error 1 ouch. an ICE. sorry to hear that. running make again gets the same problem? you are just hitting every bug you can arent you? next i predict that svn corrupts your checkout and you get some random parse error. an older gcc like gcc 4.2 should get past this point (i use 3.4.5 myself). thats why i recommended it to you before :) -compn