初级会员
  • 第 4271 位会员
  • virnos
  • 47358251@qq.com
  • 2016-01-12 12:03:08
  • Offline
  • 0

最近发布的主题

    暂无

最近发布的文章

    暂无

最近分享的资源

    暂无

最近发布的项目

    暂无

最近的评论

  • 上面的处理好了, 我把注释去掉就可以了, 但报了这个错, C:/go/bin/go.exe get -v . [D:/go/src/ui] github.com/andlabs/ui # github.com/andlabs/ui C:/mingw-w64/x86_64-5.3.0-posix-seh-rt_v4-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/5.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lui collect2.exe: error: ld returned 1 exit status 错误: 进程退出代码 2. 求指导。
  • C:/go/bin/go.exe get -v . [D:/go/src/ui] github.com/andlabs/ui # github.com/andlabs/ui ..\github.com\andlabs\ui\area.go:9:17: fatal error: ui.h: No such file or directory // #include "ui.h" ^ compilation terminated. 错误: 进程退出代码 2. 我删除掉这行(// #include "ui.h")后, 提示: C:/go/bin/go.exe get -v . [D:/go/src/ui] github.com/andlabs/ui # github.com/andlabs/ui could not determine kind of name for C.intmax_t could not determine kind of name for C.uiArea could not determine kind of name for C.uiAreaHandler could not determine kind of name for C.uiAreaQueueRedrawAll could not determine kind of name for C.uiAreaSetSize could not determine kind of name for C.uiControl could not determine kind of name for C.uiControlDestroy could not determine kind of name for C.uiControlDisable could not determine kind of name for C.uiControlEnable could not determine kind of name for C.uiControlHandle could not determine kind of name for C.uiControlHide could not determine kind of name for C.uiControlShow could not determine kind of name for C.uiNewArea could not determine kind of name for C.uiNewScrollingArea 错误: 进程退出代码 2. 我liteide 配置如下; # native compiler windows 386 #GOROOT=c:\go #GOBIN= #GOARCH=386 #GOOS=windows #CGO_ENABLED=1 #GO15VENDOREXPERIMENT=1 #PATH=%PATH%;C:\mingw-w64\x86_64-5.3.0-posix-seh-rt_v4-rev0\mingw64\bin; #LITEIDE_GDB=gdb LITEIDE_MAKE=mingw32-make LITEIDE_TERM=%COMSPEC% LITEIDE_TERMARGS= LITEIDE_EXEC=%COMSPEC% LITEIDE_EXECOPT=/C 求指导。
  • 评论了博文 Go语言ssh简单的使用
    c:/Go/bin/go.exe get -v . [D:/go/src/SshTool] package go-ssh/ssh: unrecognized import path "go-ssh/ssh" (import path does not begin with hostname) 错误: 进程退出代码 1.