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

Unable to run on windows #30

Open
rjjrbatarao opened this issue Jun 6, 2024 · 3 comments
Open

Unable to run on windows #30

rjjrbatarao opened this issue Jun 6, 2024 · 3 comments

Comments

@rjjrbatarao
Copy link

when I try to run the go using the examples it shows cannot find -lsql_experimental

@just-Bri
Copy link

Running in to the same error but probably a bit more unique situation.

I'm writting a program using raylib-go and go-libsql, currently working on linux.

When trying to cross compile to windows I get the following error:

/usr/local/go/pkg/tool/linux_amd64/link: running x86_64-w64-mingw32-gcc failed: exit status 1
/usr/bin/x86_64-w64-mingw32-ld: cannot find -lsql_experimental: No such file or directory
collect2: error: ld returned 1 exit status

@haaawk
Copy link
Contributor

haaawk commented Jul 18, 2024

Unfortunately, Windows is not currently supported. We don't have machines to build binaries for Windows.

@payne8
Copy link

payne8 commented Oct 17, 2024

Hey. I really like libsql and am using Turso on a couple of projects. I build cross platform tools and highly value being able to run the same code on each platform. I decided to put together a library that allows me to do this.

https://github.com/payne8/go-libsql-dual-driver

For anyone looking to consistently support Windows, Linux and MacOS in the same project please consider giving my wrapper a try.

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

4 participants