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
build with go version 1.11
then I got this errror
go build github.com/crewjam/go-xmlsec: invalid flag in #cgo CFLAGS: -UXMLSEC_CRYPTO_DYNAMIC_LOADING
The text was updated successfully, but these errors were encountered:
Temp fix: export CGO_CFLAGS_ALLOW=".*"
export CGO_CFLAGS_ALLOW=".*"
Sorry, something went wrong.
I removed all the CFLAGS and LDFLAGS and only added this: // #cgo pkg-config: xmlsec1-openssl
You can check this fork for an example: (cgo.go and xmlsec.go) https://github.com/r03/go-xmlsec
Builds on linux and windows with msys2.
No branches or pull requests
build with go version 1.11
then I got this errror
go build github.com/crewjam/go-xmlsec: invalid flag in #cgo CFLAGS: -UXMLSEC_CRYPTO_DYNAMIC_LOADING
The text was updated successfully, but these errors were encountered: