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
Hello!
Sorry, but I hit issue "Could not find source directory" again :(
I have pretty tricky magic with symlinks and GOPATH to make Atom Go happy: atom/atom#12190
So, actual error message looks like:
Error: error=Could not find source directory: GOPATH=["/Users/pavel/.CFGOPATHRRDNS/src/code.secure.domain/sys/rrdns/.GOPATH"] REL="/Users/pavel/.CFGOPATHRRDNS/src/code.secure.domain/sys/rrdns/rrdns/api/schema" path="": .GOPATH/src/code.secure.domain/sys/rrdns/rrdns/api/schema/structured_query.go:4: running "ffjson": exit status 1 Makefile:279: recipe for target 'messagepack' failed make: *** [messagepack] Error 1
My current path:
/Users/pavel/.CFGOPATHRRDNS/src/code.secure.domain/sys/rrdns
Do you have any ideas why it happens? We also use msgp generator and it works really well in this environment.
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello!
Sorry, but I hit issue "Could not find source directory" again :(
I have pretty tricky magic with symlinks and GOPATH to make Atom Go happy: atom/atom#12190
So, actual error message looks like:
My current path:
Do you have any ideas why it happens? We also use msgp generator and it works really well in this environment.
Thanks!
The text was updated successfully, but these errors were encountered: