<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<div name="messageBodySection" style="font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, sans-serif;">Hi!
<div><br /></div>
<div>When configuring the krita CMake source aside from other flags I defined «-DDEFINE_NO_DEPRECATED=1 DBUILD_TESTING=ON». This probably made some old code to surface as the following test code tries to compile and fails on OSX.</div>
<div><br /></div>
<div>plugins/paintops/defaultpaintops/brush/tests/KisDabRenderingQueueTest<br /></div>
<div><br /></div>
<div>The first problem is that it tries to link dinamicaly to a non dynamic library</div>
<div>Fixing that on CMake, so it finds the dylib wont work one file is missing:</div>
<div><br /></div>
<div>This one seems to be deprecated as the dependencies include a unavailable file: «kritadefaultpaintops_export.h"</div>
<div>Dependencies:</div>
<div>
<div>plugins/paintops/defaultpaintops/brush/KisDabRenderingExecutor.h</div>
<div>plugins/paintops/defaultpaintops/brush/KisDabRenderingJob.h</div>
<div>plugins/paintops/defaultpaintops/brush/KisDabRenderingQueue.h</div>
<div>plugins/paintops/defaultpaintops/brush/KisDabRenderingQueueCache.h</div>
</div>
<div><br /></div>
<div>Evenually I made it to compile and «run» , but on the contrary to other Tests, I could not make it find and launch QApplicator and make it work.</div>
<div><br /></div>
<div>I’m wondering it they are old deprecated code waiting to be erased or waiting to be updated.</div>
<div><br /></div>
</div>
<div name="messageSignatureSection" style="font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, sans-serif;"><br />
Iván Yossi
<div><ghevan@gmail.com></div>
<div>IRC: ivanyossi</div>
<div><br /></div>
</div>
</body>
</html>