Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
4.8.1
-
None
-
77ef7e616d262db8f346150ce8ad54a09dfab259
Description
I try to compile qt4.8.1 at linux32 bit and I get such errors:
kernel/qdnd_x11.cpp: In function `bool windowInteractsWithPosition(const QPoint&, Window, int)':
kernel/qdnd_x11.cpp:1429: error: `XShapeGetRectangles' undeclared (first use this function)
kernel/qdnd_x11.cpp:1429: error: (Each undeclared identifier is reported only once for each function it appears in.)
kernel/qdnd_x11.cpp: In function `Window findRealWindow(const QPoint&, Window, int)':
kernel/qdnd_x11.cpp:1468: error: `ShapeInput' undeclared (first use this function)
kernel/qdnd_x11.cpp:1468: error: `ShapeBounding' undeclared (first use this function)
I configure qt with -no-xshape switch, so I assume that xshape package/headers should not be required.