Index | Thread | Search

From:
Robert Nagy <robert@openbsd.org>
Subject:
libcxx update requires manual steps before make build
To:
tech@openbsd.org
Date:
Fri, 26 Jan 2024 16:40:42 +0100

Download raw body.

Thread
Hi

The recent commits that update libcxx will require anyone doing
a make build to cleanup some old headers first, because libcxx
moved the __string header to a subdirectory called __string so
make includes will fail without this step.

You simply have to do an rm -rf /usr/include/c++/v1 before doing
a make build, which will completely "clean up" the old headers.