[mythtv-users] what devel package am I missing?

Greg Woods greg at gregandeva.net
Sat Jan 27 21:38:50 UTC 2007


I'm trying to compile SVN on an FC6 desktop (just for mythfrontend) and
it craps out as below. Looks like I'm probably missing a library or
devel package somewhere, but the configure script does not detect it. I
invoked configure as just "configure --arch=pentium4", but I have also
tried it (after "make distclean") without the argument and with the same
result.

Anybody ever seen this before?

--Greg

g++ -c -pipe -march=pentium4 -pthread -I/usr/include/kde/artsc
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -W -g
-Wno-non-virtual-dtor -D_REENTRANT -DPIC -fPIC  -DMMX -Di386
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DLIBDIR=
\"/usr/local/lib\" -DUSE_OPENGL_PAINTER -DUSE_JOYSTICK_MENU
-DQT_THREAD_SUPPORT -DQT_SHARED -DQT_NO_DEBUG
-I/usr/lib/qt-3.3/mkspecs/default -I. -I../../../../../include
-I../libmyth -I../.. -I.. -I/usr/lib/qt-3.3/include -o mythpainter_ogl.o
mythpainter_ogl.cpp
/usr/lib/qt-3.3/bin/moc mythmainwindow.h -o moc_mythmainwindow.cpp
mythpainter_ogl.cpp: In member function ‘void
MythOpenGLPainter::BindTextureFromCache(MythImage*, bool)’:
mythpainter_ogl.cpp:176: error: invalid conversion from ‘int’ to
‘GLenum’
mythpainter_ogl.cpp:176: error:   initializing argument 1 of ‘void
glBindTexture(GLenum, GLuint)’
mythpainter_ogl.cpp:211: error: invalid conversion from ‘int’ to
‘GLenum’
mythpainter_ogl.cpp:211: error:   initializing argument 1 of ‘void
glBindTexture(GLenum, GLuint)’
mythpainter_ogl.cpp:212: error: invalid conversion from ‘int’ to
‘GLenum’
mythpainter_ogl.cpp:212: error:   initializing argument 1 of ‘void
glTexParameteri(GLenum, GLenum, GLint)’
mythpainter_ogl.cpp:216: error: ‘GL_GENERATE_MIPMAP_HINT_SGIS’ was not
declared in this scope
mythpainter_ogl.cpp:217: error: ‘GL_GENERATE_MIPMAP_SGIS’ was not
declared in this scope
mythpainter_ogl.cpp:218: error: invalid conversion from ‘int’ to
‘GLenum’
mythpainter_ogl.cpp:218: error:   initializing argument 1 of ‘void
glTexParameterf(GLenum, GLenum, GLfloat)’
mythpainter_ogl.cpp:221: error: invalid conversion from ‘int’ to
‘GLenum’
mythpainter_ogl.cpp:221: error:   initializing argument 1 of ‘void
glTexParameterf(GLenum, GLenum, GLfloat)’
mythpainter_ogl.cpp:224: error: invalid conversion from ‘int’ to
‘GLenum’
mythpainter_ogl.cpp:224: error:   initializing argument 1 of ‘void
glTexImage2D(GLenum, GLint, GLint, GLsizei, GLsizei, GLint, GLenum,
GLenum, const GLvoid*)’
mythpainter_ogl.cpp: In member function ‘virtual void
MythOpenGLPainter::DrawImage(const QRect&, MythImage*, const QRect&,
int)’:
mythpainter_ogl.cpp:252: error: invalid conversion from ‘int’ to
‘GLenum’
mythpainter_ogl.cpp:252: error:   initializing argument 1 of ‘void
glEnable(GLenum)’
mythpainter_ogl.cpp:280: error: invalid conversion from ‘int’ to
‘GLenum’
mythpainter_ogl.cpp:280: error:   initializing argument 1 of ‘void
glDisable(GLenum)’
mythpainter_ogl.cpp: In member function ‘void
MythOpenGLPainter::ReallyDrawText(QColor, const QRect&, int)’:
mythpainter_ogl.cpp:377: error: invalid conversion from ‘int’ to
‘GLenum’
mythpainter_ogl.cpp:377: error:   initializing argument 1 of ‘void
glEnable(GLenum)’
mythpainter_ogl.cpp:402: error: invalid conversion from ‘int’ to
‘GLenum’
mythpainter_ogl.cpp:402: error:   initializing argument 1 of ‘void
glDisable(GLenum)’




More information about the mythtv-users mailing list