On Mon, 4 Sept 2023 at 14:14, Stuart Henderson <s...@spacehopper.org> wrote:

> On 2023/09/04 11:13, Jos Dehaes wrote:
> > How could we go about including this in OpenBSD (ports or native
> package)?
>
> it would need to be added as a port, then packages will be built.
>
> ports cannot be built with gcc 11 (gcc 8 and 11 can't be installed
> together and other ports require gcc 8).
>
> so due to the hard dep on C++20 it will need some very new stuff in
> -current ports to be able to build with llvm 16 (this is so new that
> packages aren't available yet).
>
> attached tgz is a start at a port, but i might have got the llvm 16
> bits wrong.
>

Thanks, I tried to build it, but apparently it builds using clang 13 which
fails.

Any tips on how to solve this? Do I first manually need to build clang 16?

Reply via email to