On 02/10/2014 07:46 AM, Darrell Anderson wrote:
I don't know what happened in the past week, but all of my build logs are filled with this kind of spew:
/dev/shm/tqt3/plugins/designer/libcppeditor.so: undefined symbol: _ZN6Editor11eventFilterEP8TQObjectP7TQEvent
Including tqt3.
My build set from a week ago does not have this and I never have seen this before in every single module.
What happened?
Darrell
Darrell,
Those look like the symbol errors you get when there is a version mismatch in a library, etc. when you attempt to build the package. They also look like the spew you get when there is a missing header, etc. My guess is some package needs to be rebuilt with the current code, or you are missing a required header, etc.