Tim,
Commit cced03e1 2013-10-17 disabled the constant generation of backtraces in TDEIconLoader. The patch inidcates that KICONLOADER_CHECKS must now be explicitly defined. I presume the only people who want to do that are folks wanting to troubleshoot related problems.
Should the need arise, where is the appropriate place to define KICONLOADER_CHECKS?
Darrell
On Tuesday 22 of October 2013 19:21:05 Darrell Anderson wrote:
Tim,
Commit cced03e1 2013-10-17 disabled the constant generation of backtraces in TDEIconLoader. The patch inidcates that KICONLOADER_CHECKS must now be explicitly defined. I presume the only people who want to do that are folks wanting to troubleshoot related problems.
Should the need arise, where is the appropriate place to define KICONLOADER_CHECKS?
Darrell
You mean something like the attached patch?
Slavek
On Wednesday 23 of October 2013 23:16:40 Slávek Banko wrote:
On Tuesday 22 of October 2013 19:21:05 Darrell Anderson wrote:
Tim,
Commit cced03e1 2013-10-17 disabled the constant generation of backtraces in TDEIconLoader. The patch inidcates that KICONLOADER_CHECKS must now be explicitly defined. I presume the only people who want to do that are folks wanting to troubleshoot related problems.
Should the need arise, where is the appropriate place to define KICONLOADER_CHECKS?
Darrell
You mean something like the attached patch?
Slavek
...added missing definition TDEICONLOADER_DEBUG in config.h.cmake
Slavek