-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
Coudn't install solidity 0.4.18 following the wiki instructions. #84
Comments
Unfortunately I'm not using OSX myself and I'm not familiar with Ruby, so I can't be of much help :( There is a push to serve precompiled solc binaries for OSX - ethereum/solidity#3168 As soon as that happens I'll convert this package to use them, and this problem should become a thing of the past. In the meantime, I'm really sorry but there's not much I can offer. Possibly someone in the solidity gitter will know how to solve it. |
Also related - ethereum/solidity#9226 |
@ilanDoron I think that you're just using the wrong URL. The one you posted is a HTML page that includes the whole Github UI. You cannot execute that as Ruby code - that's why you get errors about "unexpected '<'". You need to use a direct link to the raw Ruby file: |
@cameel good catch! I've updated the wiki to better emphasize this. |
Closing this for now, @ilanDoron if you have further issues feel free to re-open or ping me on gitter. |
Environment information
py-solc-x
Version: 3.2.0solc
Version: 0.4.18What was wrong?
when running the install file for solc 0.4.18:
brew install https://github.com/ethereum/homebrew-ethereum/blob/2aea171d7d6901b97d5f1f71bd07dd88ed5dfb42/solidity.rb
I get this:
Updating Homebrew...
Warning: Calling Non-checksummed download of solidity formula file from an arbitrary URL is deprecated! Use 'brew extract' or 'brew create' and 'brew tap-new' to create a formula file in a tap on GitHub instead.
-#O#- # #
Warning: Calling Non-checksummed download of solidity formula file from an arbitrary URL is deprecated! Use 'brew extract' or 'brew create' and 'brew tap-new' to create a formula file in a tap on GitHub instead.
-#O#- # #
Error: solidity: /Users/iland/Library/Caches/Homebrew/Formula/solidity.rb:6: syntax error, unexpected '<'
^
^ /Users/iland/Library/Caches/Homebrew/Formula/solidity.rb:8: syntax error, unexpected '<' ^ /Users/iland/Library/Caches/Homebrew/Formula/solidity.rb:10: syntax error, unexpected '<'/Users/iland/Library/Caches/Homebrew/Formula/solidity.rb:7: syntax error, unexpected '<'
The text was updated successfully, but these errors were encountered: