Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Feb 2003 17:01:59 +0100
From:      Are-Harald Brenne <are-harald.brenne@econ.uib.no>
To:        freebsd-questions@freebsd.org
Subject:   Xine doesn't compile
Message-ID:  <20030202170159.702e2120.are-harald.brenne@econ.uib.no>

next in thread | raw e-mail | index | archive | help

I have the last couple of weeks had problems compiling Xine from ports. Until just recently it worked if I installed ports/multimedia/ffmpeg045 before trying to install Xine, but now that doesn't work either. 

I've been running -stable most of the time, and my make.conf contains only CPUTYPE=k7 plus the cvsup-stuff and KERNCONF-declaration.

The compilation stobs in ports/graphics/libxine in xine_decoder.c. Below are some of the output from the make command. 

Is the port broken or is the fault on my side? Is there perhaps a trick that can make it work?

Cheers,
Are

gmake[4]: Entering directory `/usr/ports/graphics/libxine/work/xine-lib-1-beta4/src/libffmpeg'
source='xine_decoder.c' object='xine_decoder.lo' libtool=yes \
depfile='.deps/xine_decoder.Plo' tmpdepfile='.deps/xine_decoder.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool-nofpic --mode=compile cc -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     -O -pi
pe -march=k6 -D_THREAD_SAFE  -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -pipe -fomit-frame-pointer -malign-functions=4 -malign-loops=4 -malign-jumps=4 -mwide-multiply -mpreferred-stack-boundary=2 -f
expensive-optimizations -fschedule-insns2 -fno-strict-aliasing -ffast-math  -finline-functions  -I/usr/local/include   -c -o xine_decoder.lo `test -f 'xine_decoder.c' || echo './'`xine_decoder.c
cc -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 -O -pipe -march=k6 -D_THREAD_SAFE -Wall -D_REENTRANT -
D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -pipe -fomit-frame-pointer -malign-functions=4 -malign-loops=4 -malign-jumps=4 -mwide-multiply -mpreferred-stack-boundary=2 -fexpensive-optimizations -fschedule-insns2 -fno-st
rict-aliasing -ffast-math -finline-functions -I/usr/local/include -c xine_decoder.c -Wp,-MD,.deps/xine_decoder.TPlo  -DPIC -o xine_decoder.lo

(snip)

xine_decoder.c:667: `rv10_decoder' undeclared (first use in this function)
xine_decoder.c:668: `svq1_decoder' undeclared (first use in this function)
xine_decoder.c:669: `dvvideo_decoder' undeclared (first use in this function)
xine_decoder.c:671: `mjpeg_decoder' undeclared (first use in this function)
xine_decoder.c:672: `mjpegb_decoder' undeclared (first use in this function)
xine_decoder.c:673: `mp2_decoder' undeclared (first use in this function)
xine_decoder.c:674: `mp3_decoder' undeclared (first use in this function)
xine_decoder.c:675: `wmav1_decoder' undeclared (first use in this function)
xine_decoder.c:676: `wmav2_decoder' undeclared (first use in this function)
xine_decoder.c:677: `mace3_decoder' undeclared (first use in this function)
xine_decoder.c:678: `mace6_decoder' undeclared (first use in this function)
xine_decoder.c:679: `huffyuv_decoder' undeclared (first use in this 

(snip)

uninitialized in this function
xine_decoder.c:788: warning: `decode_buffer_size' might be used uninitialized in this function
xine_decoder.c: In function `ff_audio_reset':
xine_decoder.c:950: structure has no member named `context'
xine_decoder.c:951: structure has no member named `context'
xine_decoder.c:951: structure has no member named `codec'
xine_decoder.c: In function `ff_audio_dispose':
xine_decoder.c:961: structure has no member named `context'
xine_decoder.c:970: structure has no member named `context'
xine_decoder.c:970: structure has no member named `context'
xine_decoder.c:971: structure has no member named `context'
xine_decoder.c:973: structure has no member named `context'
xine_decoder.c:974: structure has no member named `context'
gmake[4]: *** [xine_decoder.lo] Error 1
gmake[4]: Leaving directory `/usr/ports/graphics/libxine/work/xine-lib-1-beta4/src/libffmpeg'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/usr/ports/graphics/libxine/work/xine-lib-1-beta4/src/libffmpeg'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/ports/graphics/libxine/work/xine-lib-1-beta4/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/graphics/libxine/work/xine-lib-1-beta4'
gmake: *** [all] Error 2
*** Error code 2

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030202170159.702e2120.are-harald.brenne>