<div class="gmail_quote">On Sat, Sep 8, 2012 at 1:37 PM, Dmitry Kazakov <span dir="ltr"><<a href="mailto:dimula73@gmail.com" target="_blank">dimula73@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Yes, this really makes the painting faster! Quite desirable in master! =)<br><br>I had a couple of problems with compiling it though:<br><br>1) I had to add '-fabi-version=4' to CMAKE_CXX_FLAGS to avoid some redifinition compile bug (I don't know what this keyword means, thought =) ).<br>
</blockquote><div><br></div><div>Which gcc version do you have?</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">2) I had to add my installation of Vc to the include paths of Krita, like:<br>
<br>include_directories(${INCLUDE_INSTALL_DIR})<br><br clear="all">(I installed Vc to the same prefix as calligra)<br><br>It looks either Vc's macros do not add inclusion for the library, or just we don't directly use this feature.</blockquote>
<div><br></div><div>If it's installed to /usr/... it works. There is still a small problems thought that it doesn't get the OptimizeForArchitecture cmake script yet and the require file have to be included by had or put into the calligra cmake modules.</div>
</div>