[mythtv] Build failures, xebian 1.0.2, qt 3.3.2, gcc 3.2.2

Matt Ryan matt.ryan at xotech-llc.com
Tue May 4 13:27:01 EDT 2004


  > I just compiled with qt 3.2.x and gcc 2.95.4 with debian
>  using yesterday's cvs..
> 
> I do remember that at line 609 of proglist.cpp it said
>                 if (category <= " " or category == NULL)
> 
> I replaced it with the following:
>                 if (category <= " " || category == NULL)
> 
> Please let me know if that is your problem as well, so i can make a
> patch for it.
> 

That fixed it for me too, thanks!


More information about the mythtv-dev mailing list