Robert, On Wednesday, 13 April 2005, Robert Johnston wrote: > Having just checked out MythTV and MythPlugins, I'm getting the > following error when trying to compile the plugins: > > [EMAIL PROTECTED]:~/myth-cvs/mythplugins # make > cd mythmusic && make -f Makefile > make[1]: Entering directory `/root/myth-cvs/mythplugins/mythmusic' > cd mythmusic && make -f Makefile > make[2]: Entering directory `/root/myth-cvs/mythplugins/mythmusic/mythmusic' > <snip /> > g++ -c -pipe -Wall -W -O2 -I/usr/include/SDL -D_REENTRANT -D_REENTRANT > -fPIC -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN -DQT_SHARED > -I/usr/share/qt3/mkspecs/default -I. -I/usr/include/cdda > -I/usr/include/mythtv -I/usr/include/qt3 -I/usr/X11R6/include -o > playbackbox.o playbackbox.cpp > In file included from playbackbox.cpp:15: > smartplaylist.h:289: error: syntax error before `*' token > smartplaylist.h:294: error: syntax error before `*' token > make[2]: *** [playbackbox.o] Error 1 > make[2]: Leaving directory `/root/myth-cvs/mythplugins/mythmusic/mythmusic' > make[1]: *** [sub-mythmusic] Error 2 > make[1]: Leaving directory `/root/myth-cvs/mythplugins/mythmusic' > make: *** [sub-mythmusic] Error 2 > > I have compiled MythTV (Which is now running perfectly), and tracing > this error I'm finding it's pointing at "MythRadioButton", which is > defined in /usr/include/mythtv/mythwidgets.h > > Can anyone help?
I experienced the same this morning. This is probably caused because older version of the header files (within /usr/include/mythtv) are used. Just install mythtv first and then install the mythplugins. -- Niels
signature.asc
Description: Digital signature
_______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
