Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: Error compiling DVD-plugin



Hi,

On Monday 07 October 2002 04:42, Rene Bartsch wrote:
> Hi,
>
> when I tried to compile DVD-plugin 0.0.9 (RedHat 8.0/GCC 3.2,
> VDR-1.1.12, libdvdcss-1.2.2, libdvdread-9.3, liba52-7.3 und
> libdvdnav-as-0.0.4, MP3-plugin works fine) I got the following
> error-messages:

I would really like to answer that question with an RTFM, unfortunatly i 
didn't put it in the README ;-)

[...]

> g++ -O2 -Wall -Woverloaded-virtual -m486 -c -D_GNU_SOURCE
> -DPLUGIN_NAME_I18N='"dvd"' -I../../../include
> -I../../../../DVB/ost/include -I/usr/include/dvdnav dvd.c
> `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead.
> In file included from player-dvd.h:16,
>                  from dvd.c:16:
> /usr/local/include/dvdnav/vm.h:30:23: dvd_types.h: Datei oder
> Verzeichnis nicht gefunden
> make[1]: *** [dvd.o] Fehler 1

Apparently you installed libdvdnav to /usr/local. automake unfortunatly 
defaults to that and not to the LSB compliant /usr. You can either reinstall 
the libs with a './configure --prefix=/usr; make clean; make install' or you 
change NAVDIR in the dvd-plugin Makefile to point to your installation path.

Andreas


--
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index