You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
solc --version
solc, the solidity compiler commandline interface
Version: 0.3.2-9e36bdda/Release-Darwin/appleclang/Interpreter
using brew
brew info ethereum
ethereum/ethereum/ethereum: stable 1.4.4 (bottled), devel 1.5.0 (bottled)
https://github.com/ethereum/go-ethereum
/usr/local/Cellar/ethereum/1.4.4 (8 files, 52.9M) *
Poured from bottle on 2016-05-13 at 17:57:40
From: https://github.com/ethereum/homebrew-ethereum/blob/master/ethereum.rb
on osx 10.11.1
uname -amnprsv
Darwin Mareks-MacBook-Pro.local 15.0.0 Darwin Kernel Version 15.0.0: Sat Sep 19 15:53:46 PDT 2015; root:xnu-3247.10.11~1/RELEASE_X86_64 x86_64 i386
and expected to compile this contract successfully:
contract Foo {
function bar() {}
}
using
solc --abi test.sol
but instead I got an error
[1] 35719 segmentation fault solc --abi test.sol
Tried different options / contracts but solc always finishes with segfault.
The text was updated successfully, but these errors were encountered:
I''ve installed solc
using brew
on osx 10.11.1
and expected to compile this contract successfully:
using
but instead I got an error
Tried different options / contracts but solc always finishes with segfault.
The text was updated successfully, but these errors were encountered: