Skip to content

Allow building on OpenBSD #976

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

Merged
merged 1 commit into from
Oct 25, 2021
Merged

Allow building on OpenBSD #976

merged 1 commit into from
Oct 25, 2021

Conversation

ledeuns
Copy link
Contributor

@ledeuns ledeuns commented Oct 24, 2021

When launching go build -x --tags "icu", build fails with

# github.com/mattn/go-sqlite3
sqlite3-binding.c:198677:10: fatal error: 'unicode/utypes.h' file not found

Add OpenBSD lib/include path.

@mattn mattn merged commit 1f85ebd into mattn:master Oct 25, 2021
@mattn
Copy link
Owner

mattn commented Oct 25, 2021

Thank you

@mattn
Copy link
Owner

mattn commented Oct 26, 2021

@ledeuns Merged this but I want to change way to build icu to use pkg-config. What do you think?

@ledeuns
Copy link
Contributor Author

ledeuns commented Oct 26, 2021

I don't have an opinion about that. It seems like a good move to prevent handling each system manually but I don't know how much work it takes.

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

Successfully merging this pull request may close these issues.

2 participants