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
ubuntu16.04编译thrift-0.11.0
g++: error: /usr/local/lib/libboost_unit_test_framework.a: No such file or directory
The text was updated successfully, but these errors were encountered:
sudo apt-get install libboost-dev
Sorry, something went wrong.
问题描述
GOPATH=`pwd` /home/baidu/go/bin/go get golang.org/x/net/context GOPATH=`pwd` /home/baidu/go/bin/go build ./thrift go: cannot find main module; see 'go help modules' Makefile:823: recipe for target 'all-local' failed make[4]: *** [all-local] Error 1
解决方法
export GO111MODULE=auto
No branches or pull requests
ubuntu16.04编译thrift-0.11.0
The text was updated successfully, but these errors were encountered: