https://issues.dlang.org/show_bug.cgi?id=23225
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #4 from Dlang Bot <[email protected]> --- dlang/dmd pull request #14267 "Fix Issue 23225 - OpenBSD: cpp invocation cannot find files" was merged into master: - 8e873ea24729805168d42f0bb560b5bb60404dff by Brian Callahan: Fix Issue 23225 - OpenBSD: cpp invocation cannot find files A bug in the shell script that lives in /usr/bin/cpp eats the -o flag in the CPP invocation, which breaks ImportC. This workaround is to use /usr/libexec/cpp instead, which is the actual CPP binary. https://github.com/dlang/dmd/pull/14267 --
