Darrell,
There may have been a problem introduced in the tde-style-qtcurve 'common' dir. This is on gcc46, so it's not a 47 problem:
[ 25%] Building CXX object style/CMakeFiles/qtcurve-module.dir/qtcurve.cpp.o cd /build/src/build/style && /usr/bin/c++ -Dqtcurve_module_EXPORTS -DHAVE_CONFIG_H -DQT_PLUGIN -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -DQT_NO_ASCII_CAST -DQT_CLEAN_NAMESPACE -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DQT_THREAD_SUPPORT -D_REENTRANT -include tqt.h -fPIC -I/opt/tqt3/include -I/usr/include/tqt -I/opt/trinity/include -I/build/src/build -I/build/src/tde-style-qtcurve/common -I/build/src/build/style -o CMakeFiles/qtcurve-module.dir/qtcurve.cpp.o -c /build/src/tde-style-qtcurve/style/qtcurve.cpp In file included from /build/src/tde-style-qtcurve/style/qtcurve.h:66:0, from /build/src/tde-style-qtcurve/style/qtcurve.cpp:112: /build/src/tde-style-qtcurve/common/common.h:555:5: error: expected identifier before numeric constant /build/src/tde-style-qtcurve/common/common.h:555:5: error: expected '}' before numeric constant /build/src/tde-style-qtcurve/common/common.h:555:5: error: expected unqualified-id before numeric constant /build/src/tde-style-qtcurve/common/common.h:564:1: error: expected declaration before '}' token make[2]: *** [style/CMakeFiles/qtcurve-module.dir/qtcurve.cpp.o] Error 1 make[2]: Leaving directory `/build/src/build' make[1]: *** [style/CMakeFiles/qtcurve-module.dir/all] Error 2 make[1]: Leaving directory `/build/src/build' make: *** [all] Error 2
There may have been a problem introduced in the tde-style-qtcurve 'common' dir. This is on gcc46, so it's not a 47 problem:
I never have been a fan or user of eye candy. Therefore I never build these packages.
Paste your basic build script configurations and I'll try building here.
Darrell
On 04/14/2012 06:44 PM, Darrell Anderson wrote:
There may have been a problem introduced in the tde-style-qtcurve 'common' dir. This is on gcc46, so it's not a 47 problem:
I never have been a fan or user of eye candy. Therefore I never build these packages.
Paste your basic build script configurations and I'll try building here.
Darrell
msg "Starting cmake..." cmake ${srcdir}/${pkgname#*-} \ -DCMAKE_INSTALL_PREFIX=${TDEDIR} \ -DCMAKE_VERBOSE_MAKEFILE=ON \ -DBUILD_ALL=ON
Nothing special - has always worked this way...
msg "Starting cmake..." cmake ${srcdir}/${pkgname#*-} \ -DCMAKE_INSTALL_PREFIX=${TDEDIR} \ -DCMAKE_VERBOSE_MAKEFILE=ON \ -DBUILD_ALL=ON
Nothing special - has always worked this way...
Same failure here.
I traced the problem to the most recent TQ fixes patch, GIT hash 08dfb934 2012-04-13. When I reverse the patch then the package builds.
I experimented much with the patch but I could not change two strings back to their original correct spellings:
STQUARE_SCROLLVIEW STQUARE_LISTVIEW_SELECTION
I checked common.h against the original 1.6.2 KDE3 sources from upstream and the 2012-04-13 patch is correct. Therefore something else caused the failure. Best I could tell about the error messages from searching the web is some kind of incorrect define taking place.
As I stared at the screen I noticed one file did not contain STQUARE_SCROLLVIEW but contained SQUARE_SCROLLVIEW. I grepped the sources for SQUARE_SCROLLVIEW and found a few lines in config.h.cmake that were different from the original upstream sources. Those lines were the mysterious defines. I deleted those lines, created the patch, and the package built.
I already pushed to GIT. Please test.
Chasing windmills.
Darrell