On Sat, 11 Sep 2010, Antti Ajanki wrote:
On 09/11/2010 01:44 PM, Jouni Karvo wrote:
May I suggest adding a VDRINCLUDEDIR variable, and -I option, and removing the "vdr/" from the #include statements in the future versions.
Thanks for the suggestion. I will add variable for the include dir as you proposed.
I'd rather suggest to use the VDR standard to compose the Makefile:
VDRDIR = ../../.. ... -include $(VDRDIR)/Make.global -include $(VDRDIR)/Make.config ... INCLUDES += -I$(VDRDIR)/include
BR, -- rofa
On 11.09.2010 18:45, Rolf Ahrenberg wrote:
On Sat, 11 Sep 2010, Antti Ajanki wrote:
On 09/11/2010 01:44 PM, Jouni Karvo wrote:
May I suggest adding a VDRINCLUDEDIR variable, and -I option, and removing the "vdr/" from the #include statements in the future versions.
Thanks for the suggestion. I will add variable for the include dir as you proposed.
I'd rather suggest to use the VDR standard to compose the Makefile:
VDRDIR = ../../.. ... -include $(VDRDIR)/Make.global -include $(VDRDIR)/Make.config ... INCLUDES += -I$(VDRDIR)/include
I followed Rofa's suggestion, and this way it compiles nicely for 1.7.15 (and seems to work, too).
Thanks!
yours, Jouni