baidwwy
baidwwy
"Please look at the smiley face in the screenshot, it is missing in the lower area."
大佬,这坑不填吗
> 执行 git submodule update --init 了吗? 有的,显示是一个rc资源错误,好像是arch找不到平台
> 有没有具体的报错日志? https://github.com/GerHobbelt/pthread-win32/blob/2c686a629d40781a54cdabb25db02f8428820622/CMakeLists.txt#L15-L29 ``` The value of CMAKE_BINARY_DIR is: D:/skynet-cmake/cmake CMake Error at 3rd/pthread-win32/CMakeLists.txt:29 (message): "unknown" not supported in version.rc Configuring incomplete, errors occurred! ```
> 你自己调试一下?我现在没环境。 测试pthread可以用GUI生成,我不会CMAKE。。。
提示缺少ClangCL,安装后编译通过
```c #define hmutex_trylock TryEnterCriticalSection #define hmutex_trylock(pmutex) (pthread_mutex_trylock(pmutex) == 0) #define hsem_trywait(psem) hsem_wait_for(psem, 0) ``` 我也想写 水平不够 -_-!
@Wohlstand https://github.com/libsdl-org/SDL_mixer/pull/499