Beim Upgrade von Kde2.x auf Kde 3.3 kam nach einiger Zeit dieser Error
Code:
.libs/plugin_slideshow.o: In function `Plugin_SlideShow::slotSlideShow()':
.libs/plugin_slideshow.o(.text+0xd86): undefined reference to `QGLFormat::hasOpenGL()'
.libs/slideshowgl.o: In function `SlideShowGL::resizeGL(int, int)':
.libs/slideshowgl.o(.text+0x2e): undefined reference to `glViewport'
.libs/slideshowgl.o(.text+0x3a): undefined reference to `glMatrixMode'
.libs/slideshowgl.o(.text+0x3f): undefined reference to `glLoadIdentity'
.libs/slideshowgl.o: In function `SlideShowGL::closeEvent(QCloseEvent*)':
.libs/slideshowgl.o(.text+0x1b2): undefined reference to `glDeleteTextures'
.libs/slideshowgl.o(.text+0x1d2): undefined reference to `glDeleteTextures'
.libs/slideshowgl.o: In function `SlideShowGL::paintTexture()':
.libs/slideshowgl.o(.text+0x4bf): undefined reference to `glMatrixMode'
.libs/slideshowgl.o(.text+0x4c4): undefined reference to `glLoadIdentity'
.libs/slideshowgl.o(.text+0x4e1): undefined reference to `glBindTexture'
.libs/slideshowgl.o(.text+0x4ed): undefined reference to `glBegin'
.libs/slideshowgl.o(.text+0x507): undefined reference to `glColor4f'
.libs/slideshowgl.o(.text+0x519): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x532): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x53e): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x551): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x55d): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x56d): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x579): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x58c): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x591): undefined reference to `glEnd'
.libs/slideshowgl.o: In function `SlideShowGL::showEndOfShow()':
.libs/slideshowgl.o(.text+0x7e5): undefined reference to `QGLWidget::convertToGLFormat(QImage const&)'
.libs/slideshowgl.o(.text+0x7fe): undefined reference to `glGenTextures'
.libs/slideshowgl.o(.text+0x814): undefined reference to `glBindTexture'
.libs/slideshowgl.o(.text+0x86a): undefined reference to `glTexImage2D'
.libs/slideshowgl.o(.text+0x888): undefined reference to `glTexParameteri'
.libs/slideshowgl.o(.text+0x8a6): undefined reference to `glTexParameteri'
.libs/slideshowgl.o(.text+0x8b2): undefined reference to `glMatrixMode'
.libs/slideshowgl.o(.text+0x8b7): undefined reference to `glLoadIdentity'
.libs/slideshowgl.o(.text+0x8cd): undefined reference to `glBindTexture'
.libs/slideshowgl.o(.text+0x8d9): undefined reference to `glBegin'
.libs/slideshowgl.o(.text+0x8f3): undefined reference to `glColor4f'
.libs/slideshowgl.o(.text+0x905): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x921): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x92d): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x943): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x94f): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x95f): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x96b): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x981): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x986): undefined reference to `glEnd'
.libs/slideshowgl.o: In function `SlideShowGL::paintGL()':
.libs/slideshowgl.o(.text+0x9fe): undefined reference to `glDisable'
.libs/slideshowgl.o(.text+0xa0a): undefined reference to `glClear'
.libs/slideshowgl.o(.text+0xa0f): undefined reference to `glLoadIdentity'
.libs/slideshowgl.o(.text+0xa1b): undefined reference to `glMatrixMode'
.libs/slideshowgl.o(.text+0xa20): undefined reference to `glLoadIdentity'
.libs/slideshowgl.o(.text+0xa2c): undefined reference to `glMatrixMode'
.libs/slideshowgl.o(.text+0xa31): undefined reference to `glLoadIdentity'
.libs/slideshowgl.o: In function `SlideShowGL::effectBlend()':
.libs/slideshowgl.o(.text+0xb51): undefined reference to `glBindTexture'
.libs/slideshowgl.o(.text+0xb5d): undefined reference to `glBegin'
.libs/slideshowgl.o(.text+0xb77): undefined reference to `glColor4f'
.libs/slideshowgl.o(.text+0xb89): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0xba2): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0xbae): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0xbc1): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0xbcd): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0xbdd): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0xbe9): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0xbfc): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0xc01): undefined reference to `glEnd'
.libs/slideshowgl.o(.text+0xc1a): undefined reference to `glBindTexture'
.libs/slideshowgl.o(.text+0xc26): undefined reference to `glBegin'
.libs/slideshowgl.o(.text+0xc4b): undefined reference to `glColor4f'
.libs/slideshowgl.o(.text+0xc57): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0xc6a): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0xc76): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0xc89): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0xc95): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0xca5): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0xcb1): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0xcc4): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0xcc9): undefined reference to `glEnd'
.libs/slideshowgl.o: In function `SlideShowGL::effectFade()':
.libs/slideshowgl.o(.text+0xd52): undefined reference to `glBindTexture'
.libs/slideshowgl.o(.text+0xd5e): undefined reference to `glBegin'
.libs/slideshowgl.o(.text+0xd78): undefined reference to `glColor4f'
.libs/slideshowgl.o(.text+0xd8a): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0xda3): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0xdaf): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0xdc2): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0xdce): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0xdde): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0xdea): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0xdfd): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0xe02): undefined reference to `glEnd'
.libs/slideshowgl.o: In function `SlideShowGL::effectRotate()':
.libs/slideshowgl.o(.text+0xedc): undefined reference to `glBindTexture'
.libs/slideshowgl.o(.text+0xee8): undefined reference to `glBegin'
.libs/slideshowgl.o(.text+0xf02): undefined reference to `glColor4f'
.libs/slideshowgl.o(.text+0xf14): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0xf2d): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0xf39): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0xf4c): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0xf58): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0xf68): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0xf74): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0xf87): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0xf8c): undefined reference to `glEnd'
.libs/slideshowgl.o(.text+0xf98): undefined reference to `glMatrixMode'
.libs/slideshowgl.o(.text+0xf9d): undefined reference to `glLoadIdentity'
.libs/slideshowgl.o(.text+0xfda): undefined reference to `glRotatef'
.libs/slideshowgl.o(.text+0x1007): undefined reference to `glScalef'
.libs/slideshowgl.o(.text+0x1020): undefined reference to `glBindTexture'
.libs/slideshowgl.o(.text+0x102c): undefined reference to `glBegin'
.libs/slideshowgl.o(.text+0x1040): undefined reference to `glColor4f'
.libs/slideshowgl.o(.text+0x104c): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x105f): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x106b): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x107e): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x108a): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x109a): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x10a6): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x10b9): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x10be): undefined reference to `glEnd'
.libs/slideshowgl.o: In function `SlideShowGL::effectBend()':
.libs/slideshowgl.o(.text+0x11a0): undefined reference to `glBindTexture'
.libs/slideshowgl.o(.text+0x11ac): undefined reference to `glBegin'
.libs/slideshowgl.o(.text+0x11c6): undefined reference to `glColor4f'
.libs/slideshowgl.o(.text+0x11db): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x11f4): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x1203): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x1216): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x1222): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x1235): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x1244): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x1257): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x125c): undefined reference to `glEnd'
.libs/slideshowgl.o(.text+0x1268): undefined reference to `glMatrixMode'
.libs/slideshowgl.o(.text+0x126d): undefined reference to `glLoadIdentity'
.libs/slideshowgl.o(.text+0x12b6): undefined reference to `glRotatef'
.libs/slideshowgl.o(.text+0x12cb): undefined reference to `glBindTexture'
.libs/slideshowgl.o(.text+0x12d7): undefined reference to `glBegin'
.libs/slideshowgl.o(.text+0x12f1): undefined reference to `glColor4f'
.libs/slideshowgl.o(.text+0x1303): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x131c): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x1328): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x133b): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x1347): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x1357): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x1363): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x1376): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x137b): undefined reference to `glEnd'
.libs/slideshowgl.o: In function `SlideShowGL::effectInOut()':
.libs/slideshowgl.o(.text+0x1461): undefined reference to `glMatrixMode'
.libs/slideshowgl.o(.text+0x1466): undefined reference to `glLoadIdentity'
.libs/slideshowgl.o(.text+0x14aa): undefined reference to `glScalef'
.libs/slideshowgl.o(.text+0x1504): undefined reference to `glTranslatef'
.libs/slideshowgl.o(.text+0x1516): undefined reference to `glBindTexture'
.libs/slideshowgl.o(.text+0x1522): undefined reference to `glBegin'
.libs/slideshowgl.o(.text+0x153c): undefined reference to `glColor4f'
.libs/slideshowgl.o(.text+0x1550): undefined reference to `glColor4f'
.libs/slideshowgl.o(.text+0x1562): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x157b): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x1587): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x159a): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x15a6): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x15b6): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x15c2): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x15d5): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x15da): undefined reference to `glEnd'
.libs/slideshowgl.o(.text+0x165f): undefined reference to `glMatrixMode'
.libs/slideshowgl.o(.text+0x1664): undefined reference to `glLoadIdentity'
.libs/slideshowgl.o: In function `SlideShowGL::effectSlide()':
.libs/slideshowgl.o(.text+0x1730): undefined reference to `glBindTexture'
.libs/slideshowgl.o(.text+0x173c): undefined reference to `glBegin'
.libs/slideshowgl.o(.text+0x1756): undefined reference to `glColor4f'
.libs/slideshowgl.o(.text+0x1768): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x1781): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x178d): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x17a0): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x17ac): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x17bc): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x17c8): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x17db): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x17e0): undefined reference to `glEnd'
.libs/slideshowgl.o(.text+0x17ec): undefined reference to `glMatrixMode'
.libs/slideshowgl.o(.text+0x17f1): undefined reference to `glLoadIdentity'
.libs/slideshowgl.o(.text+0x184d): undefined reference to `glTranslatef'
.libs/slideshowgl.o(.text+0x1862): undefined reference to `glBindTexture'
.libs/slideshowgl.o(.text+0x186e): undefined reference to `glBegin'
.libs/slideshowgl.o(.text+0x1888): undefined reference to `glColor4f'
.libs/slideshowgl.o(.text+0x189c): undefined reference to `glColor4f'
.libs/slideshowgl.o(.text+0x18ae): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x18c7): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x18d3): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x18e6): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x18f2): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x1902): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x190e): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x1921): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x1926): undefined reference to `glEnd'
.libs/slideshowgl.o: In function `SlideShowGL::effectFlutter()':
.libs/slideshowgl.o(.text+0x1afd): undefined reference to `glBindTexture'
.libs/slideshowgl.o(.text+0x1b09): undefined reference to `glBegin'
.libs/slideshowgl.o(.text+0x1b23): undefined reference to `glColor4f'
.libs/slideshowgl.o(.text+0x1b35): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x1b4e): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x1b5a): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x1b6d): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x1b79): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x1b89): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x1b95): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x1ba8): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x1bad): undefined reference to `glEnd'
.libs/slideshowgl.o(.text+0x1bb9): undefined reference to `glMatrixMode'
.libs/slideshowgl.o(.text+0x1bbe): undefined reference to `glLoadIdentity'
.libs/slideshowgl.o(.text+0x1be3): undefined reference to `glRotatef'
.libs/slideshowgl.o(.text+0x1c1a): undefined reference to `glScalef'
.libs/slideshowgl.o(.text+0x1c43): undefined reference to `glTranslatef'
.libs/slideshowgl.o(.text+0x1c58): undefined reference to `glBindTexture'
.libs/slideshowgl.o(.text+0x1c64): undefined reference to `glBegin'
.libs/slideshowgl.o(.text+0x1c78): undefined reference to `glColor4f'
.libs/slideshowgl.o(.text+0x1cfd): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x1d2a): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x1d3c): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x1d5e): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x1d70): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x1d92): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x1da4): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x1dc8): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x1de2): undefined reference to `glEnd'
.libs/slideshowgl.o: In function `SlideShowGL::effectCube()':
.libs/slideshowgl.o(.text+0x1ee8): undefined reference to `glEnable'
.libs/slideshowgl.o(.text+0x1ef4): undefined reference to `glDepthFunc'
.libs/slideshowgl.o(.text+0x1f09): undefined reference to `glHint'
.libs/slideshowgl.o(.text+0x1f3b): undefined reference to `glMatrixMode'
.libs/slideshowgl.o(.text+0x1f40): undefined reference to `glLoadIdentity'
.libs/slideshowgl.o(.text+0x1fb0): undefined reference to `glFrustum'
.libs/slideshowgl.o(.text+0x1fcd): undefined reference to `glMatrixMode'
.libs/slideshowgl.o(.text+0x1fd2): undefined reference to `glLoadIdentity'
.libs/slideshowgl.o(.text+0x2033): undefined reference to `glTranslatef'
.libs/slideshowgl.o(.text+0x2056): undefined reference to `glRotatef'
.libs/slideshowgl.o(.text+0x2073): undefined reference to `glRotatef'
.libs/slideshowgl.o(.text+0x2085): undefined reference to `glBindTexture'
.libs/slideshowgl.o(.text+0x2091): undefined reference to `glBegin'
.libs/slideshowgl.o(.text+0x20a8): undefined reference to `glColor4f'
.libs/slideshowgl.o(.text+0x20c7): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x20da): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x20ed): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x2100): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x2119): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x212c): more undefined references to `glVertex3f' follow
.libs/slideshowgl.o: In function `SlideShowGL::effectCube()':
.libs/slideshowgl.o(.text+0x2287): undefined reference to `glEnd'
.libs/slideshowgl.o(.text+0x229c): undefined reference to `glBindTexture'
.libs/slideshowgl.o(.text+0x22a8): undefined reference to `glBegin'
.libs/slideshowgl.o(.text+0x22ea): undefined reference to `glColor4d'
.libs/slideshowgl.o(.text+0x22f9): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x2309): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x2318): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x2328): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x2334): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x2344): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x2353): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x2363): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x236f): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x237f): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x238e): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x239e): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x23ad): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x23bd): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x23cc): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x23dc): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x23eb): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x23fb): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x2407): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x2417): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x2426): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x2436): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x2445): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x2455): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x2464): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x2474): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x2483): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x2493): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x249f): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x24af): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x24be): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x24ce): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x24dd): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x24ed): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x24fc): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x250c): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x251b): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x252b): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x2537): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x2547): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x254c): undefined reference to `glEnd'
.libs/slideshowgl.o(.text+0x2561): undefined reference to `glBindTexture'
.libs/slideshowgl.o(.text+0x256d): undefined reference to `glBegin'
.libs/slideshowgl.o(.text+0x25af): undefined reference to `glColor4d'
.libs/slideshowgl.o(.text+0x25be): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x25ce): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x25da): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x25ea): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x25f9): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x2609): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x2618): undefined reference to `glTexCoord2f'
.libs/slideshowgl.o(.text+0x2628): undefined reference to `glVertex3f'
.libs/slideshowgl.o(.text+0x262d): undefined reference to `glEnd'
.libs/slideshowgl.o: In function `SlideShowGL::loadImage()':
.libs/slideshowgl.o(.text+0x2888): undefined reference to `QGLWidget::convertToGLFormat(QImage const&)'
.libs/slideshowgl.o(.text+0x289e): undefined reference to `glGenTextures'
.libs/slideshowgl.o(.text+0x28b7): undefined reference to `glBindTexture'
.libs/slideshowgl.o(.text+0x2914): undefined reference to `glTexImage2D'
.libs/slideshowgl.o(.text+0x2928): undefined reference to `glTexParameteri'
.libs/slideshowgl.o(.text+0x2946): undefined reference to `glTexParameteri'
.libs/slideshowgl.o(.text+0x29bc): undefined reference to `glDeleteTextures'
.libs/slideshowgl.o: In function `SlideShowGL::initializeGL()':
.libs/slideshowgl.o(.text+0x29ea): undefined reference to `glEnable'
.libs/slideshowgl.o(.text+0x2a0a): undefined reference to `glClearColor'
.libs/slideshowgl.o(.text+0x2a16): undefined reference to `glEnable'
.libs/slideshowgl.o(.text+0x2a2b): undefined reference to `glBlendFunc'
.libs/slideshowgl.o(.text+0x2a40): undefined reference to `glClearDepth'
.libs/slideshowgl.o: In function `SlideShowGL::~SlideShowGL()':
.libs/slideshowgl.o(.text+0x30c4): undefined reference to `QGLWidget::~QGLWidget()'
.libs/slideshowgl.o: In function `SlideShowGL::~SlideShowGL()':
.libs/slideshowgl.o(.text+0x31e7): undefined reference to `QGLWidget::~QGLWidget()'
.libs/slideshowgl.o: In function `SlideShowGL::~SlideShowGL()':
.libs/slideshowgl.o(.text+0x32f7): undefined reference to `QGLWidget::~QGLWidget()'
.libs/slideshowgl.o: In function `SlideShowGL::SlideShowGL(QStringList const&, int, bool, QString const&)':
.libs/slideshowgl.o(.text+0x3f46): undefined reference to `QGLWidget::QGLWidget(QWidget*, char const*, QGLWidget const*, unsigned int)'
.libs/slideshowgl.o(.text+0x4241): undefined reference to `QGLWidget::setMouseTracking(bool)'
.libs/slideshowgl.o: In function `SlideShowGL::SlideShowGL(QStringList const&, int, bool, QString const&)':
.libs/slideshowgl.o(.text+0x4426): undefined reference to `QGLWidget::QGLWidget(QWidget*, char const*, QGLWidget const*, unsigned int)'
.libs/slideshowgl.o(.text+0x4721): undefined reference to `QGLWidget::setMouseTracking(bool)'
.libs/slideshowgl.moc.o: In function `SlideShowGL::staticMetaObject()':
.libs/slideshowgl.moc.o(.text+0x171): undefined reference to `QGLWidget::staticMetaObject()'
.libs/slideshowgl.moc.o: In function `SlideShowGL::qt_cast(char const*)':
.libs/slideshowgl.moc.o(.text+0x234): undefined reference to `QGLWidget::qt_cast(char const*)'
.libs/slideshowgl.moc.o: In function `SlideShowGL::qt_invoke(int, QUObject*)':
.libs/slideshowgl.moc.o(.text+0x290): undefined reference to `QGLWidget::qt_invoke(int, QUObject*)'
.libs/slideshowgl.moc.o: In function `SlideShowGL::qt_emit(int, QUObject*)':
.libs/slideshowgl.moc.o(.text+0x2f7): undefined reference to `QGLWidget::qt_emit(int, QUObject*)'
.libs/slideshowgl.moc.o: In function `SlideShowGL::qt_property(int, int, QVariant*)':
.libs/slideshowgl.moc.o(.text+0x33e): undefined reference to `QGLWidget::qt_property(int, int, QVariant*)'
.libs/slideshowgl.moc.o(.gnu.linkonce.d._ZTV11SlideShowGL+0xac): undefined reference to `QGLWidget::setMouseTracking(bool)'
.libs/slideshowgl.moc.o(.gnu.linkonce.d._ZTV11SlideShowGL+0x108): undefined reference to `QGLWidget::reparent(QWidget*, unsigned int, QPoint const&, bool)'
.libs/slideshowgl.moc.o(.gnu.linkonce.d._ZTV11SlideShowGL+0x148): undefined reference to `QGLWidget::paintEvent(QPaintEvent*)'
.libs/slideshowgl.moc.o(.gnu.linkonce.d._ZTV11SlideShowGL+0x150): undefined reference to `QGLWidget::resizeEvent(QResizeEvent*)'
.libs/slideshowgl.moc.o(.gnu.linkonce.d._ZTV11SlideShowGL+0x1c0): undefined reference to `QGLWidget::makeCurrent()'
.libs/slideshowgl.moc.o(.gnu.linkonce.d._ZTV11SlideShowGL+0x1c4): undefined reference to `QGLWidget::swapBuffers()'
.libs/slideshowgl.moc.o(.gnu.linkonce.d._ZTV11SlideShowGL+0x1c8): undefined reference to `QGLWidget::setFormat(QGLFormat const&)'
.libs/slideshowgl.moc.o(.gnu.linkonce.d._ZTV11SlideShowGL+0x1cc): undefined reference to `QGLWidget::setContext(QGLContext*, QGLContext const*, bool)'
.libs/slideshowgl.moc.o(.gnu.linkonce.d._ZTV11SlideShowGL+0x1d0): undefined reference to `QGLWidget::renderPixmap(int, int, bool)'
.libs/slideshowgl.moc.o(.gnu.linkonce.d._ZTV11SlideShowGL+0x1d4): undefined reference to `QGLWidget::grabFrameBuffer(bool)'
.libs/slideshowgl.moc.o(.gnu.linkonce.d._ZTV11SlideShowGL+0x1d8): undefined reference to `QGLWidget::makeOverlayCurrent()'
.libs/slideshowgl.moc.o(.gnu.linkonce.d._ZTV11SlideShowGL+0x1dc): undefined reference to `QGLWidget::updateGL()'
.libs/slideshowgl.moc.o(.gnu.linkonce.d._ZTV11SlideShowGL+0x1e0): undefined reference to `QGLWidget::updateOverlayGL()'
.libs/slideshowgl.moc.o(.gnu.linkonce.d._ZTV11SlideShowGL+0x1f0): undefined reference to `QGLWidget::initializeOverlayGL()'
.libs/slideshowgl.moc.o(.gnu.linkonce.d._ZTV11SlideShowGL+0x1f4): undefined reference to `QGLWidget::resizeOverlayGL(int, int)'
.libs/slideshowgl.moc.o(.gnu.linkonce.d._ZTV11SlideShowGL+0x1f8): undefined reference to `QGLWidget::paintOverlayGL()'
.libs/slideshowgl.moc.o(.gnu.linkonce.d._ZTV11SlideShowGL+0x1fc): undefined reference to `QGLWidget::glInit()'
.libs/slideshowgl.moc.o(.gnu.linkonce.d._ZTV11SlideShowGL+0x200): undefined reference to `QGLWidget::glDraw()'
.libs/slideshowgl.moc.o(.gnu.linkonce.d._ZTI11SlideShowGL+0x8): undefined reference to `typeinfo for QGLWidget'
collect2: ld returned 1 exit status
make[4]: *** [digikamplugin_slideshow.la] Error 1
make[4]: Leaving directory `/root/KDE/konstruct/apps/digikam-plugins/work/digikamplugins/slideshow'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/root/KDE/konstruct/apps/digikam-plugins/work/digikamplugins'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/root/KDE/konstruct/apps/digikam-plugins/work/digikamplugins'
make[1]: *** [build-work/digikamplugins/Makefile] Error 2
make[1]: Leaving directory `/root/KDE/konstruct/apps/digikam-plugins'
make: *** [dep-../../apps/digikam-plugins] Error 2
bash-2.05a#
Hab die OpenGL libs mit 'apt-get install glutg3 glutg3-dev" installiert.
Hab auch mal 'export LD_LIBRARY_PATH=/usr/local/lib:/usr/lib:/lib' gemacht, damit
auch wirklich alle libs drinne sind.... nuetzt aber nix.

Jemand ne Idee?

thx in advance

Raptor