-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
MacOS 12.5.1, M1 arm64, Apple clang version 13.1.6 (clang-1316.0.21.2.5)
Trying to build and getting an interesting error about not finding arm64 symbols - seems this repo is reverting to the previous HEAD which is still linking to an older version of the SDK without the arm64 dylib.
I went into vtk/Remote/RenderingLookingGlass and pulled the latest (55da190d), but on running ccmake it reverts to the previous HEAD at 55dad90.
Found Git: /usr/bin/git (found version "2.32.1 (Apple Git-133)")
From https://github.com/Kitware/LookingGlassVTKModule
* branch HEAD -> FETCH_HEAD
Previous HEAD position was 5da190d Merge pull request #53 from psavery/fix-compile-warnings
HEAD is now at 55dad90 Merge pull request #45 from psavery/device-aspect-ratio
LookingGlass: Building as a Remote VTK module
Remote - HoloPlayCore [OK]
Remote - HoloPlayCore_INCLUDE_DIR:/Users/rmlearney/git/vtk/build/HoloPlayCore/HoloPlayCore/include
Remote - HoloPlayCore_LIBRARY:/Users/rmlearney/git/vtk/build/HoloPlayCore/HoloPlayCore/dylib/macos/libHoloPlayCore.dylib
Remote - HoloPlayCore_RUNTIME_LIBRARY:/Users/rmlearney/git/vtk/build/HoloPlayCore/HoloPlayCore/dylib/macos/libHoloPlayCore.dylib
Found HoloPlayCore: /Users/rmlearney/git/vtk/build/HoloPlayCore/HoloPlayCore/dylib/macos/libHoloPlayCore.dylib
Configuring done
Unfortunately it seems to be ignoring the LookingGlassCoreSDK I cloned into /src - probably because it's looking for HoloPlayCore not LookingGlassCoreSDK which they renamed it to in the interim.
Workaround
- Generate the build file
- Delete
/build/HoloPlayCore - Clone the latest Looking Glass
LookingGlassCoreSDKrepo into/vtkas advised in this repo's readme.md - Make a symlink from
/vtk/LookingGlassCoreSDKto/vtk/build/HoloPlayCore
Metadata
Metadata
Assignees
Labels
No labels