You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We usually we use golang-nuts for searching for/asking questions like these and the issue tracker for bugs that might be a problem in Go itself.
Please see https://github.com/golang/go/wiki/Questions for resources.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
I created an environment variable on my linux
And I wrote following code and executed it.
I tried (SGXSDK), {SGXSDK}", "$(SGXSDK)" and so on. Everything does not work. But
#cgo CPPFLAGS: -I/home/xiaofo/sgxsdk/include
works
What did you expect to see?
I expected that it runs without any error.
What did you see instead?
package main: /home/xiaofo/Dropbox/instapay/se/main.go: malformed #cgo argument: $(SGXSDK)/include
The text was updated successfully, but these errors were encountered: