View previous topic :: View next topic |
Author |
Message |
Guest
|
Posted: Sun May 05, 2002 8:01 pm Post subject: xine-lib broken? |
|
|
xine-lib-0.9.9-r1 refuses to compile, citing various errors:
Code: |
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../src -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../../src/xine-utils -march=i686 -O3 -pipe -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -O3 -pipe -fomit-frame-pointer -malign-functions=4 -malign-loops=4 -malign-jumps=4 -malign-functions=4 -mwide-multiply -mpreferred-stack-boundary=2 -fexpensive-optimizations -fschedule-insns2 -fno-strict-aliasing -ffast-math -funroll-loops -funroll-all-loops -finline-functions -mcpu=pentiumpro -I/usr/kde/3/include/artsc -I/usr/X11R6/include -DXINE_COMPILE -I/usr/include/SDL -D_REENTRANT -c video_out_aa.c -DPIC -o video_out_aa.lo
video_out_aa.c:41: aalib.h: No such file or directory
video_out_aa.c:71: parse error before `aa_context'
video_out_aa.c:71: warning: no semicolon at end of struct or union
video_out_aa.c:73: warning: type defaults to `int' in declaration of `aa_driver_t'
video_out_aa.c:73: warning: data definition has no type or storage class
video_out_aa.c: In function `aa_display_frame':
video_out_aa.c:188: `this' undeclared (first use in this function)
video_out_aa.c:188: (Each undeclared identifier is reported only once
video_out_aa.c:188: for each function it appears in.)
video_out_aa.c:188: parse error before `)'
video_out_aa.c:191: warning: implicit declaration of function `aa_imgwidth'
video_out_aa.c:192: warning: implicit declaration of function `aa_imgheight'
video_out_aa.c:195: warning: implicit declaration of function `aa_image'
video_out_aa.c:195: warning: assignment makes pointer from integer without a cast
video_out_aa.c:226: warning: implicit declaration of function `aa_fastrender'
video_out_aa.c:230: warning: implicit declaration of function `aa_flush'
video_out_aa.c: In function `aa_get_property':
video_out_aa.c:235: `this' undeclared (first use in this function)
video_out_aa.c:235: parse error before `)'
video_out_aa.c: In function `aa_set_property':
video_out_aa.c:248: `this' undeclared (first use in this function)
video_out_aa.c:248: parse error before `)'
video_out_aa.c: In function `init_video_out_plugin':
video_out_aa.c:276: `this' undeclared (first use in this function)
video_out_aa.c:276: warning: statement with no effect
video_out_aa.c:278: parse error before `)'
video_out_aa.c:280: `aa_context' undeclared (first use in this function)
video_out_aa.c:280: parse error before `)'
video_out_aa.c:296: warning: control reaches end of non-void function
make[3]: *** [video_out_aa.lo] Error 1
make[3]: Leaving directory `/var/tmp/portage/xine-lib-0.9.9-r1/work/xine-lib-0.9.9/src/video_out'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/xine-lib-0.9.9-r1/work/xine-lib-0.9.9/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/xine-lib-0.9.9-r1/work/xine-lib-0.9.9'
make: *** [all-recursive-am] Error 2
!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 55, Exitcode 2
!!! (no error message)
!!! emerge aborting on /usr/portage/media-libs/xine-lib/xine-lib-0.9.9-r1.ebuild .
|
Anyone know a better or perhaps working way to watch DVDs? (Don't suggest WinDVD under VMware, either. ) |
|
Back to top |
|
|
gregobad n00b
Joined: 05 May 2002 Posts: 3 Location: Boston
|
Posted: Sun May 05, 2002 11:19 pm Post subject: xine lib |
|
|
I got the same problem when I tried to install xine... not sure what is wrong though. I installed ogle (another dvd player) instead, and it compiles fine. I haven't tested it out with an actual DVD yet, so I can't tell you whether it works or not, but it looks promising.
-Greg |
|
Back to top |
|
|
Guest
|
Posted: Mon May 06, 2002 1:38 am Post subject: |
|
|
Yep, ogle does the trick. Good stuff... 19" monitor, surround sound, and free software to boot. |
|
Back to top |
|
|
nempo Guru
Joined: 16 Apr 2002 Posts: 360 Location: Linkoping, Sweden
|
Posted: Mon May 06, 2002 4:54 am Post subject: |
|
|
if you care to read your own errer message you would see that aalib is missing, this dependency exist in xine-lib.0.9.8 but not in 0.9.9, dunno why this is though...Anyway, just emerge aalib and then emerge xine-lib again and it will work |
|
Back to top |
|
|
Explorer Guest
|
Posted: Wed May 08, 2002 1:53 am Post subject: |
|
|
Had the same problem, emerging 'xine-lib' at first.
Just re-emerge 'aalib' and then emerge 'xine-lib'. Xine-lib installed fine after this. |
|
Back to top |
|
|
|