Mercurial > mplayer.hg
comparison DOCS/faq.html @ 2092:7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
author | gabucino |
---|---|
date | Fri, 05 Oct 2001 10:56:01 +0000 |
parents | 21fbfab3825d |
children | ba2f9b02e94f |
comparison
equal
deleted
inserted
replaced
2091:21fbfab3825d | 2092:7ef08e76e77a |
---|---|
13 <TD> </TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> | 13 <TD> </TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
14 What's the problem with gcc 2.96 ? | 14 What's the problem with gcc 2.96 ? |
15 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> | 15 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
16 gcc 2.96 is RedHat's UNOFFICIAL (it can be found only on RedHat sites, or | 16 gcc 2.96 is RedHat's UNOFFICIAL (it can be found only on RedHat sites, or |
17 RedHat distributions) and BUGGY gcc release. gcc 2.96 is TOTALLY | 17 RedHat distributions) and BUGGY gcc release. gcc 2.96 is TOTALLY |
18 unsupported by <B>MPlayer</B>, because it simply SKIPS 3DNow codes, it just does | 18 unsupported by <B>MPlayer</B>, because it simply SKIPS MMX/3DNow codes, it just does |
19 not compile it. Important: this is NOT an <B>MPlayer</B>-specific problem, | 19 not compile it. Important: this is NOT an <B>MPlayer</B>-specific problem, |
20 numerous other projects (DRI, avifile, etc..) have problems with this shit | 20 numerous other projects (DRI, avifile, etc..) have problems with this shit |
21 too.<BR>** DO NOT USE gcc 2.96 !!! ** | 21 too.<BR> |
22 <B><I>DO NOT USE gcc 2.96 !!!</I></B><BR> | |
23 If you really really want to do so, be sure to use the newest. | |
22 </TD><TR><TD COLSPAN=3> </TD><TR> | 24 </TD><TR><TD COLSPAN=3> </TD><TR> |
23 | 25 |
24 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> | 26 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
25 Great, I have gcc 3.0.1 from RedHat/Mandrake, then I'm fine--! | 27 Great, I have gcc 3.0.1 from RedHat/Mandrake, then I'm fine--! |
26 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> | 28 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
27 No. There are issues with those, either. :( Use 2.95.x series, those are reliable, | 29 No. There are issues with those, either. :( Use 2.95.x series, those are reliable, |
28 and faster than 2.96 and 3.x.x . | 30 and faster than 2.96 and 3.x.x . If you really really wish to use 3.0.x , be |
31 sure to always use the newest. See the next question. | |
32 </TD><TR><TD COLSPAN=3> </TD><TR> | |
33 | |
34 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> | |
35 I tried to compile MPlayer, but I got this output:<BR> | |
36 <PRE> | |
37 In file included from /usr/include/g++-v3/bits/std_cwchar.h:42, | |
38 from /usr/include/g++-v3/bits/fpos.h:40, | |
39 from /usr/include/g++-v3/bits/char_traits.h:40, | |
40 from /usr/include/g++-v3/bits/std_string.h:41, | |
41 from /usr/include/g++-v3/string:31, | |
42 from libwin32.h:36, | |
43 from DS_AudioDecoder.h:4, | |
44 from DS_AudioDec.cpp:5: | |
45 /usr/include/wchar.h: In function Long long int wcstoq(const wchar_t*, | |
46 wchar_t**, int)': | |
47 /usr/include/wchar.h:514: cannot convert `const wchar_t* __restrict' to | |
48 `const | |
49 </PRE> | |
50 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> | |
51 Upgrade your gcc 3.0.1 (and/or glibc too) to the newest. | |
29 </TD><TR><TD COLSPAN=3> </TD><TR> | 52 </TD><TR><TD COLSPAN=3> </TD><TR> |
30 | 53 |
31 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> | 54 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |
32 SDL output doesn't work or compile. Problem is .... | 55 SDL output doesn't work or compile. Problem is .... |
33 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> | 56 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> |