summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-05 10:56:01 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-05 10:56:01 +0000
commitfab6ae366cce0f362c56dab08d356c781118e5c3 (patch)
treea0782c4918cea7de1c31839ff5f993ad04978ea9
parent8d8d32b42aae41af6d6f7d1270d33cfa228d257a (diff)
downloadmpv-fab6ae366cce0f362c56dab08d356c781118e5c3.tar.bz2
mpv-fab6ae366cce0f362c56dab08d356c781118e5c3.tar.xz
gcc warnings fixed/added (sigh, a new one always comes out:)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2093 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--DOCS/Hungarian/faq.html28
-rw-r--r--DOCS/faq.html29
2 files changed, 52 insertions, 5 deletions
diff --git a/DOCS/Hungarian/faq.html b/DOCS/Hungarian/faq.html
index a6740bf6fc..49cdeda0db 100644
--- a/DOCS/Hungarian/faq.html
+++ b/DOCS/Hungarian/faq.html
@@ -18,14 +18,38 @@
használhatatlan az MPlayer-rel, mert egyszerűen ÁTUGORJA a 3DNow
utasításokat, nem fordítja le őket. Fontos: ez NEM MPlayer-specifikus
probléma, számos más project (DRI, avifile, stb..) szenved ebből fakadó
- problémáktól.
- ** NE HASZNÁLD a gcc 2.96-ot !!! **
+ problémáktól.<BR>
+<B><I>NE HASZNÁLD a gcc 2.96-ot !!!</I></B><BR>
+De ha valamilyen okból kifolyólag emésztő vágy gyötör ezirányban, mindig
+csakis a legújabbat használd.
</TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
<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">
Az jó, nekem 3.0.1-es gcc-m van a RedHat/Mandrake-től--
</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">
Azzal is vannak problémák, úgyhogy inkább használd a működőképesebb, gyorsabb 2.95.x sorozatot.
+Ha 3.x.x nélkül nem tudsz élni, úgy bizonyosodj meg róla hogy az elérhető
+legfrissebb verzió van fent. Lásd a következő kérdést.
+</TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
+
+<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">
+Az MPlayer nem fordul, inkább ezt írja ki:<BR>
+<PRE>
+In file included from /usr/include/g++-v3/bits/std_cwchar.h:42,
+ from /usr/include/g++-v3/bits/fpos.h:40,
+ from /usr/include/g++-v3/bits/char_traits.h:40,
+ from /usr/include/g++-v3/bits/std_string.h:41,
+ from /usr/include/g++-v3/string:31,
+ from libwin32.h:36,
+ from DS_AudioDecoder.h:4,
+ from DS_AudioDec.cpp:5:
+/usr/include/wchar.h: In function Long long int wcstoq(const wchar_t*,
+ wchar_t**, int)':
+/usr/include/wchar.h:514: cannot convert `const wchar_t* __restrict' to
+`const
+</PRE>
+</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">
+Frissítsd a gcc 3.x.x-edet, és/vagy a glibc-det is.
</TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
<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">
diff --git a/DOCS/faq.html b/DOCS/faq.html
index 6cc186a9e4..386ff45d7c 100644
--- a/DOCS/faq.html
+++ b/DOCS/faq.html
@@ -15,17 +15,40 @@ What's the problem with gcc 2.96 ?
</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">
gcc 2.96 is RedHat's UNOFFICIAL (it can be found only on RedHat sites, or
RedHat distributions) and BUGGY gcc release. gcc 2.96 is TOTALLY
-unsupported by <B>MPlayer</B>, because it simply SKIPS 3DNow codes, it just does
+unsupported by <B>MPlayer</B>, because it simply SKIPS MMX/3DNow codes, it just does
not compile it. Important: this is NOT an <B>MPlayer</B>-specific problem,
numerous other projects (DRI, avifile, etc..) have problems with this shit
-too.<BR>** DO NOT USE gcc 2.96 !!! **
+too.<BR>
+<B><I>DO NOT USE gcc 2.96 !!!</I></B><BR>
+If you really really want to do so, be sure to use the newest.
</TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
<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">
Great, I have gcc 3.0.1 from RedHat/Mandrake, then I'm fine--!
</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">
No. There are issues with those, either. :( Use 2.95.x series, those are reliable,
-and faster than 2.96 and 3.x.x .
+and faster than 2.96 and 3.x.x . If you really really wish to use 3.0.x , be
+sure to always use the newest. See the next question.
+</TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
+
+<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">
+I tried to compile MPlayer, but I got this output:<BR>
+<PRE>
+In file included from /usr/include/g++-v3/bits/std_cwchar.h:42,
+ from /usr/include/g++-v3/bits/fpos.h:40,
+ from /usr/include/g++-v3/bits/char_traits.h:40,
+ from /usr/include/g++-v3/bits/std_string.h:41,
+ from /usr/include/g++-v3/string:31,
+ from libwin32.h:36,
+ from DS_AudioDecoder.h:4,
+ from DS_AudioDec.cpp:5:
+/usr/include/wchar.h: In function Long long int wcstoq(const wchar_t*,
+ wchar_t**, int)':
+/usr/include/wchar.h:514: cannot convert `const wchar_t* __restrict' to
+`const
+</PRE>
+</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">
+Upgrade your gcc 3.0.1 (and/or glibc too) to the newest.
</TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
<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">