-
Notifications
You must be signed in to change notification settings - Fork 23
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
'libsql.h' file not found #21
Comments
OK, I think I found the issue, there is a conflict with antlrv4.
Making a PR, gonna check if updating the path fixes my issue. |
Went even more into the rabbit whole and it seems that Antlr moved their Go runtime into its own dedicated repo as per their documentation: I tried to change the repo and the dependencies inside the go-libsql but it seems it the changes reach up to I'll try and open up an MR in |
Here is the PR to change the path for libsql/sqlite-antlr4-parser: libsql/sqlite-antlr4-parser#4 Once that gets merged I'll make the PR for this repo. |
I've just run into this same issue 😞 My project still uses vendoring, and I noticed that the |
I've just run into this same issue. Our project is using vendoring. I resolved this issue with manual copy of folder"lib" into vendored folder of go-libsql |
Just signed up to try Turso as a huge fan of SQLite but sadly encountered a weird bug right off the bat.
I say weird because when I try the the sample code as a standalone, in a separate go project it works asp expected, but when I try to integrate it into my bigger project it crashes with the following error:
Sharing the code I used, although nothing fancy, just the example code take off the documentation.
It is pretty late around here and I am a bit spent, so there might be a chance I am doing something stupid. Currently my only hunch is that there might be some sort of conflict with the other sqlite packages, although not sure how that'd be possible.
The text was updated successfully, but these errors were encountered: