We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 linux with go 1.10 leads to:
github.com/crewjam/go-xmlsec: invalid flag in #cgo CFLAGS: -w
The text was updated successfully, but these errors were encountered:
As a workaround:
CGO_CFLAGS_ALLOW='-w|-UXMLSEC_CRYPTO_DYNAMIC_LOADING' go build -o /tmp/foo
Sorry, something went wrong.
github.com/<username>/<repo_name>/vendor/github.com/crewjam/go-xmlsec: invalid flag in #cgo CFLAGS: -UXMLSEC_CRYPTO_DYNAMIC_LOADING
Am getting this error. Can anyone please help?
@dheeraj2dj Other issue provides a temporary workaround for this. #19
No branches or pull requests
Building on linux with go 1.10 leads to:
The text was updated successfully, but these errors were encountered: