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

How to build in Linux? #8

Closed
csxqli opened this issue Jul 28, 2017 · 2 comments
Closed

How to build in Linux? #8

csxqli opened this issue Jul 28, 2017 · 2 comments

Comments

@csxqli
Copy link

csxqli commented Jul 28, 2017

I tried to make it in Ubuntu14.04. However, I got the following error:
g++ -c -o BasicBlocks.o BasicBlocks.cpp
g++ -c -o VMState.o VMState.cpp
In file included from VMState.cpp:18:0:
Porosity.h:22:36: fatal error: boost/dynamic_bitset.hpp: No such file or directory
#include <boost/dynamic_bitset.hpp>
^
compilation terminated.
make: *** [VMState.o] Error 1

@beaugunderson
Copy link
Contributor

beaugunderson commented Jul 28, 2017 via email

@homakov
Copy link

homakov commented Jul 28, 2017

Memory heavy?

 make
g++    -c -o Contract.o Contract.cpp
virtual memory exhausted: Cannot allocate memory
<builtin>: recipe for target 'Contract.o' failed
make: *** [Contract.o] Error 1

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

4 participants