pan-light icon indicating copy to clipboard operation
pan-light copied to clipboard

编译时候出现错误

Open netstat1grep80 opened this issue 4 years ago • 1 comments

go run ../qt/cmd/qtsetup/main.go

INFO[0000] running: 'qtsetup prep' INFO[0000] successfully created qtrcc symlink in your PATH (/usr/local/bin/qtrcc) INFO[0000] successfully created qtmoc symlink in your PATH (/usr/local/bin/qtmoc) INFO[0000] successfully created qtminimal symlink in your PATH (/usr/local/bin/qtminimal) INFO[0000] successfully created qtdeploy symlink in your PATH (/usr/local/bin/qtdeploy) INFO[0000] running: 'qtsetup check darwin' [docker=false] [vagrant=false] /Users/china/go/src/github.com/peterq/pan-light/qt/bindings INFO[0000] GOOS: * 'darwin' INFO[0000] GOARCH: * 'amd64'

... ... ...

ERRO[0265] failed to run command _func=RunCmd cmd="go env GOMOD" dir=qml/application env= error="chdir qml/application: no such file or directory" name=GOMOD

netstat1grep80 avatar Jul 30 '19 03:07 netstat1grep80

这个错误的表面原因是安装binding失败,应该可以看到在日志中有 failed install之类的字样。

具体原因可以使用一下命令查看: go run ../qt/cmd/qtsetup/main.go -debug

xuwei0455 avatar Aug 13 '19 13:08 xuwei0455