DragonJoker / Castor3D

Multi-OS 3D engine.
https://dragonjoker.github.io/Castor3D
MIT License
483 stars 21 forks source link

Please support MSYS2 MINGW64 #565

Open ghost opened 1 year ago

DragonJoker commented 1 year ago

Do you know what fails there ?

ghost commented 1 year ago

Do you know what fails there ?

cmake configuration fails:

$ cmake -DCMAKE_BUILD_TYPE=Release ..
-- Building for: Ninja
-- 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
-- PROJECTS_OUTPUT_DIR not defined, defaulting to C:/msys64/home/Administrator/Castor3D
-- Found OpenGL: opengl32
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Found Vulkan: C:/msys64/mingw64/lib/libvulkan-1.dll.a (found version "1.3.231") found components: glslc glslangValidator
CMake Error at source/CMakeLists.txt:187 (find_package):
  Could not find a package configuration file provided by "meshoptimizer"
  with any of the following names:

    meshoptimizerConfig.cmake
    meshoptimizer-config.cmake

  Add the installation prefix of "meshoptimizer" to CMAKE_PREFIX_PATH or set
  "meshoptimizer_DIR" to a directory containing one of the above files.  If
  "meshoptimizer" provides a separate development package or SDK, be sure it
  has been installed.

-- Configuring incomplete, errors occurred!

The repo was cloned with --recursive.