[mythtv-users] Mythmusic CVS won't compile

Michael J. Lynch mlynch at gcom.com
Fri Apr 8 18:30:56 UTC 2005


Ciaran wrote:
> 
> OK Fixed it now I think, unfortunately I'm not bright enough to make
> patch files, so I'll describe the changes ;)
> 1) in mythmusic\settings.pro:
> Added the line: INCLUDEPATH += /usr/include/mythtv   after the  isEmpty stuff
> 
> 2) in mythmusic\mythmusic\mainvisual.h:
> changed line 65 to: class MainVisual : public QWidget, public MythTV::Visual
> 
> (Added MythTV namespace to class extension definition) 
> 
> I doubt these are 'fixes'..but now my mythmusic cvs (as of 30 minutes
> ago) compiles and builds... and I'm about to run it
> 
> Ta
> 

I ran into this same problem yesterday.  I fixed it by making a
symlink to the visual.h file that it was complaining about.

The second problem I fixed by changing the same line you changed
but I changed it to:

	class MainVisual : public QWidget, public VisualBase

Anyone know which one it should be?

BTW - This only happened on a machine on which myth had never
been compiled before.  On a machine on which myth had been compiled
before, neither problem occurred.


-- 
Michael J. Lynch

What if the hokey pokey IS what it's all about -- author unknown



More information about the mythtv-users mailing list