<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sun, Oct 22, 2017 at 5:29 PM, Mark Gaiser <span dir="ltr"><<a href="mailto:markg85@gmail.com" target="_blank">markg85@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>My cmake line:</div><div>cmake ../../kio -DCMAKE_BUILD_TYPE=<wbr>RelWithDebInfo -DCMAKE_INSTALL_PREFIX=~/<wbr>GitProjects/builds/kio -DBUILD_TESTING=OFF -DBUILD_QCH=ON -DKDE_INSTALL_LIBDIR=lib -DKDE_INSTALL_LIBEXECDIR=lib<br></div><div><br></div><div>make runs just fine</div><div><br></div><div>After that my bin folder looks like this [1], the relevant part (ls -l bin/):</div><div>-rwxr-xr-x 1 mark users   645616 okt 22 17:21 protocoltojson<br></div><div><br></div><div>But running make install ends with:</div><div> -- Up-to-date: /home/mark/GitProjects/builds/<wbr>kio/include/KF5/KIOCore/<wbr>KSSLSettings</div><div>-- Up-to-date: /home/mark/GitProjects/builds/<wbr>kio/include/KF5/KIOCore/<wbr>ksslsettings.h</div><div>-- Up-to-date: /home/mark/GitProjects/builds/<wbr>kio/include/KF5/KIOCore/<wbr>kiocore_export.h</div><div>-- Up-to-date: /home/mark/GitProjects/builds/<wbr>kio/etc/xdg/accept-languages.<wbr>codes</div><div>-- Up-to-date: /home/mark/GitProjects/builds/<wbr>kio/mkspecs/modules/qt_<wbr>KIOCore.pri</div><div>CMake Error at src/protocoltojson/cmake_<wbr>install.cmake:42 (file):</div><div>  file INSTALL cannot find</div><div>  "/home/mark/GitProjects/<wbr>builds/kio/bin/protocoltojson"<wbr>.</div><div>Call Stack (most recent call first):</div><div>  src/cmake_install.cmake:46 (include)</div><div>  cmake_install.cmake:72 (include)</div><div><br></div><div><br></div><div>make: *** [Makefile:74: install] Error 1</div><div><br></div><div>and protocoltojson is indeed gone from the bin folder.</div><div>Running find . -iname "protocoltojson"</div><div>only gives me the build folder for it, the binary is actually gone...</div><div><br></div><div>Am i doing anything wrong?</div><div><br></div><div>Cheers,</div><div>Mark</div><div><br></div><div><br></div><div>[1] <a href="https://paste.kde.org/ptfhyntme" target="_blank">https://paste.kde.org/<wbr>ptfhyntme</a></div><div><br></div></div>
</blockquote></div><br></div><div class="gmail_extra">Note: i got the cmake arguments from ArchLinux: <a href="https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/kio">https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/kio</a></div></div>