Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Need to update CMakeLists for new LookingGlassCoreSDK rename?

オープン
#54 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
35/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
cmake, cpp
領域
build-system

調査の方向性

まず、vtk/Remote/RenderingLookingGlass にある LookingGlass リモートモジュールの CMake 構成と、ccmake の実行時に使用される HoloPlayCore のビルドディレクトリを調べます。構成を再現し、古いコミットを checkout する、または LookingGlassCoreSDK ではなく HoloPlayCore を要求する理由を確認します。完了条件は、ビルドディレクトリを削除したり symlink による回避策を使ったりせずに、名前変更された SDK が macOS arm64 で構成およびリンクされることです。

索引モデルが issue の本文から書いたものです。

説明

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

  1. Generate the build file
  2. Delete /build/HoloPlayCore
  3. Clone the latest Looking Glass LookingGlassCoreSDK repo into /vtk as advised in this repo's readme.md
  4. Make a symlink from /vtk/LookingGlassCoreSDK to /vtk/build/HoloPlayCore
主要言語
C++
スター
18
フォーク
16
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

Kitware/LookingGlassVTKModule のほかの issue

Kitware/LookingGlassVTKModule の issue をすべて見る

似ている issue

C++ の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。