Fri 03 Nov 2006 04:46:19 PM UTC, comment #5:
The problem is not when using --disable-klash, but when i'm not using --disable-klash. configure detects KDE and QT and enables klash, but the build fails.
The KDE stuff is now:
KDE_CFLAGS is -I/opt/kde/include -I/opt/qt/include -I/opt/kde/include/kio
KDE_LIBS is -L/opt/kde/lib -lkdeui -lkdecore -lkdeprint -L/opt/qt/lib -lqt-mt
The error is still the same.
|
Fri 03 Nov 2006 04:17:11 PM UTC, comment #4:
I can't duplicate this bug in the release branch. When I use --disable-klash, not KDE tests are run, and klash doesn't get added to the build. Try rerunning autogen, as KDE_CFLAGS and KDE_LIBS should be blank with --disable-klash.
|
Wed 01 Nov 2006 10:33:55 AM UTC, original submission:
I run a standard configure, and get no errros, but when compiling, i get this:
klash-klash.o: In function `EmbedWidget::qt_property(int, int, QVariant*)':
./klash.moc:140: undefined reference to `QGLWidget::qt_property(int, int, QVariant*)'
klash-klash.o: In function `EmbedWidget::staticMetaObject()':
./klash.moc:52: undefined reference to `QGLWidget::staticMetaObject()'
klash-klash.o: In function `EmbedWidget::qt_invoke(int, QUObject*)':
./klash.moc:122: undefined reference to `QGLWidget::qt_invoke(int, QUObject*)'
klash-klash.o: In function `EmbedWidget::qt_emit(int, QUObject*)':
./klash.moc:132: undefined reference to `QGLWidget::qt_emit(int, QUObject*)'
klash-klash.o: In function `EmbedWidget::qt_cast(char const*)':
./klash.moc:99: undefined reference to `QGLWidget::qt_cast(char const*)'
klash-klash.o: In function `~EmbedWidget':
/home/tomas/gnash/0.7.2/gnash/plugin/klash/klash.cpp:95: undefined reference to `QGLWidget::~QGLWidget()'
/home/tomas/gnash/0.7.2/gnash/plugin/klash/klash.cpp:95: undefined reference to `QGLWidget::~QGLWidget()'
klash-klash.o: In function `EmbedWidget':
/home/tomas/gnash/0.7.2/gnash/plugin/klash/klash.cpp:98: undefined reference to `QGLWidget::QGLWidget(QWidget, char const, QGLWidget const*, unsigned int)'
/home/tomas/gnash/0.7.2/gnash/plugin/klash/klash.cpp:113: undefined reference to `QGLWidget::~QGLWidget()'
<snip>
KDE stuff from dumpconfig:
KDE_INCLUDES is -I/opt/kde/include
KDE_LDFLAGS is -L/opt/kde/lib
This is with the 0.7.2 branch, dont know if it also is a problem with head.
|