[Bug 48716] New: compiling/linking KDE 3.1beta2 kdebindings-3.0.8 smoke/qt QGLColormap fails
Thomas Heuving
heuving at gmx.de
Sat Oct 5 10:51:03 UTC 2002
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=48716
Summary: compiling/linking KDE 3.1beta2 kdebindings-3.0.8
smoke/qt QGLColormap fails
Product: kdevelop
Version: unspecified
Platform: Compiled Sources
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: kdevelop-devel at barney.cs.uni-potsdam.de
ReportedBy: heuving at gmx.de
Version: kdebindings 3.0.8 (using KDE KDE 3.0.8)
Installed from: Compiled From Sources
Compiler: gcc 2.95.2
OS: Linux
I'm compiling KDE3.1beta2 from sources. After compiling kdelibs and kdebase, I'm now compiling kdebindings and get the following errors:
.libs/x_QGLColormap.o: In function `xcall_QGLColormap(short, void *, Smoke::StackItem *)':
.libs/x_QGLColormap.o(.text+0xca): undefined reference to `QGLColormap::operator=(QGLColormap const &)'
.libs/x_QGLColormap.o(.text+0xda): undefined reference to `QGLColormap::isEmpty(void) const'
.libs/x_QGLColormap.o(.text+0xea): undefined reference to `QGLColormap::size(void) const'
.libs/x_QGLColormap.o(.text+0xfa): undefined reference to `QGLColormap::detach(void)'
.libs/x_QGLColormap.o(.text+0x11c): undefined reference to `QGLColormap::setEntries(int, unsigned int const *, int)'
.libs/x_QGLColormap.o(.text+0x132): undefined reference to `QGLColormap::setEntry(int, unsigned int)'
.libs/x_QGLColormap.o(.text+0x14d): undefined reference to `QGLColormap::setEntry(int, QColor const &)'
.libs/x_QGLColormap.o(.text+0x15c): undefined reference to `QGLColormap::entryRgb(int) const'
.libs/x_QGLColormap.o(.text+0x171): undefined reference to `QGLColormap::entryColor(int) const'
.libs/x_QGLColormap.o(.text+0x199): undefined reference to `QGLColormap::find(unsigned int) const'
.libs/x_QGLColormap.o(.text+0x1aa): undefined reference to `QGLColormap::findNearest(unsigned int) const'
.libs/x_QGLColormap.o(.text+0x1bd): undefined reference to `QGLColormap::~QGLColormap(void)'
.libs/x_QGLColormap.o: In function `x_QGLColormap::x_QGLColormap(void)':
.libs/x_QGLColormap.o(.x_QGLColormap::gnu.linkonce.t.(void)+0x1c): undefined reference to `QGLColormap::QGLColormap(void)'
.libs/x_QGLColormap.o: In function `x_QGLColormap::x_QGLColormap(QGLColormap const &)':
.libs/x_QGLColormap.o(.x_QGLColormap::gnu.linkonce.t.(QGLColormap const &)+0x20): undefined reference to `QGLColormap::QGLColormap(QGLColormap const &)'
More information about the KDevelop-devel
mailing list