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?
 
Thanks,
phlepper

--
I hear and I forget. I see and I remember. I do and I understand.  --  Confucius
_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to