Open MrSynAckSter-zz opened 5 years ago
You can try to remove the -DINTELPT=1 parameter.
Right, if you are building with Intel PT support, you need to also pull submodules. If you cloned the source using git, then you can do that by running git submodule update --init --recursive
Update: Turns out it built fine after running submodule. I'll close it once I'm sure it still runs. I didn't realize this project had submodules.
Following the directions posted on the readme.md I get:
Specifically I:
1) Gitcloned the repository. 2) Installed CMake and made it available on the path. 3) Obtained a binary distribution of Dynamorio 4) Followed the following steps:
However it appears the cmake process is failing at "cmake -G"Visual Studio 15 2017 Win64" .. -DDynamoRIO_DIR=..\path\to\DynamoRIO\cmake -DINTELPT=1" because of missing sources.
Am I not using the correct branch?
Are there additional dependencies that need to be installed?
What's wrong here?