-
Notifications
You must be signed in to change notification settings - Fork 0
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
Compile error #8
Comments
➤ Andrew Milich commented: I'm also experiencing this issue in addition to other compilation errors after addressing this. |
➤ Archie Norman commented:
|
➤ Canalytic commented: me too |
➤ Adwind commented: Error compiling: Migrations.sol:7:3: Error: Expected token Semicolon got 'RBrace' |
➤ wukong5 commented: me to |
➤ wukong5 commented: is there anybody who can solve this,please help |
➤ Henry commented: I'm having the same issue, too. :/ |
➤ Shikhar Mahajan commented: Any updates? |
➤ Debadri Dutta commented: open the migrations.sol file using sublime or any other text editor and put a semicolon after _ inside the if function. |
I am having a compile error when running truffle compile (latest node, python 2.7, all according to instructions):
Migrations.sol:7:3: Error: Expected token Semicolon got 'RBrace'
➜ app git:(master) truffle compile
Compiling Conference.sol...
Compiling Migrations.sol...
Error compiling:
Migrations.sol:7:3: Error: Expected token Semicolon got 'RBrace'
}
^
Compilation failed. See above.
The text was updated successfully, but these errors were encountered: