Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

QT 2.2. Compile Prob!

2 views
Skip to first unread message

Detlef Deutzer

unread,
Sep 24, 2000, 3:00:00 AM9/24/00
to
Hallo Leute!

Habe die neuste von Troll runtergezogen!
Hab hier SuSE 7.0
./configure -sm -gif -system-libpng -system-jpeg >>> Alles ok bis Ende!

Aber dann bei Make
Hier nun die Fehlermeldungen....

---schnipp--

make[1]: Entering directory `/usr/lib/qt-2.2.0'
cd src/moc; make
make[2]: Entering directory `/usr/lib/qt-2.2.0/src/moc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/lib/qt-2.2.0/src/moc'
rm -f bin/moc
cp src/moc/moc bin/moc
make -f src-mt.mk
make[2]: Entering directory `/usr/lib/qt-2.2.0'
(not building threaded Qt)
make[2]: Leaving directory `/usr/lib/qt-2.2.0'
cd src; make
make[2]: Entering directory `/usr/lib/qt-2.2.0/src'
g++ -c -I/usr/lib/qt2/include -I/usr/X11R6/include -pipe -O2 -fPIC -DQT_BUI
LTIN_GIF_READER=1 -DQT_NO_IMAGEIO_MNG -I/usr/lib/qt2/src/3rdparty/zlib -I/u
sr/X11R6/include -o iconview/qiconview.o iconview/qiconview.cpp
g++ -c -I/usr/lib/qt2/include -I/usr/X11R6/include -pipe -O2 -fPIC -DQT_BUI
LTIN_GIF_READER=1 -DQT_NO_IMAGEIO_MNG -I/usr/lib/qt2/src/3rdparty/zlib -I/u
sr/X11R6/include -o iconview/moc_qiconview.o iconview/moc_qiconview.cpp
g++ -c -I/usr/lib/qt2/include -I/usr/X11R6/include -pipe -O2 -fPIC -DQT_BUI
LTIN_GIF_READER=1 -DQT_NO_IMAGEIO_MNG -I/usr/lib/qt2/src/3rdparty/zlib -I/u
sr/X11R6/include -o xml/qxml.o xml/qxml.cpp
g++ -c -I/usr/lib/qt2/include -I/usr/X11R6/include -pipe -O2 -fPIC -DQT_BUI
LTIN_GIF_READER=1 -DQT_NO_IMAGEIO_MNG -I/usr/lib/qt2/src/3rdparty/zlib -I/u
sr/X11R6/include -o xml/qdom.o xml/qdom.cpp
g++ -c -I/usr/lib/qt2/include -I/usr/X11R6/include -pipe -O2 -fPIC -DQT_BUI
LTIN_GIF_READER=1 -DQT_NO_IMAGEIO_MNG -I/usr/lib/qt2/src/3rdparty/zlib -I/u
sr/X11R6/include -o opengl/qgl.o opengl/qgl.cpp
In file included from opengl/qgl.cpp:38:
opengl/qgl.h:64: GL/gl.h: No such file or directory
opengl/qgl.h:65: GL/glu.h: No such file or directory
opengl/qgl.cpp: In method `void QGLWidget::glDraw()':
opengl/qgl.cpp:1604: `GL_FRONT_LEFT' undeclared (first use this function)
opengl/qgl.cpp:1604: (Each undeclared identifier is reported only once
opengl/qgl.cpp:1604: for each function it appears in.)
opengl/qgl.cpp:1604: implicit declaration of function `int
glDrawBuffer(...)'
opengl/qgl.cpp:1616: implicit declaration of function `int glFlush(...)'
opengl/qgl.cpp: In method `void QGLWidget::qglColor(const QColor &) const':
opengl/qgl.cpp:1634: implicit declaration of function `int glColor3ub(...)'
opengl/qgl.cpp:1636: implicit declaration of function `int glIndexi(...)'
opengl/qgl.cpp: In method `void QGLWidget::qglClearColor(const QColor &)
const':
opengl/qgl.cpp:1654: `GLfloat' undeclared (first use this function)
opengl/qgl.cpp:1654: parse error before `.'
opengl/qgl.cpp:1659: confused by earlier errors, bailing out
make[2]: *** [opengl/qgl.o] Error 1
make[2]: Leaving directory `/usr/lib/qt-2.2.0/src'
make[1]: *** [sub-src] Error 2
make[1]: Leaving directory `/usr/lib/qt-2.2.0'
make: *** [init] Error 2

---schnipp---

Und hier verließen Sie mich total!

cu Detlef


Detlef Deutzer

unread,
Sep 24, 2000, 3:00:00 AM9/24/00
to

Thomas Richard

unread,
Sep 24, 2000, 3:00:00 AM9/24/00
to
Detlef Deutzer schrieb:

> opengl/qgl.h:64: GL/gl.h: No such file or directory
> opengl/qgl.h:65: GL/glu.h: No such file or directory

Dir fehlen die OpenGL-Header (und -Entwickler-Bibliotheken).
Vermutlich im Paket Mesa-irgendeins.

MfG
Richie

Andre Mohr

unread,
Sep 26, 2000, 3:00:00 AM9/26/00
to
Detlef Deutzer wrote:

> opengl/qgl.h:64: GL/gl.h: No such file or directory
> opengl/qgl.h:65: GL/glu.h: No such file or directory

> opengl/qgl.cpp: In method `void QGLWidget::glDraw()':
> opengl/qgl.cpp:1604: `GL_FRONT_LEFT' undeclared (first use this function)
> opengl/qgl.cpp:1604: (Each undeclared identifier is reported only once
> opengl/qgl.cpp:1604: for each function it appears in.)
> opengl/qgl.cpp:1604: implicit declaration of function `int
> glDrawBuffer(...)'
> opengl/qgl.cpp:1616: implicit declaration of function `int glFlush(...)'
> opengl/qgl.cpp: In method `void QGLWidget::qglColor(const QColor &)
> const': opengl/qgl.cpp:1634: implicit declaration of function `int
> glColor3ub(...)' opengl/qgl.cpp:1636: implicit declaration of function
> `int glIndexi(...)' opengl/qgl.cpp: In method `void
> QGLWidget::qglClearColor(const QColor &) const':
> opengl/qgl.cpp:1654: `GLfloat' undeclared (first use this function)
> opengl/qgl.cpp:1654: parse error before `.'
> opengl/qgl.cpp:1659: confused by earlier errors, bailing out
> make[2]: *** [opengl/qgl.o] Error 1
> make[2]: Leaving directory `/usr/lib/qt-2.2.0/src'
> make[1]: *** [sub-src] Error 2
> make[1]: Leaving directory `/usr/lib/qt-2.2.0'
> make: *** [init] Error 2
>
> ---schnipp---
>
> Und hier verließen Sie mich total!
>
> cu Detlef

hi detlef,
versuche es mal mit

./configure --no-opengl
--
cu://andre.mohr

mailto:mo...@tad.de / http://www.tad.de
http://www.lincux.de
http://www.sixxof49.de

"Linux - Life is to short for reboots"


Crissi

unread,
Sep 26, 2000, 8:28:36 PM9/26/00
to
> > opengl/qgl.h:64: GL/gl.h: No such file or directory
> > opengl/qgl.h:65: GL/glu.h: No such file or directory
SuSE 7.0: glxdev installen
0 new messages