[mythtv-users] Problem with CVS (mythplugins->mythcontrols)

Robert Tsai rtsai1111 at comcast.net
Sat Jun 25 15:15:22 UTC 2005


On Sat, Jun 25, 2005 at 09:54:21AM -0500, Paul Leppert wrote:
> Okay, I switched over to SVN and deleted my entire CVS tree and started over 
> with SVN. Unfortunately, I get the same problem with mythcontrols in the 
> mythplugins folder.
>  What I did was to create a myth-svn folder and then while I was in that 
> folder I executed:
>  svn co http://cvs.mythtv.org/svn/trunk/mythtv 
> svn co http://cvs.mythtv.org/svn/trunk/mythplugins 
> svn co http://cvs.mythtv.org/svn/trunk/myththemes
>  Which creates the three folders within myth-svn (mythtv, mythplugins, 
> myththemes). Going into each of those folders, I then do the usual 
> ./configure, qmake, and then make. Mythtv was no problem, but mythplugins 
> gives me the following error in mythcontrols:
>  g++ -c -pipe -Wall -W -g -D_REENTRANT -DPIC -fPIC -D_GNU_SOURCE 
> -DPREFIX=\"/usr\" -D_FILE_OFFSET_BITS=64 -DQT_THREAD_SUPPORT -DQT_PLUGIN 
> -DQT_SHARED -DQT_NO_DEBUG -I/usr/lib/qt-3.3/mkspecs/default -I. 
> -I/usr/include -I/usr/kde/3.3/include -I/usr/include -I/usr/lib/qt-3.3/include 
> -o keybindings.o keybindings.cpp
> keybindings.cpp:32:32: mythtv/mythcontext.h: No such file or directory
> keybindings.cpp:33:32: mythtv/mythdialogs.h: No such file or directory
> In file included from keybindings.cpp:37:
> keybindings.h:26:30: mythtv/mythdbcon.h: No such file or directory
> In file included from keybindings.h:30,
> from keybindings.cpp:37:
> actionset.h:38: error: expected init-declarator before '<' token
> 
> Any ideas?

You need to "sudo make install" mythtv before you can build the
plugins. The plugins expect to find their header files under
/usr/local/include/ (or in your case, it appears to be /usr/include/),
which will not be populated until you "make install" mythtv.

--Rob
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://mythtv.org/pipermail/mythtv-users/attachments/20050625/cb41c681/attachment.pgp


More information about the mythtv-users mailing list