Huawei / eSDK_K8S_Plugin

Container-Storage-Interface (CSI) for Huawei storage
https://huawei.github.io/css-docs/
Apache License 2.0
85 stars 47 forks source link

can't make oceanctl #136

Closed wenchao5211 closed 1 year ago

wenchao5211 commented 1 year ago

when i use master to make

make -f Makefile VER=4.1.0 PLATFORM=X86

error:

# huawei-csi-driver/cli/resources
cli/resources/backend.go:195:84: undefined: BackendShowWide
cli/resources/backend.go:222:21: undefined: BackendConfiguration
cli/resources/backend.go:222:45: undefined: BackendShowWide
cli/resources/backend.go:275:73: undefined: BackendConfiguration
cli/resources/backend.go:333:61: undefined: BackendConfiguration
cli/resources/backend.go:348:58: undefined: BackendConfiguration
cli/resources/backend.go:365:38: undefined: BackendConfiguration
cli/resources/backend.go:417:38: undefined: BackendConfiguration
cli/resources/backend.go:432:50: undefined: BackendConfiguration
cli/resources/backend.go:448:58: undefined: BackendConfiguration
cli/resources/backend.go:448:58: too many errors
ws410 commented 1 year ago

pls pull latest code and recompile it

wenchao5211 commented 1 year ago

i solved it