[mythtv] [mythtv-commits] mythtv commit: r12743 by danielk

Daniel Walton dwalton at cisco.com
Wed Feb 7 20:55:16 UTC 2007


On Wed, 7 Feb 2007 mythtv at cvs.mythtv.org wrote:

>       Author: danielk
>         Date: 2007-02-07 17:34:27 +0000 (Wed, 07 Feb 2007)
> New Revision: 12743
>    Changeset: http://cvs.mythtv.org/trac/changeset/12743
>
> Modified:
>
>    branches/mythtv-vid/libs/libmythtv/NuppelVideoPlayer.cpp
>    branches/mythtv-vid/libs/libmythtv/openglcontext.cpp
>    branches/mythtv-vid/libs/libmythtv/openglcontext.h
>    branches/mythtv-vid/libs/libmythtv/util-opengl.cpp
>    branches/mythtv-vid/libs/libmythtv/videoout_xv.cpp
>
> Log:
>
> Refs #2287. Fixes two compiling problems, one for disabling ivtv support, the other for gcc 3.x compilation.

I see a new compile failure now:

make[2]: Entering directory `/root/mythtv-vid/libs/libmythtv'
ccache g++ -c -pipe -march=pentiumpro -mmmx -I/usr/include/kde/artsc -pthread
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -W -O3
-fomit-frame-pointer -Wall -Wno-switch -Wno-non-virtual-dtor
-fomit-frame-pointer -I/usr/include/freetype2 -D_REENTRANT -DPIC -fPIC  -DMMX
-Di386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\"
-DLIBDIR=\"/usr/local/lib\" -D_LARGEFILE_SOURCE -DUSING_OSS -DUSING_H264TOOLS
-DUSING_XV -DUSING_XVMC -DUSING_XVMCW -DUSING_XVMC_VLD -DUSING_OPENGL
-DUSING_OPENGL_VIDEO -DUSING_FRONTEND -DUSING_V4L -DUSING_LINUX_FIREWIRE
-DUSING_FIREWIRE -DUSING_DBOX2 -DUSING_IPTV -DUSING_HDHOMERUN -DUSING_IVTV
-DUSING_DVB -DUSING_BACKEND -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED
-I/usr/share/qt3/mkspecs/default -I. -I/usr/local/include -I/usr/include
-I/usr/X11R6/include -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/usr/include/qt3
-I/usr/X11R6/include -I/usr/X11R6/include -o util-opengl.o util-opengl.cpp
In file included from util-opengl.cpp:3:
util-opengl.h:98: error: syntax error before `;' token
util-opengl.h:99: error: syntax error before `;' token
util-opengl.h:100: error: syntax error before `;' token
util-opengl.h:101: error: syntax error before `;' token
util-opengl.h:102: error: syntax error before `;' token
util-opengl.cpp:13: error: parse error before `=' token
util-opengl.cpp:14: error: parse error before `=' token
util-opengl.cpp:15: error: parse error before `=' token
util-opengl.cpp:16: error: parse error before `=' token
util-opengl.cpp:17: error: parse error before `=' token
util-opengl.cpp: In function `bool init_opengl()':
util-opengl.cpp:46: error: `gMythGLGenFramebuffersEXT' undeclared (first use
   this function)
util-opengl.cpp:46: error: (Each undeclared identifier is reported only once
   for each function it appears in.)
util-opengl.cpp:46: error: `PFNGLGENFRAMEBUFFERSEXTPROC' undeclared (first use
   this function)
util-opengl.cpp:47: error: parse error before `(' token
util-opengl.cpp:48: error: `gMythGLBindFramebufferEXT' undeclared (first use
   this function)
util-opengl.cpp:48: error: `PFNGLBINDFRAMEBUFFEREXTPROC' undeclared (first use
   this function)
util-opengl.cpp:49: error: parse error before `(' token
util-opengl.cpp:50: error: `gMythGLFramebufferTexture2DEXT' undeclared (first
   use this function)
util-opengl.cpp:50: error: `PFNGLFRAMEBUFFERTEXTURE2DEXTPROC' undeclared (first
   use this function)
util-opengl.cpp:51: error: parse error before `(' token
util-opengl.cpp:52: error: `gMythGLCheckFramebufferStatusEXT' undeclared (first
   use this function)
util-opengl.cpp:53: error: `PFNGLCHECKFRAMEBUFFERSTATUSEXTPROC' undeclared
   (first use this function)
util-opengl.cpp:54: error: parse error before `(' token
util-opengl.cpp:55: error: `gMythGLDeleteFramebuffersEXT' undeclared (first use
   this function)
util-opengl.cpp:55: error: `PFNGLDELETEFRAMEBUFFERSEXTPROC' undeclared (first
   use this function)
util-opengl.cpp:56: error: parse error before `(' token
make[2]: *** [util-opengl.o] Error 1
make[2]: Leaving directory `/root/mythtv-vid/libs/libmythtv'
make[1]: *** [sub-libmythtv] Error 2
make[1]: Leaving directory `/root/mythtv-vid/libs'
make: *** [sub-libs] Error 2


gcc version 3.3.5

thx
Daniel



More information about the mythtv-dev mailing list