After managing to go get
the tensorflow repo (as described in my previous question).
I now have the right code in $GOPATH
(the one from the go branch), but the compilation now generates the error message:
can't load package:
package github.com/tensorflow/tensorflow/tensorflow/contrib/go:
/home/arafat/go/src/github.com/tensorflow/tensorflow/tensorflow/contrib/go/lib.go:
malformed #cgo argument: -I${SRCDIR}/../../../
How can I solve this compilation issue?