I'm on window 11 and I'm having use trying to build my module which imports simplefeature/geos
When I try to build I'm getting the follow error:
github.com/peterstace/simplefeatures/internal/rawgeos: build constraints exclude all Go files in C:\Users\alexandre.borowczyk\go\pkg\mod\github.com\peterstace\simplefeatures@v0.47.1\internal\rawgeos
I've then install GOES 3.12.1 using the OSGeo4W network installer
I've been building and running the same code without any issue on Ubuntu 22.04 where I've install GEOS with
sudo apt install libgeos++-dev libgeos3.12.1 libgeos-c1v5 libgeos-dev libgeos-doc
I'm on window 11 and I'm having use trying to build my module which imports simplefeature/geos
When I try to build I'm getting the follow error:
github.com/peterstace/simplefeatures/internal/rawgeos: build constraints exclude all Go files in C:\Users\alexandre.borowczyk\go\pkg\mod\github.com\peterstace\simplefeatures@v0.47.1\internal\rawgeosI've then install GOES 3.12.1 using the OSGeo4W network installer
I've been building and running the same code without any issue on Ubuntu 22.04 where I've install GEOS with
sudo apt install libgeos++-dev libgeos3.12.1 libgeos-c1v5 libgeos-dev libgeos-doc