illera88 / Ponce

IDA 2016 plugin contest winner! Symbolic Execution just one-click away!
https://docs.idaponce.com
Other
1.48k stars 72 forks source link

Building Ponce master branch fails due to linking issues #67

Closed Jello closed 6 years ago

Jello commented 7 years ago

Trying to build Ponce with Visual Studio 2013 has several errors, including issues with the build documentation. Git lfs must be installed to check out the binaries. You must create the VERSION_NUMBER file and then execute the version_number_update.sh script with git bash. You must build the Triton sub-project. After this, I get 21 linking errors with the Triton lib. image

0ca commented 7 years ago

Hi,

Could you check if in the triton project you have the file registerSpecification.cpp? All the errors are related with that file.

We will improve the instructions to compile the project. Thank you for the feedback!

Jello commented 7 years ago

No that file doesn't exist in the Triton project that I have checked out.

vineetpurswani commented 7 years ago

Yes, this happened to me as well. I just added the missing cpp files to triton project, rebuilt it and everything worked out fine from there.