cheggaaa/go-poppler

CGO option no longer whitelisted

Closed this issue · 1 comments

Per golang/go#23749 (comment), cflags-only-I is no longer a whitelisted cgo option for the Go compiler, hence I was not able to build using go get. I set the environment variable as indicated as a temporary fix, but I'm not familiar enough with the flags and how you're using them to propose a permanent fix. If you could look into it for future users of your library, I'm sure folks would appreciate that. Thanks!

I pushed some fixes. Please check the last version.