'third_party/zynamics/bindiff/version.h' file not found
- Dominant language
- Java
- Stars
- 3.2k
- Forks
- 240
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
When build, 'third_party/zynamics/bindiff/version.h' file not found.
But in source code, there is no third_ party folder in bindiff folder. Why?
Thanks a lot!
Info below:
~/bindiff $ cmake --build build/out --config Release
[0/2] Re-checking globbed directories...
[1/77] Building CXX object CMak...diff_version.dir/version.cc.obj FAILED: CMakeFiles/bindiff_version.dir/version.cc.obj /data/data/com.termux/files/usr/bin/x86_64-w64-mingw32-clang++ -DNOMINMAX -DWIN32_LEAN_AND_MEAN -D_CRT_SECURE_NO_WARNINGS -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS -I/data/data/com.termux/files/home/bindiff/build/out/_deps/absl-src -I/data/data/com.termux/files/home/bindiff/build/binexport/stubs -I/data/data/com.termux/files/home/bindiff/build/out/src_include -I/data/data/com.termux/files/home/bindiff/build/out/gen_include -I/data/data/com.termux/files/home/bindiff/boost_1_83_0/build/x86_64-windows/include -I/data/data/com.termux/files/home/bindiff/build/out/_deps/protobuf-src/src -O3 -DNDEBUG -std=c++17 -flto=thin -Wno-nullability-completeness -Wno-invalid-noreturn -MD -MT CMakeFiles/bindiff_version.dir/version.cc.obj -MF CMakeFiles/bindiff_version.dir/version.cc.obj.d -o CMakeFiles/bindiff_version.dir/version.cc.obj -c /data/data/com.termux/files/home/bindiff/build/out/version.cc /data/data/com.termux/files/home/bindiff/build/out/version.cc:15:10: fatal error: 'third_party/zynamics/bindiff/version.h' file not found 15 | #include "third_party/zynamics/bindiff/version.h" | ^~~~
~~~~~~ 1 error generated.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Environment (please complete the following information):**
- OS and version: [e.g. Windows 11]
- Locale: [e.g. US English]
- Disassembler and version: [e.g. IDA Pro 8.3]
**Additional context**
Add any other context about the problem here.
Contributor guide
Assessment
This issue has not been assessed yet.