[mythtv] mythtv commit: r15541 by stuartm

Andrei Tanas andrei at tanas.ca
Wed Jan 23 16:36:01 UTC 2008


> On Wednesday 23 January 2008 06:31:32 Nigel Pearson wrote:
> > I don't have time to test right now, but after [15545],
> > does having #include "libmyth/compat.h" in mythpainter.h
> > allow the plugins to now build?
> 
> No, because the links are pointing to the wrong places for this
> problem.
> 
> /usr/local/include/mythtv/libmythui/mythpainter.h:10:28: error:
> compat.h: No
> such file or directory
> 
> compat.h is in /usr/local/include/mythtv/
> 
> A link from libmythui/libmyth to /usr/local/include/mythtv/ would work.
> 
> Maybe it would be enough to do
> #include "../compat.h"
> but that would probably build compilation of libmythui.

I simply have
#include "compat.h"
And have no issues (libmyth is in include search path).



More information about the mythtv-dev mailing list