#How do to I make cmake work

18 messages · Page 1 of 1 (latest)

cedar kelp
#

I cnat get it to find clang

#

Does it matter that I symblinked clang-16 to clang and clang-14

covert steeple
#

is clang installed?

cedar kelp
#

I think ao

covert steeple
#

check

cedar kelp
#

Yeah it's installed

#

Nvm I dont have clang-14 symblinked

covert steeple
#

maybe try export CXX=...

cedar kelp
#

Yeah that aorkd

#

Does anybody have a working methods for installing apngasm in termux

chilly trail
#

boost is packaged as boost, boost-headers and boost-static. You could try to run apt install boost* to install all of them.

cedar kelp
#

It might be bc I fucked with clang and llvm and gcc too much idk

chilly trail
#

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.

cedar kelp
#

Nope 😦

chilly trail
#

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?

cedar kelp
#

Because it's newer than clang 15 I suppose