Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to compile the NFT bridging on solana #60

Open
kamalbuilds opened this issue Jul 29, 2023 · 5 comments
Open

Unable to compile the NFT bridging on solana #60

kamalbuilds opened this issue Jul 29, 2023 · 5 comments
Labels
bug Something isn't working

Comments

@kamalbuilds
Copy link

kamalbuilds commented Jul 29, 2023

Description and context

Unable to build and run this program.

https://github.com/wormhole-foundation/wormhole-scaffolding/tree/main/solana/programs/03_nft_burn_bridging

WhatsApp Image 2023-07-29 at 21 31 28

My solana version

solana-cli 1.14.19 (src:5704dd6e; feat:1879391783)

anchor-cli 0.27.0

Steps to reproduce

  1. cd solana/programs/03_nft_burn_bridging
  2. anchor build

Experienced behavior

The build would fail.

Expected behavior

Build should complete

Solution recommendation

@kamalbuilds kamalbuilds added the bug Something isn't working label Jul 29, 2023
@kamalbuilds
Copy link
Author

@barnjamin @a5-pickle can you please help ?

@barnjamin
Copy link
Contributor

Hi @kamalbuilds, can you please fill out some of the context like steps to reproduce and also include the versions of anchor/solana/rust

@kamalbuilds
Copy link
Author

sure @barnjamin please take a look now

@barnjamin
Copy link
Contributor

barnjamin commented Aug 1, 2023

anchor build is not the cmd you should be running, you should use the make file to build/test the programs.

eg

make test

https://github.com/wormhole-foundation/wormhole-scaffolding/tree/main/solana#tests

@barnjamin
Copy link
Contributor

I also filed #61 to up the anchor version which may be what is causing some of those errors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants