[mythtv] SVN trunk bulds failing if you don't have QT3 installed atall..

buzz davidbuzz at gmail.com
Sun May 4 13:40:02 UTC 2008


I have opened ticket #5310 for this.

Buzz.

On Sun, May 4, 2008 at 10:13 PM, Mark Spieth <mark at digivation.com.au> wrote:

>
> I was getting a failure to build at SVN 7246  untill I did this (see
> trivial patch below)  - is anyone else seeing this problem ( you must not
> have any QT3 installed to see this problem )?    I'm on win32 as well, but I
> don't think that's related in this case, is it?
>
> Buzz.
> Index: filtermanager.h
> ===================================================================
> --- filtermanager.h (revision 17246)
> +++ filtermanager.h (working copy)
> @@ -13,6 +13,7 @@
>
>  // Qt headers
>  #include <QString>
> +#include <Q3PtrList>
>
>  typedef map<QString,void*>       library_map_t;
>  typedef map<QString,FilterInfo*> filter_map_t;
>
>  yes I did this too. I had directfb configured.
>
> mark
> _______________________________________________
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-dev/attachments/20080504/81783017/attachment.htm 


More information about the mythtv-dev mailing list