Open NicoHood opened 11 months ago
It seems that you're not very familiar with making on linux. You see the error make[3]: *** [Makefile.linux:9: linux] Error 1
, which seems to be the file .../frontends/qt/server/Makefile.linux, at line 9. There you have CC=clang \
, so I guess you need the clang package.
I would recommend to close this issue.
Hi, I am trying to build this app natively for archlinux. I have no idea why the build process fails, as there is little to no information in the terminal.
As a reference this is my PKGBUILD, where you can see the steps that are being executed and the dependencys I have installed. I guess some dependencies are missing, but I dont know yet which it is.
This is the terminal log (only the last few lines, as the log is very long):