xelatihy / yocto-gl

Yocto/GL: Tiny C++ Libraries for Data-Driven Physically-based Graphics

Home Page:https://xelatihy.github.io/yocto-gl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cmake configuration failed on MSYS2 MINGW64

opened this issue · comments

$ cmake --preset release ..
Preset CMake variables:

  CMAKE_BUILD_TYPE="RelWithDebInfo"
  YOCTO_APPS="ON"
  YOCTO_CUDA="OFF"
  YOCTO_DENOISE="ON"
  YOCTO_EMBREE="ON"
  YOCTO_OPENGL="ON"

-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/msys64/mingw64/bin/cc.exe - 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: C:/msys64/mingw64/bin/c++.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Tests are disabled. Set FASTFLOAT_TEST to ON to run tests.
-- Using the single-header code from C:/msys64/home/Administrator/yocto-gl/exts/nlohmann_json/single_include/
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Looking for dinput.h
-- Looking for dinput.h - found
-- Looking for xinput.h
-- Looking for xinput.h - found
-- Performing Test _GLFW_HAS_DEP
-- Performing Test _GLFW_HAS_DEP - Success
-- Performing Test _GLFW_HAS_ASLR
-- Performing Test _GLFW_HAS_ASLR - Success
-- Performing Test _GLFW_HAS_64ASLR
-- Performing Test _GLFW_HAS_64ASLR - Success
-- Using Win32 for window creation
-- Found OpenGL: opengl32
-- Configuring done (3.0s)
CMake Error in exts/embree/CMakeLists.txt:
  IMPORTED_IMPLIB not set for imported target "embree" configuration
  "RelWithDebInfo".


CMake Error in exts/openimagedenoise/CMakeLists.txt:
  IMPORTED_IMPLIB not set for imported target "openimagedenoise"
  configuration "RelWithDebInfo".


CMake Error in exts/embree/CMakeLists.txt:
  IMPORTED_IMPLIB not set for imported target "embree" configuration
  "RelWithDebInfo".


CMake Error in exts/openimagedenoise/CMakeLists.txt:
  IMPORTED_IMPLIB not set for imported target "openimagedenoise"
  configuration "RelWithDebInfo".


CMake Error in exts/embree/CMakeLists.txt:
  IMPORTED_IMPLIB not set for imported target "embree" configuration
  "RelWithDebInfo".


CMake Error in exts/openimagedenoise/CMakeLists.txt:
  IMPORTED_IMPLIB not set for imported target "openimagedenoise"
  configuration "RelWithDebInfo".


CMake Error in exts/embree/CMakeLists.txt:
  IMPORTED_IMPLIB not set for imported target "embree" configuration
  "RelWithDebInfo".


CMake Error in exts/openimagedenoise/CMakeLists.txt:
  IMPORTED_IMPLIB not set for imported target "openimagedenoise"
  configuration "RelWithDebInfo".


CMake Error in exts/embree/CMakeLists.txt:
  IMPORTED_IMPLIB not set for imported target "embree" configuration
  "RelWithDebInfo".


CMake Error in exts/openimagedenoise/CMakeLists.txt:
  IMPORTED_IMPLIB not set for imported target "openimagedenoise"
  configuration "RelWithDebInfo".


CMake Error in exts/embree/CMakeLists.txt:
  IMPORTED_IMPLIB not set for imported target "embree" configuration
  "RelWithDebInfo".


CMake Error in exts/openimagedenoise/CMakeLists.txt:
  IMPORTED_IMPLIB not set for imported target "openimagedenoise"
  configuration "RelWithDebInfo".


CMake Error in exts/embree/CMakeLists.txt:
  IMPORTED_IMPLIB not set for imported target "embree" configuration
  "RelWithDebInfo".


CMake Error in exts/openimagedenoise/CMakeLists.txt:
  IMPORTED_IMPLIB not set for imported target "openimagedenoise"
  configuration "RelWithDebInfo".


CMake Error in exts/embree/CMakeLists.txt:
  IMPORTED_IMPLIB not set for imported target "embree" configuration
  "RelWithDebInfo".


CMake Error in exts/openimagedenoise/CMakeLists.txt:
  IMPORTED_IMPLIB not set for imported target "openimagedenoise"
  configuration "RelWithDebInfo".


CMake Error in exts/embree/CMakeLists.txt:
  IMPORTED_IMPLIB not set for imported target "embree" configuration
  "RelWithDebInfo".


CMake Error in exts/openimagedenoise/CMakeLists.txt:
  IMPORTED_IMPLIB not set for imported target "openimagedenoise"
  configuration "RelWithDebInfo".


CMake Error in exts/embree/CMakeLists.txt:
  IMPORTED_IMPLIB not set for imported target "embree" configuration
  "RelWithDebInfo".


CMake Error in exts/openimagedenoise/CMakeLists.txt:
  IMPORTED_IMPLIB not set for imported target "openimagedenoise"
  configuration "RelWithDebInfo".


-- Generating done (0.1s)
CMake Generate step failed.  Build files cannot be regenerated correctly.

For Yocto, this is an unsupported platform. So I am not able to help you out on this. Sorry.