You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get a build error, when the IGVM C library is not installed system-wide.
It seems the include paths indicated by pkgconfig are not picked up correctly for all
compilation units. For example backends/igvm.c builds, but then it fails later at target/i386/sev.c.
I probably did not hit this until now and assumed the pkgconfig detection works fine, because
I had an old left-over igvm.h around in the system ...
I get a build error, when the IGVM C library is not installed system-wide.
It seems the include paths indicated by pkgconfig are not picked up correctly for all
compilation units. For example
backends/igvm.c
builds, but then it fails later attarget/i386/sev.c
.I probably did not hit this until now and assumed the pkgconfig detection works fine, because
I had an old left-over
igvm.h
around in the system ...The text was updated successfully, but these errors were encountered: