eshon / conference

A simple Ethereum smart contract + DApp example
175 stars 106 forks source link

Compile error #6

Open riccitensor opened 7 years ago

riccitensor commented 7 years ago

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.

amilich commented 7 years ago

I'm also experiencing this issue in addition to other compilation errors after addressing this.

archienorman11 commented 7 years ago
Canalytic commented 7 years ago

me too

AdwindOne commented 7 years ago

Error compiling:

Migrations.sol:7:3: Error: Expected token Semicolon got 'RBrace' } ^ Compilation failed. See above.

wukong5 commented 7 years ago

me to

wukong5 commented 7 years ago

is there anybody who can solve this,please help

hpduong commented 7 years ago

I'm having the same issue, too. :/

shikhi7 commented 6 years ago

Any updates?

debadridtt commented 6 years ago

open the migrations.sol file using sublime or any other text editor and put a semicolon after _ inside the if function. 1