我是 GO 新手。我决定使用Thrift for Go的实现。阅读完手动安装说明步骤后,我从git下载了最后的Thrift 0.9.0并开始构建过程:我的构建脚本如下:#!/bin/bashexport THRIFT=$(pwd)/thriftexport THRIFT4GO=$(pwd)/thrift4goexport GOROOT=/usrbash $THRIFT4GO/scripts/merge_and_build.sh -bcd $THRIFT#./cleanup.sh./bootstrap.sh./configure --with-go --without-python --without-csharpmakeif "$?" == "1"; then ln -s $THRIFT/lib/go/src/thrift $GOPATH/src/thrift go install thriftfi但是make不适用于GO,问题出在哪里?我在bash中使用导出的GOPATH变量正确安装了GO,“ go install”可用于其他项目。我不明白为什么GO找不到包裹。
1 回答
- 1 回答
- 0 关注
- 190 浏览
添加回答
举报
0/150
提交
取消