Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
0 answers
94 views

I worked with ChatGPT to build an xmake script that will build my library for 2.5 platforms (linux, windows, and cross compile for windows). The project includes my library and demonstration binaries ...
0 votes
0 answers
30 views

I am using apt::libpcl-dev with xmake. # xmake.lua add_rules("mode.debug","mode.release") add_requires("apt::libpcl-dev", {configs = {vtk=true, system = true}}) ...
2 votes
1 answer
100 views

I'm trying to print in my shell my library's or executable's build path using xmake. After build my library or executable file is located in build/linux/x86_64/release directory, I would like to print ...
1 vote
0 answers
237 views

When I used VSCode+XMake+Clangd+MSVC, clangd confused me. If I wrote this in xmake.lua: set_language("c++23") I could not use std::filesystem. Then I found Clangd expanded the marco ...
2 votes
1 answer
301 views

I am trying to build a simple xmake based app, with the usual lua scripting, but how to write an xmake.lua for this still eludes me. For now I have this: add_rules("mode.debug", "mode....
3 votes
0 answers
643 views

I used XMake as the build tool and was then able to compile properly. But I can't get good code hints again. I don't know how I can get clangd to detect my Qt library. So how should I set up the ...
0 votes
0 answers
122 views

I tried to update libpq in xmake's official repository to version 16.1, however, I encountered many different kinds of strange test failure, such as: log of test for commit fb8fa01: ... gcc -Wall -...
happyZYM's user avatar
1 vote
0 answers
145 views

my project can be compiled with clang-17 and xmake.I used Clion to code before.in vscode,I tried clangd plugin(has enabled experimental feature),and pass compile_commands to it,but it still report &...
limuy's user avatar
  • 21
1 vote
0 answers
40 views

I am applying a rule to *.hlsl files that compiles the files with the fxc tool. rule("shadercompile.fxc") set_extensions(".hlsl") on_load(function (target) local ...
Raildex's user avatar
  • 5,468
6 votes
1 answer
2k views

I am trying to let xmake support gcc-11 to build c++20 modules, but I have some problems. gcc-11 will generate the gcm.cache directory in the current directory by default. How can I modify this ...
ruki's user avatar
  • 203
2 votes
0 answers
315 views

I'm new to xmake, I've wrote a xmake.lua but when I try to execute xmake I receive the following issue: checking for platform ... mingw checking for architecture ... x86_64 checking for mingw ...
samuel potter's user avatar
1 vote
1 answer
2k views

I've "brew install xmake" on my mac, and having a .cpp file, I run xmake and it generates a xmake.lua in the directory. Then it reports: error: cannot get program for cxx I've installed clang (alias ...
Hind Forsum's user avatar
  • 10.7k
2 votes
1 answer
513 views

I have already uploaded my aur package to the aur.archlinux.org (https://aur.archlinux.org/packages/xmake/). How to make the aur package into the archlinux community source? I want to run command ...
0 votes
1 answer
85 views

I want to create my software package and upload the ubuntu or other software sources. But I don't known how to do it. My project: https://github.com/waruqi/xmake please help me, Thanks

AltStyle によって変換されたページ (->オリジナル) /