DTStack / DTStack/chengying-agent
编译报错
- Dominant language
- Go
- Stars
- 31
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
环境:windows 11,go v1.21.1,IDE goland v2023.2.1
已经参考 https://github.com/DTStack/chengying-agent/issues/4 安装protobuf的软件包
在chengying-agent目录下执行make all报错如下:
```
Generating protocol codes ...
protoc -I=internal/proto -I=D:\Go_Workspace\chengying-1.1.1\chengying-server\matrix;D:\Go_Workspace\chengying-1.1.1\chengying-server;D:\Go_Workspace\chengying-1.1.1;C:\Users\Administrator\go/src/ -I=D:\Go_Workspace\chengying-1.1.1\chengying-server\matrix;D:\Go_Workspace\chengying-1.1.1\chengying-server;D:\Go_Workspace\chengying-1.1.1;C:\Users\Administrator\go/src/github.com/gogo/protobuf/protobuf/ \
--gogo_out=Mgoogle/protobuf/timestamp.proto=github.com/gogo/protobuf/types,Mgoogle/protobuf/duration.proto=github.com/gogo/protobuf/types,plugins=grpc:internal/proto internal/proto/service.proto
D:Go_Workspacechengying-1.1.1chengying-servermatrix: warning: directory does not exist.
Missing input file.
/usr/bin/sh: D:Go_Workspacechengying-1.1.1chengying-server: command not found
/usr/bin/sh: D:Go_Workspacechengying-1.1.1: command not found
/usr/bin/sh: C:UsersAdministratorgo/src/: No such file or directory
/usr/bin/sh: D:Go_Workspacechengying-1.1.1chengying-server: command not found
/usr/bin/sh: D:Go_Workspacechengying-1.1.1: command not found
/usr/bin/sh: line 1: C:UsersAdministratorgo/src/github.com/gogo/protobuf/protobuf/: No such file or directory
make: *** [Makefile:39: proto] Error 127
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.