[mythtv-users] mythplugins won't compile

mstrimel at comcast.net mstrimel at comcast.net
Thu Sep 29 14:52:51 UTC 2005


hello,
I have compiled/installed mythtv base 0.18.1 on my Ubuntu 5.04 system and it 
runs fine.  A few weeks later I am trying to compile mythplugins; qmake works 
fine but make fails [error shown below.]  I have rechecked that my environment 
variables $PATH and $QTDIR are set as described in the howto.  I have also run 
the errors through google and this mailing list, but found nothing.  What am I 
doing wrong? something basic I'm sure.

Thanks for any suggestions!

main.cpp:15:26: kapplication.h: No such file or directory
main.cpp:16:26: kcmdlineargs.h: No such file or directory
main.cpp:17:21: klocale.h: No such file or directory
In file included from tabview.h:4,
                 from main.cpp:18:
webpage.h:6:26: kapplication.h: No such file or directory
webpage.h:7:25: kmainwindow.h: No such file or directory
webpage.h:8:18: kurl.h: No such file or directory
webpage.h:9:37: kparts/browserextension.h: No such file or directory
In file included from tabview.h:4,
                 from main.cpp:18:
webpage.h:15: error: parse error before `{' token
webpage.h:23: error: parse error before `const'
webpage.h:24: error: destructors must be member functions
webpage.h:28: error: parse error before `public'
webpage.h:30: error: parse error before `&' token
webpage.h:32: error: parse error before `&' token
webpage.h:35: error: `KIO' was not declared in this scope
webpage.h:35: error: parse error before `::' token
webpage.h:39: error: syntax error before `:' token
webpage.h:41: error: parse error before `&' token
In file included from main.cpp:18:
tabview.h:6:26: kapplication.h: No such file or directory
tabview.h:7:25: kmainwindow.h: No such file or directory
In file included from main.cpp:18:
tabview.h:45: error: parse error before `&' token
tabview.h:47: error: parse error before `&' token
main.cpp:27: error: syntax error before `[' token
main.cpp: In function `int main(int, char**)':
main.cpp:65: error: `KCmdLineArgs' undeclared (first use this function)
main.cpp:65: error: (Each undeclared identifier is reported only once for each
   function it appears in.)
main.cpp:65: error: parse error before `::' token
main.cpp:67: error: `args' undeclared (first use this function)
main.cpp:67: error: parse error before `::' token
main.cpp:78: error: `KApplication' undeclared (first use this function)
main.cpp:78: error: parse error before `(' token
main.cpp:80: error: `a' undeclared (first use this function)
main.cpp:62: warning: unused variable `char usage[53]'
main.cpp:58: warning: unused parameter `int argc'
main.cpp:58: warning: unused parameter `char**argv'
/usr/include/c++/3.3/bits/locale_facets.h: At top level:
main.cpp:25: warning: `const char*version' defined but not used
make[2]: *** [main.o] Error 1
make[2]: Leaving directory 
`/home/vicki/sourcecode/mythplugins-0.18.1/mythbrowser/mythbrowser'
make[1]: *** [sub-mythbrowser] Error 2
make[1]: Leaving directory 
`/home/vicki/sourcecode/mythplugins-0.18.1/mythbrowser'
make: *** [sub-mythbrowser] Error 2


More information about the mythtv-users mailing list