<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/mplayerxp/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/mplayerxp/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sat, 12 Nov 2011 22:29:14 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/mplayerxp/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>unsupported gcc options in Makefile</title><link>https://sourceforge.net/p/mplayerxp/bugs/30/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;my gcc does not understand the --sort-common and --gc-sections options (are ld-specific) used for building the application (the main Makefile) and if needed should have the 'Xlinker' before them&lt;/p&gt;
&lt;p&gt;-----&lt;br /&gt;
gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3) &lt;br /&gt;
Linux ubuntu 3.0.0-12-generic #20-Ubuntu SMP Fri Oct 7 14:50:42 UTC 2011 i686 i686 i386 GNU/Linux&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nfsk2twr</dc:creator><pubDate>Sat, 12 Nov 2011 22:29:14 -0000</pubDate><guid>https://sourceforge.netdb8ed59a6486742436b7decf3b58e36efb9b3eea</guid></item><item><title>invalid build string with configure script checks</title><link>https://sourceforge.net/p/mplayerxp/bugs/29/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;i'm building mplayerxp on ubuntu and for some reason the lib flags (like '-lX11') inside the configure script used for various checks are inserted at the beginning of the gcc cmdline, just before the file to be linked, which results in unresolved dependancies, a snippet of configure.log (the -lm should have been appended at the end):&lt;br /&gt;
============ Checking for llrint ============&lt;br /&gt;
check_func3 _ISOC9X_SOURCE math.h llrint -lm&lt;br /&gt;
check_ld -lm&lt;br /&gt;
check_cc&lt;br /&gt;
BEGIN /tmp/mplayerxp-conf-23228-31160.c&lt;br /&gt;
1&lt;br /&gt;
2  #define _ISOC9X_SOURCE 1&lt;br /&gt;
3&lt;br /&gt;
4  #include &amp;lt;math.h&amp;gt;&lt;br /&gt;
5  long x;&lt;br /&gt;
6  int main(void){&lt;br /&gt;
7      x=(long)llrint;&lt;br /&gt;
8      return 0;&lt;br /&gt;
9  }&lt;br /&gt;
END /tmp/mplayerxp-conf-23228-31160.c&lt;br /&gt;
gcc -march=native -mtune=native -O3 -pipe -fomit-frame-pointer -fno-fast-math -mfancy-math-387 -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fno-tree-vect-loop-version -fno-vect-cost-model -fopenmp -Werror-implicit-function-declaration -Wextra -I/tmp/mpxp-svn/mplayerxp/mplayerxp -I/tmp/mpxp-svn/mplayerxp/mplayerxp/../ffmpeg -c -o /tmp/mplayerxp-conf-31967-31160.o /tmp/mplayerxp-conf-23228-31160.c&lt;br /&gt;
gcc -m32 -fopenmp -lm -o /tmp/mplayerxp-conf-17151-31160.exe /tmp/mplayerxp-conf-31967-31160.o -lgomp -ldl&lt;br /&gt;
/tmp/mplayerxp-conf-31967-31160.o: In function `main':&lt;br /&gt;
mplayerxp-conf-23228-31160.c:(.text.startup+0x6): undefined reference to `llrint'&lt;br /&gt;
collect2: ld returned 1 exit status&lt;br /&gt;
Result is: no&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nfsk2twr</dc:creator><pubDate>Sat, 12 Nov 2011 22:24:20 -0000</pubDate><guid>https://sourceforge.netef24152437815465e4178d8af0336a32cf2fe233</guid></item><item><title>./configure error</title><link>https://sourceforge.net/p/mplayerxp/bugs/28/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;for version 0.7.95&lt;/p&gt;
&lt;p&gt;When I try to make a ./configure I get an error.&lt;br /&gt;
Here what I get:&lt;/p&gt;
&lt;p&gt;Entering 'etc' directory&lt;br /&gt;
./configure: 8: Syntax error: "(" unexpected&lt;br /&gt;
Leaving 'etc' directory&lt;br /&gt;
Entering 'DOCS' directory&lt;br /&gt;
./configure: 8: Syntax error: "(" unexpected&lt;br /&gt;
Leaving 'DOCS' directory&lt;br /&gt;
Entering 'mplayerxp' directory&lt;br /&gt;
./configure: 37: Syntax error: "(" unexpected&lt;br /&gt;
Leaving 'mplayerxp' directory&lt;/p&gt;
&lt;p&gt;My OS is Kubuntu 9.10&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ermicioi Andrei</dc:creator><pubDate>Thu, 28 Jan 2010 09:05:16 -0000</pubDate><guid>https://sourceforge.net4e0c9bff8c9ae97f14ca5e2d475cf8b603faa8ec</guid></item><item><title>mplayerxp-0.7.95. configure error</title><link>https://sourceforge.net/p/mplayerxp/bugs/27/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Can't configure. GCC 4.3&lt;/p&gt;
&lt;p&gt;...&lt;br /&gt;
Checking for build system type ... i686-pc-linux-gnu&lt;br /&gt;
Checking for host system type ... i686-pc-linux-gnu&lt;br /&gt;
Checking for gcc version ... 4.3, bad&lt;/p&gt;
&lt;p&gt;*** Please upgrade C compiler to gcc-3.2.3+ version! ***&lt;/p&gt;
&lt;p&gt;Error: Bad gcc version&lt;br /&gt;
...&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lazy_Kent</dc:creator><pubDate>Mon, 25 Jan 2010 20:29:16 -0000</pubDate><guid>https://sourceforge.net45b43f9bd7ef3ebcd1c2076eafa0daa28a9d3b80</guid></item><item><title>mplayerxp 0.72 - checking for libx264: no?</title><link>https://sourceforge.net/p/mplayerxp/bugs/26/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am trying to compile mplayerxp 0.72 on my ubuntu 8.10 (i386). When I run ./configure, I get...&lt;/p&gt;
&lt;p&gt;checking for libx264: no&lt;/p&gt;
&lt;p&gt;I don't continue the compiling process since I need x264 playback.&lt;br /&gt;
I have compiled mplayer r28461 (the normal one) on this PC and it detects libx264 just fine.&lt;br /&gt;
FYI, I am using x264-snapshot-20090202.&lt;/p&gt;
&lt;p&gt;So, is my x264 version not supported or what?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;PS: I am attaching the configure.log&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 03 Feb 2009 13:30:38 -0000</pubDate><guid>https://sourceforge.netf42990fb9728077645671547a74c8498db803332</guid></item><item><title>cvs still compile fails.</title><link>https://sourceforge.net/p/mplayerxp/bugs/25/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;As stated in the previous report the compile errors OF THE RELEASE were fixed in cvs.&lt;/p&gt;
&lt;p&gt;Is there a stable tag in cvs or do we just checkout the latests source and cross our fingers for a compile?&lt;/p&gt;
&lt;p&gt;Thank you for fixing your release compile errors.&lt;br /&gt;
CVS brings a new level of failure to the build process!&lt;/p&gt;
&lt;p&gt;demux_lavf.c:613: warning: unused parameter 'demuxer'                         &lt;br /&gt;
demux_lavf.c: In function 'lavf_control':                                     &lt;br /&gt;
demux_lavf.c:614: warning: unused parameter 'demuxer'                         &lt;br /&gt;
demux_lavf.c:614: warning: unused parameter 'cmd'                             &lt;br /&gt;
demux_lavf.c:614: warning: unused parameter 'args'                            &lt;br /&gt;
demux_lavf.c: At top level:                                                   &lt;br /&gt;
demux_lavf.c:619: error: expected '=', ',', ';', 'asm' or '__attribute__' before&lt;br /&gt;
'lavfdopts_conf'                                                             &lt;br /&gt;
demux_lavf.c:628: error: 'lavfdopts_conf' undeclared here (not in a function) &lt;br /&gt;
make[2]: *** [demux_lavf.o] Error 1           &lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;Good job.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 29 Jan 2009 16:15:24 -0000</pubDate><guid>https://sourceforge.netf13e0f3a71474f91314403262351819fd041e652</guid></item><item><title>compile of 0.7.2 fails</title><link>https://sourceforge.net/p/mplayerxp/bugs/24/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Let's see.. you missed the last bug report or didn't bother to fix it before:&lt;br /&gt;
YOU ARE MISSING AN INCLUDE&lt;/p&gt;
&lt;p&gt;ADD THIS ONE TO ./mplayerxp/libmpdemux/asf_streaming.c&lt;br /&gt;
#include &amp;lt;limits.h&amp;gt;&lt;/p&gt;
&lt;p&gt;While you're at it, figure this one out.. because this one is where I decided you are on crack and need to AT LEAST compile check before stamping something a release.&lt;/p&gt;
&lt;p&gt;lrmi.c: In function 'set_regs':&lt;br /&gt;
lrmi.c:307: error: 'IF_MASK' undeclared (first use in this function)&lt;br /&gt;
lrmi.c:307: error: (Each undeclared identifier is reported only once&lt;br /&gt;
lrmi.c:307: error: for each function it appears in.)&lt;br /&gt;
lrmi.c:307: error: 'IOPL_MASK' undeclared (first use in this function)&lt;br /&gt;
lrmi.c: In function 'run_vm86':&lt;br /&gt;
lrmi.c:836: error: 'VIF_MASK' undeclared (first use in this function)&lt;br /&gt;
lrmi.c:836: error: 'TF_MASK' undeclared (first use in this function)&lt;br /&gt;
lrmi.c: In function 'LRMI_int':&lt;br /&gt;
lrmi.c:928: error: 'IF_MASK' undeclared (first use in this function)&lt;br /&gt;
lrmi.c:928: error: 'IOPL_MASK' undeclared (first use in this function)&lt;br /&gt;
make[2]: *** [lrmi.o] Error 1&lt;br /&gt;
make[2]: Leaving directory `/home/jedix/mplayerxp-0.7.2/mplayerxp/osdep'&lt;br /&gt;
make[1]: *** [mplayerxp] Error 2&lt;br /&gt;
make[1]: Leaving directory `/home/jedix/mplayerxp-0.7.2/mplayerxp'&lt;br /&gt;
make: *** [mplayerxp] Error 2&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 29 Jan 2009 01:45:47 -0000</pubDate><guid>https://sourceforge.net6b579da8aa9a699e23ab9029129d0885552bb2f2</guid></item><item><title>mplayerxp fails to compile</title><link>https://sourceforge.net/p/mplayerxp/bugs/23/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;After fixing the problem with pthread_kill detection, I tried to compile mplayerxp but failed.&lt;/p&gt;
&lt;p&gt;You're missing an #include &amp;lt;limits.h&amp;gt; in mplayerxp/libmpdemux/asf_streaming.c and mplayerxp/vobsub.c&lt;/p&gt;
&lt;p&gt;It still fails to compile for me after changing those two files with an ffmpeg-related error:&lt;/p&gt;
&lt;p&gt;gcc -c -O3 -march=i686 -pipe -ffast-math -fomit-frame-pointer -fopenmp -I/usr/X11R6/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -W -Wall -D_REENTRANT&lt;br /&gt;
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D__USE_LARGEFILE -D_LARGEFILE64_SOURCE -I. -I.. -I../libmpdemux -I../../codecs -I../../codecs/&lt;br /&gt;
libavutil -I../loader -Wall  -o vd_ffmpeg.o vd_ffmpeg.c&lt;br /&gt;
In file included from vd_ffmpeg.c:28:&lt;br /&gt;
interface/ffmpeg/avcodec.h:10:2: warning: #warning You are using something like generic interface&lt;br /&gt;
vd_ffmpeg.c: In function ‘init’:&lt;br /&gt;
vd_ffmpeg.c:221: error: ‘AVCodecContext’ has no member named ‘bits_per_coded_sample’&lt;br /&gt;
vd_ffmpeg.c:305: error: ‘AVCodecContext’ has no member named ‘bits_per_coded_sample’&lt;br /&gt;
vd_ffmpeg.c: In function ‘draw_slice’:&lt;br /&gt;
vd_ffmpeg.c:522: warning: pointer targets in assignment differ in signedness&lt;br /&gt;
vd_ffmpeg.c:504: warning: unused parameter ‘type’&lt;br /&gt;
vd_ffmpeg.c: In function ‘decode’:&lt;br /&gt;
vd_ffmpeg.c:622: warning: assignment from incompatible pointer type&lt;br /&gt;
vd_ffmpeg.c:645: warning: pointer targets in assignment differ in signedness&lt;br /&gt;
make[2]: *** [vd_ffmpeg.o] Error 1&lt;/p&gt;
&lt;p&gt;I compiled ffmpeg from yesterday's svn.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 09 Jan 2009 12:07:44 -0000</pubDate><guid>https://sourceforge.net2c8c7d10dc72d1f3eebe04377ac6e8b4a4c2f0dc</guid></item><item><title>configure fails with recent versions of glibc</title><link>https://sourceforge.net/p/mplayerxp/bugs/22/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Output from configure using CVS HEAD:&lt;/p&gt;
&lt;p&gt;[...]&lt;br /&gt;
Checking for pthread ... yes&lt;br /&gt;
Checking for pthread_kill ... no&lt;br /&gt;
Checking for pthread ... yes&lt;br /&gt;
Checking for pthread_kill ... no&lt;br /&gt;
Checking for pthread ... yes&lt;br /&gt;
Checking for pthread_kill ... no&lt;br /&gt;
Checking for pthread ... yes&lt;br /&gt;
Checking for pthread_kill ... no&lt;/p&gt;
&lt;p&gt;Error: Lib pthread not found. (needed by xp mode)&lt;/p&gt;
&lt;p&gt;Relevant part of configure.log:&lt;/p&gt;
&lt;p&gt;============ Checking for pthread_kill ============&lt;br /&gt;
check_func2 pthread.h pthread_kill&lt;br /&gt;
check_ld&lt;br /&gt;
check_cc&lt;br /&gt;
BEGIN /tmp/mplayerxp-conf-31353-18849.c&lt;br /&gt;
1&lt;br /&gt;
2  #include &amp;lt;pthread.h&amp;gt;&lt;br /&gt;
3  int main(void){&lt;br /&gt;
4      (void) pthread_kill;&lt;br /&gt;
5      return 0;&lt;br /&gt;
6  }&lt;br /&gt;
END /tmp/mplayerxp-conf-31353-18849.c&lt;br /&gt;
gcc -O3 -march=i686 -pipe -ffast-math -fomit-frame-pointer -fopenmp -c -o /tmp/mplayerxp-conf-14932-18849.o /tmp/mplayerxp-conf-31353-18849.c&lt;br /&gt;
/tmp/mplayerxp-conf-31353-18849.c: In function ‘main’:&lt;br /&gt;
/tmp/mplayerxp-conf-31353-18849.c:4: error: ‘pthread_kill’ undeclared (first use in this function)&lt;br /&gt;
/tmp/mplayerxp-conf-31353-18849.c:4: error: (Each undeclared identifier is reported only once&lt;br /&gt;
/tmp/mplayerxp-conf-31353-18849.c:4: error: for each function it appears in.)&lt;br /&gt;
Result is: no&lt;/p&gt;
&lt;p&gt;The testfile created by configure is missing #include &amp;lt;signal.h&amp;gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 09 Jan 2009 11:28:05 -0000</pubDate><guid>https://sourceforge.netbb68e66ccb948f6a26a55e8f3341c7af428d653e</guid></item><item><title>mplayerxp will not compile on Fedora 8 x86_64 machine</title><link>https://sourceforge.net/p/mplayerxp/bugs/21/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I ran &lt;/p&gt;
&lt;p&gt;./configure --prefix=/usr --libdir=/usr/lib64 &lt;/p&gt;
&lt;p&gt;And configure did not detect x11 or xv outputs. I edited the configure script in the mplayerxp directory and added /usr/lib64 to the X11 libs check. After that configure found my x11 and xv libs. but when I tried to compile I got this.&lt;/p&gt;
&lt;p&gt;gcc -MM -O4 -march=x86_64 -pipe -ffast-math -fomit-frame-pointer -W -Wall -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D__USE_LARGEFILE -D_LARGEFILE64_SOURCE -Ilibmpdemux -Ilibvo   -Wall mplayer.c cpudetect.c mp_msg.c codec-cfg.c cfgparser.c my_profile.c my_malloc.c spudec.c playtree.c playtreeparser.c asxparser.c find_sub.c subreader.c mixer.c vobsub.c mp-opt-reg.c sig_hand.c dump.c dec_ahead.c 1&amp;gt;.depend&lt;br /&gt;
mplayer.c:0: error: bad value (x86_64) for -march= switch&lt;br /&gt;
mplayer.c:0: error: bad value (x86_64) for -mtune= switch&lt;br /&gt;
cpudetect.c:0: error: bad value (x86_64) for -march= switch&lt;br /&gt;
cpudetect.c:0: error: bad value (x86_64) for -mtune= switch&lt;br /&gt;
mp_msg.c:0: error: bad value (x86_64) for -march= switch&lt;br /&gt;
mp_msg.c:0: error: bad value (x86_64) for -mtune= switch&lt;br /&gt;
codec-cfg.c:0: error: bad value (x86_64) for -march= switch&lt;br /&gt;
codec-cfg.c:0: error: bad value (x86_64) for -mtune= switch&lt;br /&gt;
cfgparser.c:0: error: bad value (x86_64) for -march= switch&lt;br /&gt;
cfgparser.c:0: error: bad value (x86_64) for -mtune= switch&lt;br /&gt;
my_profile.c:0: error: bad value (x86_64) for -march= switch&lt;br /&gt;
my_profile.c:0: error: bad value (x86_64) for -mtune= switch&lt;br /&gt;
my_malloc.c:0: error: bad value (x86_64) for -march= switch&lt;br /&gt;
my_malloc.c:0: error: bad value (x86_64) for -mtune= switch&lt;br /&gt;
spudec.c:0: error: bad value (x86_64) for -march= switch&lt;br /&gt;
spudec.c:0: error: bad value (x86_64) for -mtune= switch&lt;br /&gt;
playtree.c:0: error: bad value (x86_64) for -march= switch&lt;br /&gt;
playtree.c:0: error: bad value (x86_64) for -mtune= switch&lt;br /&gt;
playtreeparser.c:0: error: bad value (x86_64) for -march= switch&lt;br /&gt;
playtreeparser.c:0: error: bad value (x86_64) for -mtune= switch&lt;br /&gt;
asxparser.c:0: error: bad value (x86_64) for -march= switch&lt;br /&gt;
asxparser.c:0: error: bad value (x86_64) for -mtune= switch&lt;br /&gt;
find_sub.c:0: error: bad value (x86_64) for -march= switch&lt;br /&gt;
find_sub.c:0: error: bad value (x86_64) for -mtune= switch&lt;br /&gt;
subreader.c:0: error: bad value (x86_64) for -march= switch&lt;br /&gt;
subreader.c:0: error: bad value (x86_64) for -mtune= switch&lt;br /&gt;
mixer.c:0: error: bad value (x86_64) for -march= switch&lt;br /&gt;
mixer.c:0: error: bad value (x86_64) for -mtune= switch&lt;br /&gt;
vobsub.c:0: error: bad value (x86_64) for -march= switch&lt;br /&gt;
vobsub.c:0: error: bad value (x86_64) for -mtune= switch&lt;br /&gt;
mp-opt-reg.c:0: error: bad value (x86_64) for -march= switch&lt;br /&gt;
mp-opt-reg.c:0: error: bad value (x86_64) for -mtune= switch&lt;br /&gt;
sig_hand.c:0: error: bad value (x86_64) for -march= switch&lt;br /&gt;
sig_hand.c:0: error: bad value (x86_64) for -mtune= switch&lt;br /&gt;
dump.c:0: error: bad value (x86_64) for -march= switch&lt;br /&gt;
dump.c:0: error: bad value (x86_64) for -mtune= switch&lt;br /&gt;
dec_ahead.c:0: error: bad value (x86_64) for -march= switch&lt;br /&gt;
dec_ahead.c:0: error: bad value (x86_64) for -mtune= switch&lt;br /&gt;
make[1]: *** [dep] Error 1&lt;br /&gt;
make[1]: Leaving directory `/home/kdekorte/Download/mplayerxp-0.6.2/mplayerxp'&lt;br /&gt;
make: *** [version.h] Error 2&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kevin DeKorte</dc:creator><pubDate>Thu, 31 Jan 2008 20:58:34 -0000</pubDate><guid>https://sourceforge.netc36e18095fefae50a38419bd3fbebb1513b81e1a</guid></item></channel></rss>