1.2.4 doesn't build [Arch Linux]
insunaa opened this issue · 2 comments
1.2.4 will not build. I've attached my full build log.
I assume it's because it doesn't build libclangmm first, or something like that.
All dependencies are up to date and I'm on Kernel 4.11.0
buildlog.txt
I think the issue is that you are trying to build latest jucipp without updating the libclangmm submodule. Not sure the git command to do this, but you can do a complete git clone --recursive https://github.com/cppit/jucipp
.
Nope, I did a complete recursive clone, I even cloned it again in a different folder.
Edit: After manually updating the submodules, it compiled in my main git directory, but it still did not build when I cloned into a completely new directory.
Edit2: Nevermind, a second folder now also builds... I must've done something wrong. Thank you!