MaxRev-Dev / gdal.netcore

GDAL 3.x C#/F# bindings for .NET apps
MIT License
161 stars 36 forks source link

[BUG] Can't build on Linux #72

Closed bjornharrtell closed 1 year ago

bjornharrtell commented 2 years ago

A line to remove build dir was added in https://github.com/MaxRev-Dev/gdal.netcore/commit/7cebd9b51fbbc0cfca4aa5eec377dd8caf874488

Line added to unix/gdal-makefile: $(DEL_DIR) "$(BUILD_ROOT)/$(LW)-build"

This doesn't work on a clean clone, gives this output:

[gdal.netcore] PROJ | Building...
rm -r "/root/gdal.netcore/unix/../build-unix/proj-build"
rm: cannot remove '/root/gdal.netcore/unix/../build-unix/proj-build': No such file or directory
MaxRev-Dev commented 1 year ago

Closing this as deprecated. Feel free to test build pipeline for the 3.6.0 version.