Mailing List archive

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

[vdr] Re: [ANNOUNCE] calendar-0.1.1



Sascha Volkenandt schrieb:
> At Mittwoch, 17. September 2003 17:22 Juri Haberland wrote:
>> I still can't get it to compile. I get the follwing errors:
>> make[1]: Entering directory
>> `/usr/src/vdr-1.2.5pre3/PLUGINS/src/calendar-0.1.1'
>> g++ -g -O2 -Wall -Woverloaded-virtual -c -DPLUGIN_NAME_I18N='"calendar"'
>> -I../../../include -I../DVB/include calendar.c
> 
> The second -I could be the problem. Try putting -I../../../../DVB/include 
> into the Makefile instead.

Yep. Thanks for pointing me at it - I didn't see it.

The problem is in the Makefile: it includes the Make.config from VDR,
which also sets the variable DVBDIR, but it points to ../DVB, which is
correct for the location where Make.config is:

> -include $(VDRDIR)/Make.config

I commented it out and now it compiles.
So Jan might want to take that line out of the Makefile.

Do you all have no Make.config?

Cheers,
Juri



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



Home | Main Index | Thread Index