ethereum / emacs-solidity

The official solidity-mode for EMACS
GNU General Public License v3.0
205 stars 66 forks source link

Change Solc to solcjs #44

Closed edmundmiller closed 5 years ago

edmundmiller commented 5 years ago

I'm having issues with flycheck and I believe it's because solc is not solc-js as a command. Not sure if it used to be solc or not I can't remember.

LefterisJP commented 5 years ago

Hey @Emiller88. These are two different binaries. solc is the soildity compiler. solc-js is a javascript wrapper. This package deals directly with solc.

edmundmiller commented 5 years ago

@LefterisJP My mistake! Hopefully someone else finds this issue when they run into the same problem.