I'm seeing the following build errors:
g++: .obj/qcompactstyle.o: No such file or directory
mv: cannot stat `libqcompactstyle.so': No such file or directory
g++: .obj/qcompactstyle.o: No such file or directory
mv: cannot stat `libqcompactstyle.so': No such file or directory
../../../../src/styles/qcompactstyle.cpp:152: error: 'CEF_HasWidget' was not
declared in this scope
../../../../src/styles/qcompactstyle.cpp:238: error: no matching function for call to
'TQCompactStyle::drawPrimitive(TQStyle::PrimitiveElement, TQPainter*&, TQRect,
TQColorGroup&, uint&, const TQStyleOption&)'
../../../../src/styles/qcompactstyle.cpp:305: error: no matching function for call to
'TQCompactStyle::drawPrimitive(TQStyle::PrimitiveElement, TQPainter*&, TQRect,
TQColorGroup&, TQStyle::StyleFlags)'
../../../../src/styles/qcompactstyle.cpp:308: error: no matching function for call to
'TQCompactStyle::drawPrimitive(TQStyle::PrimitiveElement, TQPainter*&, TQRect,
const TQColorGroup&, TQStyle::StyleFlags)'
../../../../src/styles/qcompactstyle.cpp:152: error: 'CEF_HasWidget' was not
declared in this scope
../../../../src/styles/qcompactstyle.cpp:238: error: no matching function for call to
'TQCompactStyle::drawPrimitive(TQStyle::PrimitiveElement, TQPainter*&, TQRect,
TQColorGroup&, uint&, const TQStyleOption&)'
../../../../src/styles/qcompactstyle.cpp:305: error: no matching function for call to
'TQCompactStyle::drawPrimitive(TQStyle::PrimitiveElement, TQPainter*&, TQRect,
TQColorGroup&, TQStyle::StyleFlags)'
../../../../src/styles/qcompactstyle.cpp:308: error: no matching function for call to
'TQCompactStyle::drawPrimitive(TQStyle::PrimitiveElement, TQPainter*&, TQRect,
const TQColorGroup&, TQStyle::StyleFlags)'
../../../../src/styles/qcompactstyle.cpp:152: error: 'CEF_HasWidget' was not
declared in this scope
../../../../src/styles/qcompactstyle.cpp:238: error: no matching function for call to
'TQCompactStyle::drawPrimitive(TQStyle::PrimitiveElement, TQPainter*&, TQRect,
TQColorGroup&, uint&, const TQStyleOption&)'
../../../../src/styles/qcompactstyle.cpp:305: error: no matching function for call to
'TQCompactStyle::drawPrimitive(TQStyle::PrimitiveElement, TQPainter*&, TQRect,
TQColorGroup&, TQStyle::StyleFlags)'
../../../../src/styles/qcompactstyle.cpp:308: error: no matching function for call to
'TQCompactStyle::drawPrimitive(TQStyle::PrimitiveElement, TQPainter*&, TQRect,
const TQColorGroup&, TQStyle::StyleFlags)'
../../../../src/styles/qcompactstyle.cpp:152: error: 'CEF_HasWidget' was not
declared in this scope
../../../../src/styles/qcompactstyle.cpp:238: error: no matching function for call to
'TQCompactStyle::drawPrimitive(TQStyle::PrimitiveElement, TQPainter*&, TQRect,
TQColorGroup&, uint&, const TQStyleOption&)'
../../../../src/styles/qcompactstyle.cpp:305: error: no matching function for call to
'TQCompactStyle::drawPrimitive(TQStyle::PrimitiveElement, TQPainter*&, TQRect,
TQColorGroup&, TQStyle::StyleFlags)'
../../../../src/styles/qcompactstyle.cpp:308: error: no matching function for call to
'TQCompactStyle::drawPrimitive(TQStyle::PrimitiveElement, TQPainter*&, TQRect,
const TQColorGroup&, TQStyle::StyleFlags)'
Full build log:
http://humanreadable.nfshost.com/trinity/build_logs/tqt3-R14.0.0-i486-13.1_…
The errors occur in Slackware 13.1 32-bit and 14 RC1 64-bit. Therefore the error is
consistent with both older and newer gcc/g++.
Darrell