# HG changeset patch # User gabucino # Date 1002279361 0 # Node ID 7ef08e76e77a88559d07fe129adf4b2c78364dab # Parent 21fbfab3825ddfe74547ac3a48f3bb82ab1a4706 gcc warnings fixed/added (sigh, a new one always comes out:) diff -r 21fbfab3825d -r 7ef08e76e77a DOCS/Hungarian/faq.html --- a/DOCS/Hungarian/faq.html Fri Oct 05 09:56:27 2001 +0000 +++ b/DOCS/Hungarian/faq.html Fri Oct 05 10:56:01 2001 +0000 @@ -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.
+NE HASZNÁLD a gcc 2.96-ot !!!
+De ha valamilyen okból kifolyólag emésztő vágy gyötör ezirányban, mindig +csakis a legújabbat használd.   Q: Az jó, nekem 3.0.1-es gcc-m van a RedHat/Mandrake-től-- A: 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. +  + +Q: +Az MPlayer nem fordul, inkább ezt írja ki:
+
+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
+
+
A: +Frissítsd a gcc 3.x.x-edet, és/vagy a glibc-det is.   Q: diff -r 21fbfab3825d -r 7ef08e76e77a DOCS/faq.html --- a/DOCS/faq.html Fri Oct 05 09:56:27 2001 +0000 +++ b/DOCS/faq.html Fri Oct 05 10:56:01 2001 +0000 @@ -15,17 +15,40 @@ A: 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 MPlayer, because it simply SKIPS 3DNow codes, it just does +unsupported by MPlayer, because it simply SKIPS MMX/3DNow codes, it just does not compile it. Important: this is NOT an MPlayer-specific problem, numerous other projects (DRI, avifile, etc..) have problems with this shit -too.
** DO NOT USE gcc 2.96 !!! ** +too.
+DO NOT USE gcc 2.96 !!!
+If you really really want to do so, be sure to use the newest.   Q: Great, I have gcc 3.0.1 from RedHat/Mandrake, then I'm fine--! A: 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. +  + +Q: +I tried to compile MPlayer, but I got this output:
+
+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
+
+
A: +Upgrade your gcc 3.0.1 (and/or glibc too) to the newest.   Q: