Giter Club home page Giter Club logo

Comments (9)

lukeroth avatar lukeroth commented on July 4, 2024 2

OK, I've wrapped the CPLErr / OGRErr in a Go type to prevent these errors. Builds and passes tests on Go 1.21, GDAL 3.6.4.

from gdal.

lukeroth avatar lukeroth commented on July 4, 2024 1

In the most recent release notes, https://tip.golang.org/doc/go1.21, it says:

Cgo
In files that import "C", the Go toolchain now correctly reports errors for attempts to declare Go methods on C types.

It looks like 1.21 is reporting an error for something that was already incorrect but wasn't caught until now; we will need to wrap the C error types in Go error types here to declare this method.

from gdal.

chris avatar chris commented on July 4, 2024

I'm seeing this as well:

❯ go build
# github.com/lukeroth/gdal
../../../../go/pkg/mod/github.com/lukeroth/[email protected]/gdal.go:44:11: cannot define new methods on non-local type C.CPLErr
../../../../go/pkg/mod/github.com/lukeroth/[email protected]/gdal.go:60:11: cannot define new methods on non-local type C.OGRErr

from gdal.

paulterinho avatar paulterinho commented on July 4, 2024

Same here :(

from gdal.

paulterinho avatar paulterinho commented on July 4, 2024

@lukeroth Any recommendations about what I might be doing incorrectly? (P.S. great project!)

from gdal.

chris avatar chris commented on July 4, 2024

To add a bit more - this started happening after upgrading from Go 1.20 to 1.21. I will also note that this is on macOS (I'm on macOS 13.5), and I'm not sure if other OS's are affected the same way. So, it appears it's something related to use with Go 1.21. I've used this project (agree, great!) for several years now, and with several Go versions, first time I've seen a breakage that I can remember. Going back to Go 1.20.7 alleviated the problem for me.

from gdal.

paulterinho avatar paulterinho commented on July 4, 2024

@chris Timely update and advice! Thanks so much. Can confirm, 1.20 works!

from gdal.

chris avatar chris commented on July 4, 2024

@lukeroth thanks for the quick fix - verified it resolves the compile errors for me.

from gdal.

paulterinho avatar paulterinho commented on July 4, 2024

@lukeroth Agreed with @chris, Thanks for the swift fix!

from gdal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.