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 slam rangenet++配置
  • ¥15 对于相关问题的求解与代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 信号傅里叶变换在matlab上遇到的小问题请求帮助
  • ¥15 保护模式-系统加载-段寄存器
  • ¥15 电脑桌面设定一个区域禁止鼠标操作
  • ¥15 求NPF226060磁芯的详细资料
  • ¥15 使用R语言marginaleffects包进行边际效应图绘制
  • ¥20 usb设备兼容性问题
  • ¥15 错误(10048): “调用exui内部功能”库命令的参数“参数4”不能接受空数据。怎么解决啊