Replies: 2 comments 3 replies
-
install failed or run failed? if installation is success, you can try run because it's bat script |
Beta Was this translation helpful? Give feedback.
1 reply
-
It works for me. :: Processing package changes...
(1/1) reinstalling mingw-w64-x86_64-xmake [####################################################################################################] 100%
wangrunqing@IIGS-A8825-D MINGW64 /d/projects/personal/xmake
$ xmake --version
xmake v2.8.5+20231107, A cross-platform build utility based on Lua
Copyright (C) 2015-present Ruki Wang, tboox.org, xmake.io
_
__ ___ __ __ __ _| | ______
\ \/ / | \/ |/ _ | |/ / __ \
> < | \__/ | /_| | < ___/
/_/\_\_|_| |_|\__ \|_|\_\____|
by ruki, xmake.io
👉 Manual: https://xmake.io/#/getting_started
🙏 Donate: https://xmake.io/#/sponsor It should bin/xmake.exe, but it's a sh script. wangrunqing@IIGS-A8825-D MINGW64 /d/projects/personal/xmake
$ which xmake
/mingw64/bin/xmake
wangrunqing@IIGS-A8825-D MINGW64 /d/projects/personal/xmake
$ cat /mingw64/bin/xmake.exe
#!/usr/bin/env bash
BASEDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
if [ -f "$BASEDIR/../share/xmake/xmake.exe" ]; then
$BASEDIR/../share/xmake/xmake.exe "$@"
fi |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Under Windows 11 I have installed xmake using MSYS2:
pacman -Sy mingw-w64-x86_64-xmake
but get:
Program 'xmake.exe' failed to run: The specified executable is not a valid application for this OS platform.At line:1 char:1
... when trying to run it.
Seems like a basic issue (may be bitness) but can't figure out what I am doing wrong in the install. This should all be 64 bits.
Anyone seen this before?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions