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

Compilation error: _pre/name_reg.sol:8:3: #3

Open
jimscarver opened this issue Feb 25, 2017 · 2 comments
Open

Compilation error: _pre/name_reg.sol:8:3: #3

jimscarver opened this issue Feb 25, 2017 · 2 comments

Comments

@jimscarver
Copy link

jimscarver commented Feb 25, 2017

following the wallet example from the doc https://nogo10.gitbooks.io/ether-camp-live-studio-primer/content/sandbox_features.html

and starting the sandbox with the wallet.sol active we get

"Could not start sandbox: Compilation error: _pre/name_reg.sol:8:3: Error: Expected token Semicolon got 'RBrace' } ^"

solidity current compiler is 0.4.2+commit.af6afb04.Linux.g++

@nogo10
Copy link

nogo10 commented Feb 25, 2017

It's a syntax error: there is supposed to be a semicolon after the "_"

@jimscarver
Copy link
Author

jimscarver commented Feb 26, 2017

This error occurs numerous times in various contracts..
#2 addresses this error

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