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

Mark Spieth mark at digivation.com.au
Sun May 4 12:13:05 UTC 2008



  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/9a67825b/attachment.htm 


More information about the mythtv-dev mailing list