Carpenter
Carpenter
Thanks for the quick reply. Manually chmod the folder did the trick.
Due to holidays and finishing projects I wasn't able to work on this for a while. However, this week I had some time. I've added netcdf-c to the VCPKG_REQUIRE line...
> Yes and no, for `ssl`. PROJ uses `curl` library with internal `ssl` from `vcpkg`. It can be some issue with cached link symbols. Please, try to rebuild PROJ with...
> You can check that symbol (`OPENSSL_sk_num`) is not available in older one. So it seems like there is some collision between package versions. > Probably, PROJ uses your `OpenSSL...
I've installed a fresh CentOS 7 WSL system, updated it and installed everything according to the [Unix Readme](https://github.com/MaxRev-Dev/gdal.netcore/tree/master/unix). Everything compiles succesfully and I can generate the bindings and create the...
That's what it makes weird right? When removing `netcdf-c` from the line `VCPKG_REQUIRE=tiff expat xerces-c libpng libiconv zlib` line in the `shared/GdalCore.opt` file everything builds without any errors. But when...