Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
4.8.x
-
Solaris 10
gcc (GCC) 3.4.3
Qt 4.8 (Wed Feb 29, c6bda755a2d0cad93520dbd75dc2880a1c9409e2)
Fedora Core 3
gcc (GCC) 4.7.0
Qt 4.8.1
-
I29d821867ec41e7d68b5bdc126f255dc682cc983
Description
The following change seems to break 4.8 build on Solaris (GCC): Change-Id: Icb2204a50a97e4a5e02e75301c67287525b290ba
kernel/qdnd_x11.cpp: In function `Window findRealWindow(const QPoint&, Window, int)':
kernel/qdnd_x11.cpp:1449: error: `ShapeInput' undeclared (first use this function)
kernel/qdnd_x11.cpp:1449: error: (Each undeclared identifier is reported only once for each function it appears in.)
The introduction of ShapeInput seems to be the cause. On Solaris this definition can not be found from system headers?