Closed christophe-f8 closed 1 month ago
I was trying to compile fastgltf into an Alpine Docker container (based on ghcr.io/osgeo/gdal:alpine-small-latest to be exact) but it would complain it couldn't find definitions for O_RDWR and open.
After including fcntl.h the compilation worked.
I was trying to compile fastgltf into an Alpine Docker container (based on ghcr.io/osgeo/gdal:alpine-small-latest to be exact) but it would complain it couldn't find definitions for O_RDWR and open.
After including fcntl.h the compilation worked.