Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please support MSYS2 MINGW64 #565

Open
ghost opened this issue Apr 9, 2023 · 2 comments
Open

Please support MSYS2 MINGW64 #565

ghost opened this issue Apr 9, 2023 · 2 comments

Comments

@ghost
Copy link

ghost commented Apr 9, 2023

No description provided.

@DragonJoker
Copy link
Owner

Do you know what fails there ?

@ghost
Copy link
Author

ghost commented Apr 9, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant