<div dir="ltr">ok, thanks</div><div class="gmail_extra"><br clear="all"><div><div><br></div>Roger<br><br>(+34) 639 81 26 71<div><a href="http://www.rogerpibernat.com" target="_blank">http://www.rogerpibernat.com</a><br><a href="http://doodledeedoo.wordpress.com/" target="_blank">http://</a><a href="http://www.wucollective.com" target="_blank">www.wucollective.com</a></div>
</div>
<br><br><div class="gmail_quote">On Tue, Feb 11, 2014 at 7:57 PM, Boudewijn Rempt <span dir="ltr"><<a href="mailto:boud@valdyas.org" target="_blank">boud@valdyas.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
In general, you hardly ever need to run cmake again, manually. If you changed something, running make will run cmake whenever necessary.<br>
<br>
In almost all cases, you can just run "make -j4 install", then run kbuildsycoca4, then run krita.<div class=""><br>
<br>
On Tue, 11 Feb 2014, roger pibernat wrote:<br>
<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">
Hi again,<br>
sorry if this question sounds stupid.  Every time I want to test my code, should I run cmake<br>
-DCMAKE_INSTALL_PREFIX=$HOME/<u></u>kde4/inst $HOME/kde4/src/calligra -DCMAKE_BUILD_TYPE=<u></u>RelWithDebInfo -DPRODUCTSET=CREATIVE<br>
-DBUILD_karbon=OFF from the src folder, then make from the build folder and install?<br>
<br>
<br>
Roger<br>
<br>
</div><div><div class="h5"><a href="tel:%28%2B34%29%20639%2081%2026%2071" value="+34639812671" target="_blank">(+34) 639 81 26 71</a><a href="http://www.rogerpibernat.com" target="_blank">http://www.rogerpibernat.com</a><br>

<a href="http://www.wucollective.com" target="_blank">http://www.wucollective.com</a><br>
<br>
<br>
On Tue, Feb 11, 2014 at 1:03 PM, roger pibernat <<a href="mailto:rogerpibernat@gmail.com" target="_blank">rogerpibernat@gmail.com</a>> wrote:<br>
      I see.  I'll try. Thanks!<br>
<br>
<br>
Roger<br>
<br>
<a href="tel:%28%2B34%29%20639%2081%2026%2071" value="+34639812671" target="_blank">(+34) 639 81 26 71</a> <a href="http://www.rogerpibernat.com" target="_blank">http://www.rogerpibernat.com</a><br>
<a href="http://www.wucollective.com" target="_blank">http://www.wucollective.com</a><br>
<br>
<br>
On Tue, Feb 11, 2014 at 12:46 PM, Boudewijn Rempt <<a href="mailto:boud@valdyas.org" target="_blank">boud@valdyas.org</a>> wrote:<br>
      Oh, cool! What I do is build on the terminal -- but I do my editing in Qt Creator. I'm looking forward<br>
      to patches!<br>
<br>
      On Tue, 11 Feb 2014, roger pibernat wrote:<br>
<br>
            oh, ok.  Actually I already have a version of Krita compiled for Mac.  But wanted to try<br>
            fixing some bugs I<br>
            have in the GUI.<br>
<br>
<br>
            Roger<br>
<br>
            <a href="tel:%28%2B34%29%20639%2081%2026%2071" value="+34639812671" target="_blank">(+34) 639 81 26 71</a> <a href="http://www.rogerpibernat.com" target="_blank">http://www.rogerpibernat.com</a><br>
            <a href="http://www.wucollective.com" target="_blank">http://www.wucollective.com</a><br>
<br>
<br>
            On Tue, Feb 11, 2014 at 12:30 PM, Boudewijn Rempt <<a href="mailto:boud@valdyas.org" target="_blank">boud@valdyas.org</a>> wrote:<br>
                  Don't build from Qt Creator. Even on OSX, once you have all the dependencies in place,<br>
            following<br>
                  the builld guide _exactly_ should result in a 'working' Krita.<br>
<br>
                  <a href="http://www.davidrevoy.com/article/193/guide-building-krita-on-linux-for-cats.html" target="_blank">http://www.davidrevoy.com/<u></u>article/193/guide-building-<u></u>krita-on-linux-for-cats.html</a><br>

<br>
                  is a guide that's a bit easier to follow, plus, it has cats :-)<br>
<br>
                  The CMAKE_INSTALL_PREFIX is where krita is installed to in the make install step.<br>
<br>
                  On Tue, 11 Feb 2014, roger pibernat wrote:<br>
<br>
                  Hi,<br>
                  I'm trying to build it in Qt, too, but on Mac so the paths aren't the same.  What is<br>
            in<br>
                  the /home/user/devel/kde/ path stated in<br>
            the -DCMAKE_INSTALL_PREFIX=/<u></u>home/user/devel/kde/<br>
                  build option?  Is it a<br>
                  kde-dev util os something?  I don't know what to look for.<br>
<br>
<br>
                  Roger<br>
<br>
            <a href="tel:%28%2B34%29%20639%2081%2026%2071" value="+34639812671" target="_blank">(+34) 639 81 26 71</a><a href="http://www.rogerpibernat.com" target="_blank">http://www.rogerpibernat.com</a><br>
            <a href="http://www.wucollective.com" target="_blank">http://www.wucollective.com</a><br>
<br>
<br>
            On Tue, Feb 11, 2014 at 4:56 AM, Mohit Goyal <<a href="mailto:mohit.bits2011@gmail.com" target="_blank">mohit.bits2011@gmail.com</a>> wrote:<br>
<br>
                  Hi,<br>
                  First try to make calligra from terminal. Since Calligra is a heavy project, its<br>
            better to<br>
            try it<br>
                  out like that.<br>
<br>
                  On Feb 11, 2014 5:44 AM, "GAURAV Agrawal" <<a href="mailto:gauravagrawal03jan@gmail.com" target="_blank">gauravagrawal03jan@gmail.com</a>> wrote:<br>
                  Hello,<br>
<br>
<br>
            I have downloaded the calligra source code by cloning the git repository.<br>
            After compiling the code,for loading the source code in qt creator ,I followed the<br>
            instructions<br>
            given in<br>
<br>
                   <a href="http://community.kde.org/Calligra/Building/Developing_With_QtCreator" target="_blank">http://community.kde.org/<u></u>Calligra/Building/Developing_<u></u>With_QtCreator</a><br>
<br>
            I have added the environment variables as given in the link.<br>
            I have also added the build step as shown in the link by enabling the custom process<br>
            step,giving it<br>
            the<br>
                              --    command - kbuildsycoca4,<br>
                              --    specifying the working directory,<br>
                              --    leaving the command arguements portion blank.<br>
<br>
            Since ,I wanted to run Krita, in the run configuration ,I have selected Krita.<br>
<br>
            But still, when I run the code , I get the error message-<br>
<br>
            : error: No rule to make target `/usr/lib/libkdecore.so.5.11.<u></u>3', needed by<br>
            `lib/libkoplugin.so.14.0.0'.  Stop.<br>
<br>
            I don't know what to do to fix this. Please help me out.<br>
<br>
<br>
            Thanks,<br>
<br>
            Gaurav<br>
<br>
<br>
<br>
            ______________________________<u></u>_________________<br>
            Krita mailing list<br>
            <a href="mailto:kimageshop@kde.org" target="_blank">kimageshop@kde.org</a><br>
            <a href="https://mail.kde.org/mailman/listinfo/kimageshop" target="_blank">https://mail.kde.org/mailman/<u></u>listinfo/kimageshop</a><br>
<br>
<br>
            ______________________________<u></u>_________________<br>
            Krita mailing list<br>
            <a href="mailto:kimageshop@kde.org" target="_blank">kimageshop@kde.org</a><br>
            <a href="https://mail.kde.org/mailman/listinfo/kimageshop" target="_blank">https://mail.kde.org/mailman/<u></u>listinfo/kimageshop</a><br>
<br>
<br>
<br>
<br>
            ______________________________<u></u>_________________<br>
            Krita mailing list<br>
            <a href="mailto:kimageshop@kde.org" target="_blank">kimageshop@kde.org</a><br>
            <a href="https://mail.kde.org/mailman/listinfo/kimageshop" target="_blank">https://mail.kde.org/mailman/<u></u>listinfo/kimageshop</a><br>
<br>
<br>
<br>
<br>
______________________________<u></u>_________________<br>
Krita mailing list<br>
<a href="mailto:kimageshop@kde.org" target="_blank">kimageshop@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kimageshop" target="_blank">https://mail.kde.org/mailman/<u></u>listinfo/kimageshop</a><br>
<br>
<br>
<br>
<br>
</div></div></blockquote>
<br>_______________________________________________<br>
Krita mailing list<br>
<a href="mailto:kimageshop@kde.org">kimageshop@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kimageshop" target="_blank">https://mail.kde.org/mailman/listinfo/kimageshop</a><br>
<br></blockquote></div><br></div>