-
Notifications
You must be signed in to change notification settings - Fork 180
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
Problems during make: missing file #24
Comments
Actually, upon further investigation, it seems that the whole directory "boost", needed by Porosity.h, is missing. |
You need to have boost installed, however, the necessary boost version (> 1.58) isn't included in Ubuntu 16.04 LTS, so So boost will need to be installed or built from source, I added details here. |
Thank you. But then, from which directory do I have to run ./autogen.sh +./configure + make ? |
I added autotools build to my branch, so the root of that repo. |
I do not have any file called To make a different try, I have just added a link to libbost to my porosity directory: Are the |
They are in my branch here https://github.com/braydonf/porosity |
Oh, I see. But they are not in the zip I downloaded. Is the zip package any different? Do you advise to download the branch version? |
Also, I think it might be useful to mention that './autogen.sh' +'./configure' + 'make' is referred to porosity and not to boost. (here https://github.com/braydonf/porosity#debian-ubuntu-1604) |
I noticed that the repo you mention https://github.com/braydonf/porosity is not the one we are right now https://github.com/comaeio/porosity and they contain different files. Why are there two ? Which one is the right one? |
How do I install boost on macOS? |
All I had to do before running |
Hello,
I have downloaded the zipped project and unzipped it.
Then, upon running "make all", I get the error:
g++ -std=c++14 -c -o Disassm.o Disassm.cpp
In file included from Disassm.cpp:18:0:
Porosity.h:22:36: fatal error: boost/dynamic_bitset.hpp: No such file or directory
compilation terminated.
: recipe for target 'Disassm.o' failed
make: *** [Disassm.o] Error 1
Operative system: Ubuntu 16.04 LTS
The text was updated successfully, but these errors were encountered: