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

issue when building atomic asset contract in eos studio #44

Open
regtable opened this issue Oct 3, 2021 · 1 comment
Open

issue when building atomic asset contract in eos studio #44

regtable opened this issue Oct 3, 2021 · 1 comment

Comments

@regtable
Copy link

regtable commented Oct 3, 2021

i have set up my eos studio to work with the wax testnets and have tried to build the zip file from main page here
i am using
image

the error i get when it builds is this
error: else expression without matching if
0000bd7: error: OnElseExpr callback failed
however it still builds and then gives the same error when i come to deploy it to my testnet account.
i am trying to see if i can get the contract on my acc so i can mint a few on demand assets easier then how i have tried in the past.

thanks for the help. there is no other errors available for some reason

@imb590
Copy link

imb590 commented Oct 19, 2021

This rather unhelpful error message is seemingly due to the bug in the 1.6.1 compiler version: EOSIO/eosio.cdt#497. Use another version, I was able to build a deployable and looking-like-it's-working binary for this contract with 1.7.0.

What I do not understand is why this repository does not contain any build scripts or even instructions on how to build the contract. What is deployed on the blockchains, how exactly it was produced from the source code - it's a mystery.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants