dsc56927 2017-11-11 20:22
浏览 32
已采纳

去安装-Win10上的行为不同于osx或linux

I have GOPATH set to:

~/Projects/golang

On Linux, OSX and Win10. My code is under:

$GOPATH/src/bitbucket.org/user/project/sublib

with pkg in the appropriate parallel loacation. On Linux and OSX I can run go install in the sublib directory and the lib builds and gets installed in

$GOPATH/pkg/bitbucket.org/user/project/sublib.a

and everything imports fine. On Windows 10 however with the same rig, I need to supply the path when installing:

> go install bitbucket.org\user\project\sublib

which works, but the imports in main() (say) do not.

import (
    "net/http"

    "bitbucket.org/user/project/sublib"
    "github.com/gorilla/handlers"
    "github.com/gorilla/mux"
)

does not compile. What am I missing on Windows?

John@RATBONE C:\Users\John\Projects\golang\src\bitbucket.org\user\project\sublib> go env
set GOARCH=amd64
set GOBIN=C:\Users\john\Projects\golang\bin
set GOEXE=.exe
set GOHOSTARCH=amd64
set GOHOSTOS=windows
set GOOS=windows
set GOPATH=C:\Users\john\Projects\golang
set GORACE=
set GOROOT=C:\Go
set GOTOOLDIR=C:\Go\pkg\tool\windows_amd64
set GCCGO=gccgo
set CC=gcc
set GOGCCFLAGS=-m64 -mthreads -fmessage-length=0
set CXX=g++
set CGO_ENABLED=1
set CGO_CFLAGS=-g -O2
set CGO_CPPFLAGS=
set CGO_CXXFLAGS=-g -O2
set CGO_FFLAGS=-g -O2
set CGO_LDFLAGS=-g -O2
set PKG_CONFIG=pkg-config
> go version
go version go1.9.2 windows/amd64
  • 写回答

1条回答 默认 最新

  • douque2016 2017-11-12 23:24
    关注

    Solved: case error in GOPATH (john vs. John). Never noticed it. Odd that it affected go install but not go build of main()?

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

    报告相同问题?

    悬赏问题

    • ¥15 单点式登录SSO怎么爬虫获取动态SSO_AUTH_ACCESS_Token
    • ¥15 MATLAB中的fft问题
    • ¥30 哈夫曼编码译码器打印树形项目
    • ¥20 求完整顺利登陆QQ邮箱的python代码
    • ¥15 怎么下载MySQL,怎么卸干净原来的MySQL
    • ¥15 网络打印机Ip地址自动获取出现问题
    • ¥15 求局部放电案例库,用于预测局部放电类型
    • ¥100 QT Open62541
    • ¥15 stata合并季度数据和日度数据
    • ¥15 谁能提供rabbitmq,erlang,socat压缩包,记住版本要对应