conference icon indicating copy to clipboard operation
conference copied to clipboard

Compile error

Open riccitensor opened this issue 8 years ago • 9 comments

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.

riccitensor avatar Nov 20 '16 23:11 riccitensor

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

amilich avatar Dec 16 '16 04:12 amilich

  • 1

archienorman11 avatar Apr 15 '17 13:04 archienorman11

me too

Canalytic avatar May 01 '17 22:05 Canalytic

Error compiling:

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

AdwindOne avatar Jun 26 '17 08:06 AdwindOne

me to

wukong5 avatar Aug 15 '17 02:08 wukong5

is there anybody who can solve this,please help

wukong5 avatar Aug 15 '17 02:08 wukong5

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

hpduong avatar Aug 21 '17 21:08 hpduong

Any updates?

shikhi7 avatar Oct 08 '17 19:10 shikhi7

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

debadridtt avatar Nov 01 '17 13:11 debadridtt