spacemeshos / smcli

Spacemesh command-line tool
https://spacemesh.io/
MIT License
8 stars 9 forks source link

[BUG] File not found when installing #99

Closed drewstone closed 5 months ago

drewstone commented 5 months ago

Cmd

make
go build

Version

go version go1.21.4 darwin/arm64

Error

go build
# github.com/spacemeshos/smkeys/remote-wallet
../../go/pkg/mod/github.com/spacemeshos/smkeys@v1.0.4/remote-wallet/remote_wallet.go:4:11: fatal error: 'remote_wallet.h' file not found
        #include "remote_wallet.h"
                 ^~~~~~~~~~~~~~~~~
1 error generated.
# github.com/spacemeshos/smkeys/bip32
../../go/pkg/mod/github.com/spacemeshos/smkeys@v1.0.4/bip32/bip32.go:4:11: fatal error: 'ed25519_bip32.h' file not found
        #include "ed25519_bip32.h"
                 ^~~~~~~~~~~~~~~~~
1 error generated.
drewstone commented 5 months ago

The right command is make build