-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest commit Gives errorin lines: ogr.go:192 and ogr.go:309 #34
Comments
@bodaay also you can check how I managed to install lukeroth/gdal from travis.yml |
Based on the |
Anyway, I had the same problem like @bodaay ; I can't rely on people using latest gdal so I forked and made the small fixes needed for the libgdal20 that is present on Ubunutu 18.04.LTS: which is 2.2.3 version Thanks a lot for this repository by the way, work is much appreciated! If theoretically possible to maintain LTS branches for Ubuntu 18.04 feel free to ask for a PR to push this small change into a separate branch for people like me and @bodaay |
Thanks for your comments, this repository has languished for some time as go did not end up being widely used at our company. I'm cleaning things up a bit today and trying to get everything current with the most recent GDAL version on ubuntu 18.10. Pull requests are always welcome! |
Error details: cannot use pabyData (type unsafe.Pointer) as type *_Ctype_uchar in argument to func literal
The latest commit (6 days ago from this post date) generate these errors when installing/updating:
go get -u github.com/lukeroth/gdal
OS: Ubuntu Bionic 18.04
libgdal-dev: 2.2.3+dfsg-2
The text was updated successfully, but these errors were encountered: