[mythtv-users] Re: mythvideo compiling woes...

martin north martin at chipsandpeas.com
Thu Jan 29 11:19:13 EST 2004


> 
> The reason that I came to this conclusion is that HandleMedia which is 
> coming up undefined is in fact defined here: 
> 
> mythdialogs.h:    bool HandleMedia(QString &handler, const QString &mrl); 
> 
> Which is part of mythtv/libmyth which should be installed in 
> /usr/local/include/mythtv. One of two possibilities that I see off the top 
> of my head: 1) either mythtv hasn't actually been installed or is 
> installed somewhere other than /usr/local/ (the prefix you are using for 
> mythvideo) or 2) HandleMedia was added since your checkout (update) of 
> mythtv. Don't know which, but maybe this will help you find the problem. 
> 
 

lets see: 

# locate mythdialogs.h
/usr/local/include/mythtv/mythdialogs.h 

ok..so that is in the right place 

# grep HandleMedia  /usr/local/include/mythtv/mythdialogs.h
# 

ah..there we go. Must be a recent addition. That will teach me to build 
modules from CVS a week or two after the base package :( 

cheers for the help. 



More information about the mythtv-users mailing list