trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: February 2012

TQt3/tdegraphics build errors

From: Darrell Anderson <humanreadable@...>
Date: Sun, 19 Feb 2012 14:22:04 -0800 (PST)
Today I am building packages using TQt3 rather than Qt3. Overall, a good day but I encountered some errors I did not experience with Qt3.

======================================================
tdegraphics:

[ 10%] Building CXX object kghostview/CMakeFiles/kghostviewlib-shared.dir/kgvshell.cpp.o
cd /dev/shm/tdegraphics.build/kghostview && /usr/bin/c++   -Dkghostviewlib_shared_EXPORTS -DHAVE_CONFIG_H -O2 -march=i486 -mtune=i686  -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/dev/shm/tdegraphics.build/kghostview -I/dev/shm/tdegraphics/kghostview/dscparse -I/dev/shm/tdegraphics.build -I/opt/trinity/include -I/usr/include/tqt   -o CMakeFiles/kghostviewlib-shared.dir/kgvshell.cpp.o -c /dev/shm/tdegraphics/kghostview/kgvshell.cpp
/dev/shm/tdegraphics/kiconedit/utils.cpp: In function 'void setupImageHandlers()':
/dev/shm/tdegraphics/kiconedit/utils.cpp:40: error: 'Q_CHECK_PTR' was not declared in this scope
make[2]: *** [kiconedit/CMakeFiles/kiconedit.dir/utils.cpp.o] Error 1
make[2]: Leaving directory `/dev/shm/tdegraphics.build'
...
In file included from /dev/shm/tdegraphics/kghostview/kgvshell.cpp:35:
/opt/trinity/include/kedittoolbar.h:271: warning: 'KEditToolbarWidget' has a field 'KEditToolbarWidget::m_inactiveList' whose type uses the anonymous namespace
/opt/trinity/include/kedittoolbar.h:271: warning: 'KEditToolbarWidget' has a field 'KEditToolbarWidget::m_activeList' whose type uses the anonymous namespace
/dev/shm/tdegraphics/kghostview/kgvdocument.cpp: In member function 'void KGVDocument::doOpenFile()':
/dev/shm/tdegraphics/kghostview/kgvdocument.cpp:131: error: 'Q_CHECK_PTR' was not declared in this scope
/dev/shm/tdegraphics/kghostview/kgvdocument.cpp: In member function 'bool KGVDocument::uncompressFile()':
/dev/shm/tdegraphics/kghostview/kgvdocument.cpp:199: error: 'Q_CHECK_PTR' was not declared in this scope
make[2]: *** [kghostview/CMakeFiles/kghostviewlib-shared.dir/kgvdocument.cpp.o] Error 1
======================================================

Darrell