Skip to content
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

Unable to build without IDA #45

Open
Legimet opened this issue Jun 4, 2024 · 4 comments
Open

Unable to build without IDA #45

Legimet opened this issue Jun 4, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@Legimet
Copy link

Legimet commented Jun 4, 2024

Running cmake with -DBINEXPORT_ENABLE_IDAPRO=OFF results in the error:

CMake Error at build/binexport/cmake/FindIdaSdk.cmake:173 (find_path):
  Could not find IdaSdk_LIBPATH64 using the following files: libida64.so
Call Stack (most recent call first):
  cmake/BinDiffDeps.cmake:32 (find_package)
  CMakeLists.txt:49 (include)
@cblichmann cblichmann added the bug Something isn't working label Jun 4, 2024
@cblichmann
Copy link
Member

Fix is underway, I'm adding a BINDIFF_ENABLE_IDAPRO option.

@DavidBuchanan314
Copy link

DavidBuchanan314 commented Jul 14, 2024

Is there a workaround I can use in the meantime?

Edit: I simply deleted the build/binexport/cmake/FindIdaSdk.cmake file, got some warnings but it seems to be working.

@greenozon
Copy link

@cblichmann any news?

@gemesa
Copy link

gemesa commented Oct 14, 2024

Is there a workaround I can use in the meantime?

Comment out find_package(IdaSdk) in BinDiffDeps.cmake.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants