Skip to content
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

build issues #1

Open
maurelian opened this issue Oct 26, 2017 · 0 comments
Open

build issues #1

maurelian opened this issue Oct 26, 2017 · 0 comments
Assignees

Comments

@maurelian
Copy link

maurelian commented Oct 26, 2017

solc --combined-json "abi,bin" contracts/*.sol > ./dist/contracts.json
/bin/sh: ./dist/contracts.json: No such file or directory
make: *** [all] Error 1

So I ran mkdir dist. Then;

solc --combined-json "abi,bin" contracts/*.sol > ./dist/contracts.json
contracts/SafeMath.sol:9:38: Error: Expected token LBrace got reserved keyword 'Pure'
  function mul(uint256 a, uint256 b) pure internal  returns (uint256) {
                                     ^
contracts/Sale.sol:6:1: Error: Source "contracts/Filter.sol" not found: Unknown exception in read callback.
import "./Filter.sol";
@jsonsivar jsonsivar self-assigned this Oct 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants