[mythtv-commits] Ticket #6112: Unable to compile trunk since mythtv-pip branch was merged into trunk. (videoout_xv.cpp)

MythTV mythtv at cvs.mythtv.org
Sun Jan 11 23:16:36 UTC 2009


#6112: Unable to compile trunk since mythtv-pip branch was merged into trunk.
(videoout_xv.cpp)
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |        Owner:  ijr    
     Type:  defect     |       Status:  new    
 Priority:  critical   |    Milestone:  unknown
Component:  mythtv     |      Version:  head   
 Severity:  medium     |   Resolution:         
  Mlocked:  0          |  
-----------------------+----------------------------------------------------

Comment(by anonymous):

 It seemed that my copy/paste didn't work out. Here it is again.

 make[2]: Entering directory `/tmp/mythtv-trunk/libs/libmythtv'
 g++ -c -pipe -march=barcelona -fomit-frame-pointer -O3 -Wall -Wno-switch
 -Wpointer-arith -Wredundant-decls -Wno-non-virtual-dtor -funit-at-a-time
 -D__STDC_CONSTANT_MACROS -I/usr/include/freetype2 -D_REENTRANT -DPIC -fPIC
 -DMMX -Di386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
 -DUSING_OSS -DUSING_X11 -DUSING_XV -DUSING_XVMC -DUSING_XVMCW
 -DUSING_XVMC_VLD -DUSING_MHEG -DUSING_FRONTEND -DUSING_FFMPEG_THREADS
 -DUSING_V4L -DUSING_IVTV -DUSING_HDPVR -DUSING_DVB -DUSING_BACKEND
 -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB
 -DQT_CORE_LIB -DQT_SHARED -I/usr/lib/qt/mkspecs/linux-g++ -I.
 -I/usr/lib/qt/include/QtCore -I/usr/lib/qt/include/QtCore
 -I/usr/lib/qt/include/QtNetwork -I/usr/lib/qt/include/QtNetwork
 -I/usr/lib/qt/include/QtGui -I/usr/lib/qt/include/QtGui
 -I/usr/lib/qt/include/QtXml -I/usr/lib/qt/include/QtXml
 -I/usr/lib/qt/include/QtSql -I/usr/lib/qt/include/QtSql
 -I/usr/lib/qt/include -I/opt/mythtv/include -I/usr/X11/include -I../..
 -I.. -I. -I../libmyth -I../libavcodec -I../libavutil -I../libmythmpeg2
 -Idvbdev -Impeg -Iiptv -I../libmythlivemedia/BasicUsageEnvironment/include
 -I../libmythlivemedia/groupsock/include
 -I../libmythlivemedia/liveMedia/include
 -I../libmythlivemedia/UsageEnvironment/include -I../libmythdb
 -I../libmythui -I/usr/include -I. -I. -o videoout_xv.o videoout_xv.cpp
 In file included from videoout_xv.cpp:60:



 openglcontext.h:284: error: expected ',' or '...' before '&' token
 openglcontext.h:284: error: ISO C++ forbids declaration of 'Rect' with no
 type
 videoout_xv.cpp: In destructor 'virtual VideoOutputXv::~VideoOutputXv()':
 videoout_xv.cpp:239: warning: possible problem detected in invocation of
 delete operator:
 videoout_xv.cpp:239: warning: invalid use of incomplete type 'struct
 OpenGLContextGLX'
 videooutbase.h:31: warning: forward declaration of 'struct
 OpenGLContextGLX'
 videoout_xv.cpp:239: note: neither the destructor nor the class-specific
 operator delete will be called, even if they are declared when the class
 is defined.
 videoout_xv.cpp: In member function 'virtual void
 VideoOutputXv::MoveResize()':
 videoout_xv.cpp:293: error: no matching function for call to
 'OpenGLContextLocker::OpenGLContextLocker(OpenGLContextGLX*&)'
 openglcontext.h:67: note: candidates are:
 OpenGLContextLocker::OpenGLContextLocker (OpenGLContext*)
 openglcontext.h:65: note:
 OpenGLContextLocker::OpenGLContextLocker(const OpenGLContextLocker&)
 videoout_xv.cpp: In member function 'bool VideoOutputXv::InitOSD(const
 QString&)':
 videoout_xv.cpp:1704: error: no matching function for call to
 'OpenGLContextLocker::OpenGLContextLocker(OpenGLContextGLX*&)'
 openglcontext.h:67: note: candidates are:
 OpenGLContextLocker::OpenGLContextLocker(OpenGLContext*)
 openglcontext.h:65: note:
 OpenGLContextLocker::OpenGLContextLocker(const OpenGLContextLocker&)
 videoout_xv.cpp:1713: error: no matching function for call to
 'OpenGLVideo::Init(OpenGLContextGLX*&, bool&, QSize, QRect, QRect, QRect,
 bool, QString, bool)'
 openglvideo.h:155: note: candidates are: bool
 OpenGLVideo::Init(OpenGLContext*, bool, QSize, QRect, QRect, QRect, bool,
 QString, bool, LetterBoxColour)
 videoout_xv.cpp: In member function 'bool
 VideoOutputXv::SetDeinterlacingEnabledOpenGL(bool)':
 videoout_xv.cpp:2156: error: no matching function for call to
 'OpenGLContextLocker::OpenGLContextLocker(OpenGLContextGLX*&)'
 openglcontext.h:67: note: candidates are:
 OpenGLContextLocker::OpenGLContextLocker(OpenGLContext*)
 openglcontext.h:65: note:
 OpenGLContextLocker::OpenGLContextLocker(const OpenGLContextLocker&)
 videoout_xv.cpp: In member function 'bool
 VideoOutputXv::SetupDeinterlaceOpenGL(bool, const QString&)':
 videoout_xv.cpp:2194: error: no matching function for call to
 'OpenGLContextLocker::OpenGLContextLocker(OpenGLContextGLX*&)'
 openglcontext.h:67: note: candidates are:
 OpenGLContextLocker::OpenGLContextLocker(OpenGLContext*)
 openglcontext.h:65: note:
 OpenGLContextLocker::OpenGLContextLocker(const OpenGLContextLocker&)
 videoout_xv.cpp: In member function 'void
 VideoOutputXv::DeleteBuffers(VOSType, bool)':
 videoout_xv.cpp:2793: error: invalid use of incomplete type 'struct
 OpenGLContextGLX'
 videooutbase.h:31: error: forward declaration of 'struct OpenGLContextGLX'
 videoout_xv.cpp:2813: error: invalid use of incomplete type 'struct
 OpenGLContextGLX'
 videooutbase.h:31: error: forward declaration of 'struct OpenGLContextGLX'
 videoout_xv.cpp:2814: error: invalid use of incomplete type 'struct
 OpenGLContextGLX'
 videooutbase.h:31: error: forward declaration of 'struct OpenGLContextGLX'
 videoout_xv.cpp: In member function 'void
 VideoOutputXv::PrepareFrameOpenGL(VideoFrame*, FrameScanType)':
 videoout_xv.cpp:3215: error: no matching function for call to
 'OpenGLContextLocker::OpenGLContextLocker(OpenGLContextGLX*&)'
 openglcontext.h:67: note: candidates are:
 OpenGLContextLocker::OpenGLContextLocker(OpenGLContext*)
 openglcontext.h:65: note:
 OpenGLContextLocker::OpenGLContextLocker(const OpenGLContextLocker&)
 videoout_xv.cpp:3243: error: invalid use of incomplete type 'struct
 OpenGLContextGLX'
 videooutbase.h:31: error: forward declaration of 'struct OpenGLContextGLX'
 videoout_xv.cpp: In member function 'virtual void
 VideoOutputXv::Show(FrameScanType)':
 videoout_xv.cpp:3651: error: invalid use of incomplete type 'struct
 OpenGLContextGLX'
 videooutbase.h:31: error: forward declaration of 'struct OpenGLContextGLX'
 videoout_xv.cpp: In member function 'virtual void
 VideoOutputXv::ShowPIP(VideoFrame*, NuppelVideoPlayer*, PIPLocation)':
 videoout_xv.cpp:3725: error: no matching function for call to
 'OpenGLVideo::Init(OpenGLContextGLX*&, bool&, QSize, QRect&, QRect&,
 QRect, bool, QString)'
 openglvideo.h:155: note: candidates are: bool
 OpenGLVideo::Init(OpenGLContext*, bool, QSize, QRect, QRect, QRect, bool,
 QString, bool, LetterBoxColour)
 videoout_xv.cpp:3746: error: no matching function for call to
 'OpenGLVideo::Init(OpenGLContextGLX*&, bool&, QSize, QRect&, QRect&,
 QRect, bool, QString)'
 openglvideo.h:155: note: candidates are: bool
 OpenGLVideo::Init(OpenGLContext*, bool, QSize, QRect, QRect, QRect, bool,
 QString, bool, LetterBoxColour)
 videoout_xv.cpp: In member function 'virtual void
 VideoOutputXv::RemovePIP(NuppelVideoPlayer*)':
 videoout_xv.cpp:3775: error: no matching function for call to
 'OpenGLContextLocker::OpenGLContextLocker(OpenGLContextGLX*&)'
 openglcontext.h:67: note: candidates are:
 OpenGLContextLocker::OpenGLContextLocker(OpenGLContext*)
 openglcontext.h:65: note:
 OpenGLContextLocker::OpenGLContextLocker(const OpenGLContextLocker&)
 videoout_xv.cpp: In member function 'void
 VideoOutputXv::ProcessFrameOpenGL(VideoFrame*, OSD*, FilterChain*, const
 PIPMap&)':
 videoout_xv.cpp:4359: error: no matching function for call to
 'OpenGLContextLocker::OpenGLContextLocker(OpenGLContextGLX*&)'
 openglcontext.h:67: note: candidates are:
 OpenGLContextLocker::OpenGLContextLocker(OpenGLContext*)
 openglcontext.h:65: note:
 OpenGLContextLocker::OpenGLContextLocker(const OpenGLContextLocker&)
 videoout_xv.cpp: In member function 'virtual int
 VideoOutputXv::SetPictureAttribute(PictureAttribute, int)':
 videoout_xv.cpp:4491: error: invalid use of incomplete type 'struct
 OpenGLContextGLX'
 videooutbase.h:31: error: forward declaration of 'struct OpenGLContextGLX'
 videoout_xv.cpp: In member function 'virtual void
 VideoOutputXv::InitPictureAttributes()':
 videoout_xv.cpp:4562: error: invalid use of incomplete type 'struct
 OpenGLContextGLX'
 videooutbase.h:31: error: forward declaration of 'struct OpenGLContextGLX'
 make[2]: *** [videoout_xv.o] Error 1

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6112#comment:1>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list