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

Shared Cache Plugin won't configure locally #6275

Open
VisualEhrmanntraut opened this issue Dec 24, 2024 · 0 comments · May be fixed by #6276
Open

Shared Cache Plugin won't configure locally #6275

VisualEhrmanntraut opened this issue Dec 24, 2024 · 0 comments · May be fixed by #6276

Comments

@VisualEhrmanntraut
Copy link
Contributor

VisualEhrmanntraut commented Dec 24, 2024

binaryninja-api/view/sharedcache [ dev][△ v3.31.3]
❯ BN_API_PATH=/Users/visual/Developer/binaryninja-api cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -S . -B build
-- The C compiler identification is AppleClang 16.0.0.16000026
-- The CXX compiler identification is AppleClang 16.0.0.16000026
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMAKE_PREFIX_PATH is: /Users/visual/Qt/6.7.2/clang_64/lib/cmake
CMake Error at core/CMakeLists.txt:24 (get_target_property):
  get_target_property() called with non-existent target "binaryninjaapi".
Call Stack (most recent call first):
  core/CMakeLists.txt:46 (get_recursive_include_dirs)


CMake Error at api/CMakeLists.txt:42 (get_target_property):
  get_target_property() called with non-existent target "binaryninjaapi".
Call Stack (most recent call first):
  api/CMakeLists.txt:64 (get_recursive_include_dirs)


CMake Deprecation Warning at api/python/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.


-- RCD:
CMake Error at workflow/CMakeLists.txt:41 (get_target_property):
  get_target_property() called with non-existent target "binaryninjaapi".
Call Stack (most recent call first):
  workflow/CMakeLists.txt:65 (get_recursive_include_dirs)


CMake Deprecation Warning at ui/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.


-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Performing Test HAVE_STDATOMIC
-- Performing Test HAVE_STDATOMIC - Success
-- Found WrapAtomic: TRUE
-- Found OpenGL: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/System/Library/Frameworks/OpenGL.framework
-- Found WrapOpenGL: TRUE
-- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR)

▓█████▄    ██████   ▄████▄     Shared Cache Plugin
▒██▀ ██▌ ▒██    ▒  ▒██▀ ▀█
░██   █▌ ░ ▓██▄    ▒▓█    ▄    Metadata Version:      3
░▓█▄  █▌   ▒   ██▒ ▒▓▓▄ ▄██▒   CMake Prefix Path:     /Users/visual/Qt/6.7.2/clang_64/lib/cmake
░▒████▓  ▒██████▒▒▒  ▓███▀ ░   Qt Version:            6.7.2
 ▒▒▓  ▒ ▒ ▒▓▒ ▒ ░░ ░▒ ▒  ░     Crash on Failure:      OFF
 ░ ▒  ▒ ░ ░▒  ░ ░  ░  ▒        Slideinfo Debug Tags:  OFF
 ░ ░  ░ ░  ░  ░  ░             REFCOUNT_DEBUG:

-- Configuring incomplete, errors occurred!
@VisualEhrmanntraut VisualEhrmanntraut linked a pull request Dec 24, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant