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

Building on mac gives errors on certain symbols #24

Open
bolkedebruin opened this issue Mar 18, 2024 · 1 comment
Open

Building on mac gives errors on certain symbols #24

bolkedebruin opened this issue Mar 18, 2024 · 1 comment

Comments

@bolkedebruin
Copy link

bolkedebruin commented Mar 18, 2024

../../go/pkg/mod/github.com/msteinert/pam/v2@v2.0.0/errors.go:81:21: could not determine kind of name for C.PAM_BAD_ITEM
../../go/pkg/mod/github.com/msteinert/pam/v2@v2.0.0/errors.go:84:23: could not determine kind of name for C.PAM_CONV_AGAIN
../../go/pkg/mod/github.com/msteinert/pam/v2@v2.0.0/errors.go:88:24: could not determine kind of name for C.PAM_INCOMPLETE

They are probably Linux specific. Can these be OS architecture dependent?

@3v1n0
Copy link
Collaborator

3v1n0 commented Mar 18, 2024

Yeah, it could be definitely be the case... We need check if those are defined and provide fallbacks otherwise.

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