Mailing List archive

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

[vdr] Re: [ANNOUNCE] calendar-0.1.0



On Thursday 11 September 2003 09:35, you wrote:

> > #include <vdr/../../menu.c>

> Thank you, but: your change to the include doesn't work for me. Any
> idea how to detect the necessary one?
> I can't imagine why it is different for you...

I've come in on the middle of this thread, but with my limited C knowledge, 
#include <vdr/../../menu.c> is invalid syntax. < > will look for an include 
in the path, whilst to include a UNIX path, you need to use

#include "vdr/../../menu.c"

Hope that helps..

Cheers,
Gavin.


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



Home | Main Index | Thread Index