Tab Nahida

Results 10 issues of Tab Nahida

### Xmake 版本 v2.9.1 ### 操作系统版本和架构 Windows 11 ### 描述问题 When I try to use poco package in my project, ``error: install failed!`` occurred. This is my xmake.lua. ```lua set_languages("cxx20")...

bug

**Describe the bug** FAILED: bin/libPocoActiveRecord.dll lib/libPocoActiveRecord.dll.a **To Reproduce** just cmake on msys2 mingw64 and I received this. cmake is using ninja and mingw64 (not clang). **Expected behavior** fix this cmake...

platform_specific
buildsystem

When I try to start studying OpenCL, OpenCL SDK is most easy way to start. But OpenCL SDK does not have a Linux build even no for amd64. Actually, there...

Using the xmake build tool offers several advantages: 1. Better cross-platform support 2. Better looking build config 3. Add xmake package suppor Here is an example xmake config ```lua set_languages("cxx11")...

enhancement

### 请检查以下事项 - [x] 我查找过相关的 Issue - [x] 我阅读过[提问的艺术](https://github.com/betaseeker/How-To-Ask-Questions) ### 新功能描述 # Install Python If I have not install python or this, pip manager can install it for me. #...

Enhancement
Triage

### Check the following items - [X] I have looked up relevant Issue - [X] I've read [How To Ask Questions](https://github.com/betaseeker/How-To-Ask-Questions) ### Description of the issue After refreshing the search,...

Bug
Area:Search

**Describe the bug** I want to repack Poco for [xrepo](https://github.com/xmake-io/xmake-xrepo) in msys platform. When I build poco for test, I receive build failure. **To Reproduce** xmake.lua ``` lua package("poco") set_homepage("https://pocoproject.org/")...

bug
platform_specific
buildsystem

### Xmake 版本 v2.9.4 ### 操作系统版本和架构 Windows 11 23H2 msys2 latest ### 描述问题 Fail to build openssl3 while install ### 期待的结果 Install on msys2 ### 工程配置 ''xrepo install openssl3'' (any...

bug

### Is your feature request related to a problem? Please describe. [boost](https://github.com/xmake-io/xmake-repo/blob/dev/packages/b/boost/xmake.lua) [ispc](https://github.com/xmake-io/xmake-repo/blob/dev/packages/i/ispc/xmake.lua) These two packages have shown that we need a url selector to select url in different package...

feature request

* Before adding new features and new modules, please go to issues to submit the relevant feature description first. * Write good commit messages and use the same coding conventions...