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
Dne po 10. února 2014 Darrell Anderson napsal(a):
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?
I think, this relates with commit 2ee14b64. Try attached patch.
Slavek --
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.
Dne po 10. února 2014 Darrell Anderson napsal(a):
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
I'm going back to the beginning.
I'm trying to find where is linked tqt3 plugin cppeditor - elsewhere than in tqt3, but I cannot find any place. Please, can you see where it is linked in your builds?