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

Can't install on Linux #1

Open
lillem4n opened this issue Jul 11, 2021 · 2 comments
Open

Can't install on Linux #1

lillem4n opened this issue Jul 11, 2021 · 2 comments

Comments

@lillem4n
Copy link

lillem4n commented Jul 11, 2021

Getting the following error:

go: downloading github.com/cretz/go-sqleet v0.0.0-20180806225354-3aa61213a6ce
# github.com/cretz/go-sqleet/sqlite3
sqlite3-binding.c:212612:10: fatal error: stropts.h: No such file or directory
212612 | #include <stropts.h>
       |          ^~~~~~~~~~~
compilation terminated.

It seems Linux never supported stropts? And it have been marked as obsolete by POSIX as well. Can this dependency be removed?

@cretz
Copy link
Owner

cretz commented Jul 13, 2021

That file comes from https://github.com/mattn/go-sqlite3. Are you able to build that project?

@lillem4n
Copy link
Author

Yup, that builds and runs fine. So no idea why I get this error when trying to build this. :S

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

2 participants