Mailing List archive

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

[vdr] Re: Error compiling vdr 0.97 with DVD Support



Am Freitag, 2. November 2001 22:53 schrieben Sie:
> /data/dvb/DVB   # dvb cvstree 02.11.01 with patch dvb.c.2001-09-21.diff
> /data/dvb/VDR   # vdr 0.97
> /data/dvb/DVD   # symlink to /data/dvb/libdvdread-0.9.2
>
> when i try to compile vdr with:
>
> make REMOTE=LIRC DVD=1
>
> i've got (some lines cut):
> [ blah blah ... ]

I had the same problem, you have to move around dirs a bit.
I solved the problem by changing the lines

INCLUDES += -I$(DVDDIR)/libdvdread
LIBDIRS  += -L$(DVDDIR)/libdvdread/dvdread/.libs

to

INCLUDES += -I$(DVDDIR)/libdvdread
LIBDIRS  += -L$(DVDDIR)/libdvdread/dvdread/.libs

---
or you create a dir /data/dvb/DVD , and move libdvdread to 
/data/dvb/DVD/libdvdread-0.9.2 . Then you symlink /data/dvb/DVD/libdvdread to 
/data/dvb/DVD/libdvdread-0.9.2 .

Don't know who configured this initially ;))))))))))

Hey will someone compile a FAQ from the List? ;) It would be growing ...

Greets,
Sascha Volkenandt



Home | Main Index | Thread Index