Lieber Besucher, herzlich willkommen bei: GentooForum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.
![]() |
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
i686-pc-linux-gnu-gcc -fPIC -c `cat i686/c_flags` video/output.c -o i686/video/output.lo video/output.c:210: warning: integer constant is too large for "long" type video/output.c:212: warning: integer constant is too large for "long" type video/output.c:214: warning: integer constant is too large for "long" type video/output.c:301: warning: integer constant is too large for "long" type video/output.c:303: warning: integer constant is too large for "long" type video/output.c: In function `mpeg3video_ditherframe': video/output.c:722: warning: use of cast expressions as lvalues is deprecated video/output.c:747: warning: use of cast expressions as lvalues is deprecated video/output.c:787: warning: use of cast expressions as lvalues is deprecated video/output.c:812: warning: use of cast expressions as lvalues is deprecated i686-pc-linux-gnu-gcc -fPIC -c `cat i686/c_flags` video/reconstruct.c -o i686/video/reconstruct.lo i686-pc-linux-gnu-gcc -fPIC -c `cat i686/c_flags` video/seek.c -o i686/video/seek.lo video/seek.c: In function `mpeg3video_seek': video/seek.c:266: warning: integer constant is too large for "long" type video/seek.c:268: warning: integer constant is too large for "long" type i686-pc-linux-gnu-gcc -fPIC -c `cat i686/c_flags` video/slice.c -o i686/video/slice.lo video/slice.c: In function `mpeg3_decode_slice': video/slice.c:211: error: can't find a register in class `BREG' while reloading `asm' make: *** [i686/video/slice.lo] Error 1 !!! ERROR: media-libs/libmpeg3-1.5.2-r3 failed. Call stack: ebuild.sh, line 1525: Called dyn_compile ebuild.sh, line 928: Called src_compile libmpeg3-1.5.2-r3.ebuild, line 56: Called die !!! make failed !!! If you need support, post the topmost build error, and the call stack if relevant. |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Uriel« (23.04.2006, 16:01)
Zitat
Original von maggu2810
Mein Fehler - aber gibt ja nur eines.
-mmx
![]() |
Quellcode |
1 |
media-libs/libmpeg -mmx |
Zitat
Original von maggu2810
![]()
Quellcode
1 media-libs/libmpeg -mmx
Woher ich das weiß?
1. War es bei mir auch der Fall
2. Vor einiger Zeit war bei einem Paket (ich weiß nicht ob es dieses war) ein Eintrag dazu auf http://bugs.gentoo.org
![]() |
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
gcc -c `cat i686/c_flags` video/output.c -o i686/video/output.o video/output.c:210: warning: integer constant is too large for 'long' type video/output.c:212: warning: integer constant is too large for 'long' type video/output.c:214: warning: integer constant is too large for 'long' type video/output.c:301: warning: integer constant is too large for 'long' type video/output.c:303: warning: integer constant is too large for 'long' type video/output.c: In function 'mpeg3video_ditherframe': video/output.c:722: error: invalid lvalue in increment video/output.c:747: error: invalid lvalue in increment video/output.c:787: error: invalid lvalue in increment video/output.c:812: error: invalid lvalue in increment make: *** [i686/video/output.o] Error 1 !!! ERROR: media-libs/libmpeg3-1.5.2 failed. Call stack: ebuild.sh, line 1539: Called dyn_compile ebuild.sh, line 939: Called src_compile libmpeg3-1.5.2.ebuild, line 59: Called die |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »der_mich« (28.06.2006, 21:13)