ontio / ontology

Official Go implementation of the Ontology protocol. https://dev-docs.ont.io/#/
GNU Lesser General Public License v3.0
829 stars 290 forks source link

go install error #1413

Closed sailaoda closed 1 year ago

sailaoda commented 1 year ago

github.com/ontio/ontology/smartcontract/service/wasmvm

smartcontract\service\wasmvm\wasmjit_runtime.go:132:104: cannot use _Ctype_ulong(20) (constant 20 of type _Ctype_ulong) as type _Ctype_ulonglong in variable declaration smartcontract\service\wasmvm\wasmjit_runtime.go:201:106: cannot use _Ctype_ulong(len(itemWrite)) (value of type _Ctype_ulong) as type _Ctype_ulonglong in variable declaration

os:windows11 go version: go1.19.3

laizy commented 1 year ago

please use WSL on windows.

sailaoda commented 1 year ago

thank you very much!