An error occurred while compiling Mitos
- Dominant language
- C++
- Stars
- 15
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
Hello!
I tried to compile Mitos on ubuntu16.04, but after make, I reported the following _error:
```
/ Mitos / build $ make
[7%] Building CXX object src / CMakeFiles / mitos.dir / mitosoutput.cpp.o
In file included from /usr/local/include/LineInformation.h:35:0,
from /home/lzc/A/Mitos/src/mitosoutput.cpp:9:
/usr/local/include/RangeLookup.h:55:49: error: expected ')' before '<' token
AddressRange (Dyninst :: SimpleInterval i) {
```
This error looks like a Dyninst error. The version of Dyninst I installed is 9.3.2, and in the process of installing Dyninst-9.3.2 there is no error, everything is normal.
I repeat the installation compiled many times, but still reported this error. How to solve this problem?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with src/mitosoutput.cpp and the CMake build output, then inspect how the project locates the Dyninst-9.3.2 headers on Ubuntu 16.04. Reproduce the make failure and compare the included Dyninst declarations; done means the project compiles successfully or the supported dependency requirements are documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, cpp
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 28/100