Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

ILMbase errors #15

@ahemberger

Description

@ahemberger

Hello; trying to build this project and, when I run cmake, I see the following errors. I tried editing the CMakeLists.txt file as advised here, but unfortunately that fix does not seem to work in this case.

ILMBASE_ROOT is undefined
-- #define ILMBASE_VERSION_STRING "2.5.0"
-- ILMBASE INCLUDE PATH: H:/github/vcpkg/installed/x64-windows/include/OpenEXR
-- HALF LIB: H:/github/vcpkg/installed/x64-windows/lib/Half-2_5.lib
-- IEX LIB: H:/github/vcpkg/installed/x64-windows/lib/Iex-2_5.lib
-- IEXMATH LIB: H:/github/vcpkg/installed/x64-windows/lib/IexMath-2_5.lib
-- ILMTHREAD LIB: H:/github/vcpkg/installed/x64-windows/lib/IlmThread-2_5.lib
-- IMATH LIB: H:/github/vcpkg/installed/x64-windows/lib/Imath-2_5.lib
-- Configuring done
CMake Error at H:/github/vcpkg/scripts/buildsystems/vcpkg.cmake:499 (_add_library):
  Target "alembicEntityQmlPlugin" links to target "IlmBase::Imath" but the
  target was not found.  Perhaps a find_package() call is missing for an
  IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
  src/CMakeLists.txt:6 (add_library)


CMake Error at H:/github/vcpkg/scripts/buildsystems/vcpkg.cmake:499 (_add_library):
  Target "alembicEntityQmlPlugin" links to target "IlmBase::IlmThread" but
  the target was not found.  Perhaps a find_package() call is missing for an
  IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
  src/CMakeLists.txt:6 (add_library)


CMake Error at H:/github/vcpkg/scripts/buildsystems/vcpkg.cmake:499 (_add_library):
  Target "alembicEntityQmlPlugin" links to target "IlmBase::Iex" but the
  target was not found.  Perhaps a find_package() call is missing for an
  IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
  src/CMakeLists.txt:6 (add_library)


CMake Error at H:/github/vcpkg/scripts/buildsystems/vcpkg.cmake:499 (_add_library):
  Target "alembicEntityQmlPlugin" links to target "IlmBase::Half" but the
  target was not found.  Perhaps a find_package() call is missing for an
  IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
  src/CMakeLists.txt:6 (add_library)


CMake Error at H:/github/vcpkg/scripts/buildsystems/vcpkg.cmake:499 (_add_library):
  Target "alembicEntityQmlPlugin" links to target "IlmBase::IexMath" but the
  target was not found.  Perhaps a find_package() call is missing for an
  IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
  src/CMakeLists.txt:6 (add_library)


CMake Error at H:/github/vcpkg/scripts/buildsystems/vcpkg.cmake:499 (_add_library):
  Target "alembicEntityQmlPlugin" links to target "IlmBase::Imath" but the
  target was not found.  Perhaps a find_package() call is missing for an
  IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
  src/CMakeLists.txt:6 (add_library)


CMake Error at H:/github/vcpkg/scripts/buildsystems/vcpkg.cmake:499 (_add_library):
  Target "alembicEntityQmlPlugin" links to target "IlmBase::Imath" but the
  target was not found.  Perhaps a find_package() call is missing for an
  IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
  src/CMakeLists.txt:6 (add_library)


CMake Error at H:/github/vcpkg/scripts/buildsystems/vcpkg.cmake:499 (_add_library):
  Target "alembicEntityQmlPlugin" links to target "IlmBase::IlmThread" but
  the target was not found.  Perhaps a find_package() call is missing for an
  IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
  src/CMakeLists.txt:6 (add_library)


CMake Error at H:/github/vcpkg/scripts/buildsystems/vcpkg.cmake:499 (_add_library):
  Target "alembicEntityQmlPlugin" links to target "IlmBase::Iex" but the
  target was not found.  Perhaps a find_package() call is missing for an
  IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
  src/CMakeLists.txt:6 (add_library)


CMake Error at H:/github/vcpkg/scripts/buildsystems/vcpkg.cmake:499 (_add_library):
  Target "alembicEntityQmlPlugin" links to target "IlmBase::Half" but the
  target was not found.  Perhaps a find_package() call is missing for an
  IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
  src/CMakeLists.txt:6 (add_library)


CMake Error at H:/github/vcpkg/scripts/buildsystems/vcpkg.cmake:499 (_add_library):
  Target "alembicEntityQmlPlugin" links to target "IlmBase::IexMath" but the
  target was not found.  Perhaps a find_package() call is missing for an
  IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
  src/CMakeLists.txt:6 (add_library)


CMake Error at H:/github/vcpkg/scripts/buildsystems/vcpkg.cmake:499 (_add_library):
  Target "alembicEntityQmlPlugin" links to target "IlmBase::Imath" but the
  target was not found.  Perhaps a find_package() call is missing for an
  IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
  src/CMakeLists.txt:6 (add_library)


CMake Error at H:/github/vcpkg/scripts/buildsystems/vcpkg.cmake:499 (_add_library):
  Target "alembicEntityQmlPlugin" links to target "IlmBase::Imath" but the
  target was not found.  Perhaps a find_package() call is missing for an
  IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
  src/CMakeLists.txt:6 (add_library)


CMake Error at H:/github/vcpkg/scripts/buildsystems/vcpkg.cmake:499 (_add_library):
  Target "alembicEntityQmlPlugin" links to target "IlmBase::IlmThread" but
  the target was not found.  Perhaps a find_package() call is missing for an
  IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
  src/CMakeLists.txt:6 (add_library)


CMake Error at H:/github/vcpkg/scripts/buildsystems/vcpkg.cmake:499 (_add_library):
  Target "alembicEntityQmlPlugin" links to target "IlmBase::Iex" but the
  target was not found.  Perhaps a find_package() call is missing for an
  IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
  src/CMakeLists.txt:6 (add_library)


CMake Error at H:/github/vcpkg/scripts/buildsystems/vcpkg.cmake:499 (_add_library):
  Target "alembicEntityQmlPlugin" links to target "IlmBase::Half" but the
  target was not found.  Perhaps a find_package() call is missing for an
  IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
  src/CMakeLists.txt:6 (add_library)


CMake Error at H:/github/vcpkg/scripts/buildsystems/vcpkg.cmake:499 (_add_library):
  Target "alembicEntityQmlPlugin" links to target "IlmBase::IexMath" but the
  target was not found.  Perhaps a find_package() call is missing for an
  IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
  src/CMakeLists.txt:6 (add_library)


CMake Error at H:/github/vcpkg/scripts/buildsystems/vcpkg.cmake:499 (_add_library):
  Target "alembicEntityQmlPlugin" links to target "IlmBase::Imath" but the
  target was not found.  Perhaps a find_package() call is missing for an
  IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
  src/CMakeLists.txt:6 (add_library)


CMake Error at H:/github/vcpkg/scripts/buildsystems/vcpkg.cmake:499 (_add_library):
  Target "alembicEntityQmlPlugin" links to target "IlmBase::Imath" but the
  target was not found.  Perhaps a find_package() call is missing for an
  IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
  src/CMakeLists.txt:6 (add_library)


CMake Error at H:/github/vcpkg/scripts/buildsystems/vcpkg.cmake:499 (_add_library):
  Target "alembicEntityQmlPlugin" links to target "IlmBase::IlmThread" but
  the target was not found.  Perhaps a find_package() call is missing for an
  IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
  src/CMakeLists.txt:6 (add_library)


CMake Error at H:/github/vcpkg/scripts/buildsystems/vcpkg.cmake:499 (_add_library):
  Target "alembicEntityQmlPlugin" links to target "IlmBase::Iex" but the
  target was not found.  Perhaps a find_package() call is missing for an
  IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
  src/CMakeLists.txt:6 (add_library)


CMake Error at H:/github/vcpkg/scripts/buildsystems/vcpkg.cmake:499 (_add_library):
  Target "alembicEntityQmlPlugin" links to target "IlmBase::Half" but the
  target was not found.  Perhaps a find_package() call is missing for an
  IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
  src/CMakeLists.txt:6 (add_library)


CMake Error at H:/github/vcpkg/scripts/buildsystems/vcpkg.cmake:499 (_add_library):
  Target "alembicEntityQmlPlugin" links to target "IlmBase::IexMath" but the
  target was not found.  Perhaps a find_package() call is missing for an
  IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
  src/CMakeLists.txt:6 (add_library)


CMake Error at H:/github/vcpkg/scripts/buildsystems/vcpkg.cmake:499 (_add_library):
  Target "alembicEntityQmlPlugin" links to target "IlmBase::Imath" but the
  target was not found.  Perhaps a find_package() call is missing for an
  IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
  src/CMakeLists.txt:6 (add_library)


-- Generating done
CMake Generate step failed.  Build files cannot be regenerated correctly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions