[mythtv] [mythtv-commits] Ticket #2159: Many MythVideo changes

Michael T. Dean mtdean at thirdcontact.com
Sat Aug 19 18:17:21 UTC 2006


On 08/18/06 23:00, MythTV wrote:

>#2159: Many MythVideo changes
>
> Fixes fully (to my knowledge) all referenced tickets.
>

Anduin, after this commit, I'm getting an error compiling MythVideo.

g++ -c -pipe -march=pentiumpro -mmmx -Wall -W -O3 -I/opt/include -Wall 
-Wno-switch -fomit-frame-pointer -D_REENTRANT -DPIC -fPIC  -D_GNU_SOURCE 
-DPREFIX=\"/usr/local\" -DMMX -Di386 -DUSING_FREEBOX 
-D_FILE_OFFSET_BITS=64 -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN 
-DQT_SHARED -I/opt/qt/mkspecs/default -I. -I../../../../../../../include 
-I/usr/kde/3.3/include -I../../../../../../../include 
-I../../../../../../../../X11R6/include -I/opt/include -I/opt/qt/include 
-o videoscan.o videoscan.cpp
videoscan.h:25: error: `typedef class QMap<QString, VideoFileLocation>
   VideoScanner::VideoLoadedMap' is private
videoscan.cpp:193: error: within this context
make[2]: *** [videoscan.o] Error 1
make[2]: Leaving directory 
`/usr/local/src/mdean/Myth/src/mythplugins/mythvideo/mythvideo'
make[1]: *** [sub-mythvideo] Error 2
make[1]: Leaving directory 
`/usr/local/src/mdean/Myth/src/mythplugins/mythvideo'
make: *** [sub-mythvideo] Error 2

Did you intend for the VideoLoadedMap typedef to be public, instead?

Mike



More information about the mythtv-dev mailing list