[Issue 24308] [ImportC] druntime\import\importc.h(134): fatal error C1034: sal.h: no include path set
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Dec 30 18:48:48 UTC 2023
https://issues.dlang.org/show_bug.cgi?id=24308
Walter Bright <bugzilla at digitalmars.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bugzilla at digitalmars.com
--- Comment #1 from Walter Bright <bugzilla at digitalmars.com> ---
This problem surfaced after:
#include "sal.h"
was added by:
https://github.com/dlang/dmd/pull/15563
I'm wondering if the problem you're seeing is the INCLUDE environment variable
that points to the VC include directory has not been set?
--
More information about the Digitalmars-d-bugs
mailing list