trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: March 2012

Re: [trinity-devel] tqt3 api/abi update

From: Darrell Anderson <humanreadable@...>
Date: Sat, 10 Mar 2012 11:57:59 -0800 (PST)
> Just pulled 20 min ago, rebuilt tqtinterface and attempted
> tdepim again -- same
> error:
> 
> [ 11%] Building CXX object
> libtdepim/CMakeFiles/tdepim-shared.dir/kscoringeditor.cpp.o
> cd /build/src/build/libtdepim &&
> /usr/bin/c++   -Dtdepim_shared_EXPORTS
> -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -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/build/src/build/libtdepim -I/build/src/build
> -I/build/src/tdepim
> -I/build/src/tdepim/libtdepim -I/opt/trinity/include
> -I/opt/tqt3/include
> -I/opt/trinity/include/tqt    -o
> CMakeFiles/tdepim-shared.dir/kscoringeditor.cpp.o -c
> /build/src/tdepim/libtdepim/kscoringeditor.cpp
> /build/src/tdepim/libtdepim/kscoringeditor.cpp: In member
> function 'void
> SingleConditionWidget::showRegExpDialog()':
> /build/src/tdepim/libtdepim/kscoringeditor.cpp:140:91:
> error: 'class TQDialog'
> has no member named 'tqt_cast'
> make[2]: ***
> [libtdepim/CMakeFiles/tdepim-shared.dir/kscoringeditor.cpp.o]
> Error 1
> make[2]: Leaving directory `/build/src/build'
> make[1]: *** [libtdepim/CMakeFiles/tdepim-shared.dir/all]
> Error 2
> make[1]: Leaving directory `/build/src/build'
> make: *** [all] Error 2
> 
> Any other thoughts?

I just rebuilt tdepim about an hour ago because I am troubleshooting a specific bug report. I am still using GIT from late last night. Possibly something has changed in GIT since then.

The tqt_cast message is directly related to all of the fixes from yesterday. I no longer see those errors in any packages, and several of them up until yesterday suffered from that problem. Have you completely uninstalled the previous packages and rebuilt from scratch? Yes, I know that will take an additional few hours. :)

In all of yesterday's fixes, I don't know whether TQt3 needs rebuilding, but I'm guessing tqtinterface does. So possibly start from there.

Darrell