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
fix(opencv): wire glibc + linux-headers include dirs via CPATH (host-free headers)
With LIBRARY_PATH fixed, the build advances to compiling 3rdparty (libjpeg-turbo,
zlib) then fails: 'stdlib.h / limits.h: No such file'. Same gap as the LINK env but
for HEADERS — gcc's specs don't add xim:glibc's include (nor xim:linux-headers uapi)
to the search path; mcpp's build supplies it via CPATH, not inherited by install().
Export CPATH=<glibc>/include:<linux-headers>/include for the cmake steps and declare
xim:linux-headers@5.11.1 so pkginfo can resolve it. Fully host-free.
0 commit comments