You are not logged in.
Pages: 1
Wanted to try one application that needs svn version of mplayer to run. Well, i'm not able to compile it ![]()
liba52/imdct_3dnow.h:289: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'
liba52/imdct_3dnow.h:257: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'
...
liba52/imdct_3dnow.h:117: error: 'asm' operand has impossible constraints
liba52/imdct_3dnow.h:283: error: 'asm' operand has impossible constraints
...
liba52/imdct.c: In function 'ifft16':
liba52/imdct.c:294: warning: array subscript is below array bounds
liba52/imdct.c: In function 'ifft64_c':
liba52/imdct.c:310: warning: array subscript is below array bounds
liba52/imdct.c: In function 'ifft128_c':
liba52/imdct.c:318: warning: array subscript is below array bounds
liba52/imdct.c:322: warning: array subscript is below array bounds
make: *** [liba52/imdct.o] Error 1Google found something: http://gcc.gnu.org/ml/gcc-bugs/2009-05/msg00633.html
So is there any chance i could compile it? Need to downgrade gcc?
Last edited by Dzaro (2009-05-09 09:30:58)
Offline
mplayer in the Arch repos is actually mplayer-svn. SVN revision 29188 is currently in the testing repo, and it was built on 28 April so it might be current enough for you.
Offline
Oh, didn't know that ![]()
Thank you
Edit: yes, it's working now
Last edited by Dzaro (2009-05-09 09:30:36)
Offline
Pages: 1