Closed DDzwiedziu closed 4 months ago
Better include commands executed. Looks like you try to build directly on source directory.
You should configure out source builds.
This is for cmake but should be valid for any buildsystem: https://cmake.org/cmake/help/book/mastering-cmake/chapter/Getting%20Started.html
Please see the last edit, it was most probably checkinstall
's fault, which I was using (which was surprise for me). Besides that I've took the commands straight from https://github.com/albfan/miraclecast/wiki/Building
Sorry for bothering you for no good reason.
Edit 2: with
autotools
:If I understand correctly the
res
files are in../res
not../../res
Edit: if I go to
build/ % ./res/Makefile
and change$VPATH
by removing one../
then themake
goes further, but borks on another step:Edit 2: am I sane? I've tried the
cmake
way, and:Edit 3: maybe I'm not ¯_(ツ)_/¯
Edit 4: this is probably a problem with
checkinstall
, infortunately.