qgis-us / qgis-us.github.io

former QGIS US Website
6 stars 15 forks source link

Compile error #20

Closed eshon closed 4 years ago

eshon commented 5 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.

eshon commented 5 years ago

➤ Andrew Milich commented:

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

eshon commented 5 years ago

➤ Archie Norman commented:

eshon commented 5 years ago

➤ Canalytic commented:

me too

eshon commented 5 years ago

➤ Adwind commented:

Error compiling:

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

eshon commented 5 years ago

➤ wukong5 commented:

me to

eshon commented 5 years ago

➤ wukong5 commented:

is there anybody who can solve this,please help

eshon commented 5 years ago

➤ Henry commented:

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

eshon commented 5 years ago

➤ Shikhar Mahajan commented:

Any updates?

eshon commented 5 years ago

➤ Debadri Dutta commented:

open the migrations.sol file using sublime or any other text editor and put a semicolon after _ inside the if function. 1 ( https://user-images.githubusercontent.com/24243687/32277682-3b06de9e-bf39-11e7-8e46-44ac4283904a.JPG )

kgjenkins commented 4 years ago

spam