Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
xine libs probs
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
mahir
l33t
l33t


Joined: 05 Dec 2003
Posts: 725
Location: London

PostPosted: Mon Feb 09, 2004 3:42 am    Post subject: xine libs probs Reply with quote

emr, so ok i never had a problem with it before
but this is what i get - i didnt know where to start the dump from so i just eeni-meeni-miney-mo'ed

::error dump :


zoom_filter_mmx.c:16: warning: no previous prototype for `zoom_filter_mmx_supported'
source='zoom_filter_xmmx.c' object='zoom_filter_xmmx.lo' libtool=yes \
depfile='.deps/zoom_filter_xmmx.Plo' tmpdepfile='.deps/zoom_filter_xmmx.TPlo' \
depmode=gcc3 /bin/sh ../../../depcomp \
/bin/sh ../../../libtool-nofpic --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I../../../include -I../../../include -I../../../src -I../../../src/xine-engine -I../../../src/xine-engine -I../../../src/xine-utils -I../../../src/input -I../../../src/input `echo -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -Wpointer-arith -Wnested-externs -Wcast-align -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -O3 -march=pentium4 -funroll-loops -fprefetch-loop-arrays -pipe | sed -e 's/-fomit-frame-pointer//g'` -c -o zoom_filter_xmmx.lo `test -f 'zoom_filter_xmmx.c' || echo './'`zoom_filter_xmmx.c
zoom_filter_xmmx.c:23: warning: no previous prototype for `zoom_filter_xmmx_supported'
zoom_filter_xmmx.c:31: warning: no previous prototype for `zoom_filter_xmmx'
zoom_filter_xmmx.c: In function `zoom_filter_xmmx':
zoom_filter_xmmx.c:40: warning: unused variable `interpix'
{standard input}: Assembler messages:
{standard input}:73: Error: suffix or operands invalid for `add'
make[4]: *** [zoom_filter_xmmx.lo] Error 1
make[4]: Leaving directory `/var/tmp/portage/xine-lib-1_rc2/work/xine-lib-1-rc2/src/post/goom'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/xine-lib-1_rc2/work/xine-lib-1-rc2/src/post'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/xine-lib-1_rc2/work/xine-lib-1-rc2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/xine-lib-1_rc2/work/xine-lib-1-rc2'
make: *** [all] Error 2

!!! ERROR: media-libs/xine-lib-1_rc2 failed.
!!! Function src_compile, Line 97, Exitcode 2
!!! Parallel make failed

what could be the problem?
_________________
"wa ma tawfiqi illah billah"
Mahir Sayar
Back to top
View user's profile Send private message
POLAX
n00b
n00b


Joined: 11 Dec 2003
Posts: 40
Location: Edmonton, AB - Canada

PostPosted: Mon Feb 09, 2004 3:57 am    Post subject: Re: xine libs probs Reply with quote

The error you're getting is an assembly language one, these are usually caused by CFLAGS that are incompatible with the assembly code sometimes used in packages. Try minimizing this

Quote:
-O3 -march=pentium4 -funroll-loops -fprefetch-loop-arrays -pipe


to something like this

Code:
-O2 -pipe


if you want more out of your CFLAGS then you can "emerge -C" this package, add some more to your CFLAGS, and emerge it again to see if it works.

HTH :)
Back to top
View user's profile Send private message
mahir
l33t
l33t


Joined: 05 Dec 2003
Posts: 725
Location: London

PostPosted: Mon Feb 09, 2004 4:05 am    Post subject: erm cool Reply with quote

but dude/dudet
what the HELL ARE CFLAGS
and
i used GRP
i aint supposed to touch them am i?
_________________
"wa ma tawfiqi illah billah"
Mahir Sayar
Back to top
View user's profile Send private message
mahir
l33t
l33t


Joined: 05 Dec 2003
Posts: 725
Location: London

PostPosted: Mon Feb 09, 2004 9:34 am    Post subject: people Reply with quote

..

what do i do with CFLAGS?
or is there just a bug in the current code?
_________________
"wa ma tawfiqi illah billah"
Mahir Sayar
Back to top
View user's profile Send private message
jammib
n00b
n00b


Joined: 06 May 2003
Posts: 35
Location: UK

PostPosted: Thu Feb 12, 2004 5:12 pm    Post subject: Reply with quote

mahir,

you will find your CFLAGS in /etc/make.conf

I had a similar problem, and by changing my CFLAGS from:

Quote:

CFLAGS="-pipe -O2 -fomit-frame-pointer -mcpu=pentium4 -march=pentium4 -mfpmath=sse"


to

Quote:

CFLAGS="-pipe -O2 -fomit-frame-pointer -mcpu=pentium3 -march=pentium3 -mfpmath=sse"


it all seemed to compile fine.

Jammib
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum