mccakit

Results 18 issues of mccakit

[cmake_project.zip](https://github.com/user-attachments/files/20428533/cmake_project.zip) When compiling this project, glfw tries to run wayland-scanner, even though the host compiler is on windows. its right here on the src/CMakeLists ``` if (GLFW_BUILD_WAYLAND) include(CheckIncludeFiles) include(CheckFunctionExists) check_function_exists(memfd_create...

Wayland
build

This snippet causes a crash in android, because the function doesn't return anything and I get a divide by zero error later down the line, but in windows and wasm...

### Xmake 版本 2.9.9 ### 操作系统版本和架构 Windows 10 ### 描述问题 Cross compilation doesn't works for windows host. ### 期待的结果 Cross compilation should work for windows ### 工程配置 ```lua package("glfw") add_deps("cmake")...

bug

### Xmake 版本 2.9.9 ### 操作系统版本和架构 Windows 10 ### 描述问题 Depracated toolchain works fine ``` add_rules("mode.debug", "mode.release") set_toolchains("dpcpp") set_languages("cxx17") target("intel_sycl") set_kind("binary") add_files("src/*.cpp") ``` But a program compiled with icx toolchain...

bug

### Xmake 版本 2.9.9 ### 操作系统版本和架构 Windows 10 ### 描述问题 Setting the architecture to riscv doesn't do anything, I can still run the compiled binaries on my x86 laptop. ###...

bug

Update Cmake to 3.6 because Compatibility with CMake < 3.5 has been removed

Just using llvm is enough to cross compile to mac and ios from a linux host, osxcross is not needed at all and is mostly counterproductive. What needs to be...

enhancement
discussion
area:engine details
topic:buildsystem
platform:ios
platform:macos
platform:visionos

Upstream opusfile exports includepath /include/opus not /include, when not using vendored mode this leads to bugs, how should this be handled?

### Bug Description When I build slint using cmake, my config.toml is ignored, and library links to whatever it wants, building from rust doesn't have this issue. I think it...

needs info
a:language-c++