Problems with KDevelop when using Qt QGLWidget
Ulrich Heinen
heinenu at pcheinen.chemie.uni-freiburg.de
Tue Aug 24 16:16:20 BST 1999
Hello,
>/usr/local/qt/lib/libqgl.a(qgl.o): In function `choose_cmap(_XDisplay *,XVisualInfo *)':
>qgl.o(.text+0x66d): undefined reference to `XmuLookupStandardColormap'
=========================
This tells you that the linker is missing a function named
XmuLookupStandardColormap
This function is part of the Xmu library, which therefore needs to be linked
into the executable. Simply add -lxmu to the linker options and everything
should be fine...
Best wishes,
Ulrich
+-----------------------------------------------------------+
| Ulrich Heinen |
| Institut fuer physikalische Chemie I der Universitaet |
| Chemie III, Zi. 506 * Albertstrasse 21 * D-79104 Freiburg |
| (0761) 203-6208 * heinenu at ruf.uni-freiburg.de |
+-----------------------------------------------------------+
More information about the KDevelop
mailing list