[ 75%] Generating ./kate/sipkatepart0.cpp cd ...kate-4.13.97/x86_64-redhat-linux-gnu/addons/kate/pate/sip && /usr/bin/cmake -E echo cd .../kate-4.13.97/x86_64-redhat-linux-gnu/addons/kate/pate/sip && touch .../kate-4.13.97/x86_64-redhat-linux-gnu/addons/kate/pate/sip/./kate/sipkatepart0.cpp cd .../kate-4.13.97/x86_64-redhat-linux-gnu/addons/kate/pate/sip && /usr/bin/sip -t ALL -t WS_X11 -t Qt_4_8_4 -g -x PyKDE_QVector -j 1 -c .../kate-4.13.97/x86_64-redhat-linux-gnu/addons/kate/pate/sip/./kate -I /usr/share/sip/PyQt4 -I /usr/share/sip/PyKDE4 -I .../kate-4.13.97/addons/kate/pate/sip/kate .../kate-4.13.97/addons/kate/pate/sip/kate/katemod.sip sip: Unable to find file "pykde_config.sip" make[2]: *** [addons/kate/pate/sip/./kate/sipkatepart0.cpp] Error 1 Interestingly, the build is ok when building against pykde4-4.13.3, only fails like this when trying to use pykde4-4.13.97
And, I can find no pykde_config.sip anywhere either.
OK, found a reference in pykde4 sources, seems the problem of awol pykde_config.sip lies there.
It would appear that neither pykde_config.sip nor pykdeconfig.py get created if one does out-of-tree builds, e.g. mkdir build; cd build cmake .. make ...
Created attachment 88169 [details] fix out-of-tree builds first try, seems to fix the problem for me.
Hrm, that was just a start, the files get created at build time, but they don't seem to get installed yet.
Created attachment 88172 [details] fix out-of-tree builds Second version, also handles installing new pykde_config.sip file
Submitted, https://git.reviewboard.kde.org/r/119679/
Git commit 84139e526d1ed02d15606dacbd4c9b0c8cf1a872 by Rex Dieter. Committed on 14/08/2014 at 20:15. Pushed by rdieter into branch 'KDE/4.14'. install pykde_config.sip too REVIEW: 119679 M +1 -0 CMakeLists.txt http://commits.kde.org/pykde4/84139e526d1ed02d15606dacbd4c9b0c8cf1a872