#How do to I make cmake work
18 messages · Page 1 of 1 (latest)
is clang installed?
I think ao
check
maybe try export CXX=...
Yeah that aorkd
Nvm
Does anybody have a working methods for installing apngasm in termux
boost is packaged as boost, boost-headers and boost-static. You could try to run apt install boost* to install all of them.
I'm not sure. But it seems that you're using ndk libcxx's header but doesn't link against it. Try export LDFLAGS=-lc++_shared.
Nope 😦
Where do you get the clang-16 binary? I suppose that clang-16 on your device cannot pick the right libc++ shared library thus cannot compile this c++ program....
I recommend that you should use clang-15 which is provided by the termux-main repository. Is there any particular reason that you must use clang-16?
Because it's newer than clang 15 I suppose