[Issue 23225] OpenBSD: cpp invocation cannot find files

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jul 4 02:54:49 UTC 2022


https://issues.dlang.org/show_bug.cgi?id=23225

Dlang Bot <dlang-bot at dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #3 from Dlang Bot <dlang-bot at dlang.rocks> ---
@ibara created dlang/dmd pull request #14267 "Fix Issue 23225 - OpenBSD: cpp
invocation cannot find files" fixing this issue:

- 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

--


More information about the Digitalmars-d-bugs mailing list