Skip to content
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

Cannot compile with Gomobile #613

Closed
ehsannm opened this issue Jul 23, 2018 · 2 comments
Closed

Cannot compile with Gomobile #613

ehsannm opened this issue Jul 23, 2018 · 2 comments

Comments

@ehsannm
Copy link

ehsannm commented Jul 23, 2018

I get this error when i bind my project with go mobile:

mattn/go-sqlite3/error.go:14:17: invalid constant type invalid type)))

the error is for this line:

// ErrNoMask is mask code.
const ErrNoMask C.int = 0xff

any help?

@mattn
Copy link
Owner

mattn commented Jul 23, 2018

I'm not familier to gombile but it is possible to comple CGO package?

@gjrtimmer
Copy link
Collaborator

@ehsannm Have you checked the README ? Please see #201 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants