[mythtv] mythtv commit: r15541 by stuartm

Stuart Morgan stuart at tase.co.uk
Wed Jan 23 16:33:14 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.
-- 
Stuart Morgan


More information about the mythtv-dev mailing list