CVS version compile trouble

Stepan Roh stepan at srnet.cz
Mon Jul 16 01:11:21 CEST 2001



On Sun, 15 Jul 2001, Bruce Garlock wrote:

> Gildas Bazin wrote:
>
> >On Sunday 15 July 2001 7:22 pm, Bruce Garlock wrote:
> >
> >>I get the following when trying to compile vlc CVS version:
> >>
> >>make[1]: Entering directory `/home/bruceg/vlc/plugins/dvd'
> >>kgcc -I../../include -I../../extras  -DSYS_LINUX -D_FILE_OFFSET_BITS=64
> >>-D__USE_UNIX98   -Iinclude -Iextras -I/usr/local/include -Wall -Winline
> >>-D_REENTRANT -D_GNU_SOURCE -O3 -ffast-math -funroll-loops
> >>-fomit-frame-pointer -march=pentiumpro -mcpu=pentiumpro  -DBUILTIN -c -o
> >>BUILTIN_input_dvd.o input_dvd.c
> >>input_dvd.c: In function `DVDSetArea':
> >>input_dvd.c:443: too few arguments to function `dvdcss_crack'
> >>make[1]: *** [BUILTIN_input_dvd.o] Error 1
> >>make[1]: Leaving directory `/home/bruceg/vlc/plugins/dvd'
> >>make: *** [plugins/dvd.a] Error 2
> >>
> >
> >You must have an old version of libdvdcss installed somewhere. Get rid of it
> >and everything should be fine.
> >
> >--
> >Gildas
> >
> >
> >
>
> I removed every instance of libdvdcss, and vlc from my system, and I
> still get that error during make.  Any other ideas?

1. you forgot to remove $PREFIX/include/videolan/dvdcss.h (it is used in
./configure for checking whether to use external lib or compile new one)

2. you did not remove config.cache and re-run ./configure to force use of
supplied libdvdcss

Have a nice day.

Stepan Roh





More information about the vlc mailing list