687c / solana-nft-anchor

Code for minting nfts on Solana using anchor and metaplex
21 stars 896 forks source link

Issue when building the project #6

Closed 0xMarsRover closed 7 months ago

0xMarsRover commented 7 months ago

Thanks for sharing.

I'd like to know that which rustc and solana cli version to be used for building the programs?

0xMarsRover commented 7 months ago

got this error: failed to run custom build command for `blake3 v1.4.1

I downgraded some tools as shown below.

version info: anchor-cli 0.28.0 rustc 1.68.0 (2c8cc3432 2023-03-06) solana-cli 1.16.24 (src:56b6c682; feat:4033350765, client:SolanaLabs)

0xMarsRover commented 7 months ago

fixed by brew install gcc@12