Package Details: xenia-git r6938.f6b5424a9-1

Git Clone URL: https://aur.archlinux.org/xenia-git.git (read-only, click to copy)
Package Base: xenia-git
Description: An experimental emulator for the Xbox 360.
Upstream URL: http://xenia.jp
Licenses: BSD
Conflicts: xenia
Provides: xenia
Submitter: bwrsandman
Maintainer: bwrsandman
Last Packager: bwrsandman
Votes: 7
Popularity: 0.000083
First Submitted: 2018-01-28 02:20 (UTC)
Last Updated: 2023-11-19 20:34 (UTC)

Required by (0)

Sources (32)

Latest Comments

1 2 3 4 Next › Last »

Awebb commented on 2024-03-18 06:37 (UTC)

I'm running into => ERROR: /home/awebb/build/src/capstone is not a clone of https://github.com/xenia-project/capstone.git

patlefort commented on 2023-12-13 20:22 (UTC)

Missing dependencies: sdl2 and llvm. Also for some reason, it is using DEBUG_CFLAGS variable from makepkg.conf even though it's compiled for release.

berturion commented on 2023-11-30 19:46 (UTC) (edited on 2023-11-30 19:47 (UTC) by berturion)

Just for info. I had to install llvm manually in order to compile the package. I had an error llvm-ar command not found otherwise.

bwrsandman commented on 2023-11-19 20:36 (UTC)

Cleaned-up the package and modified it to use system premake5 instead of building it itself.

NY152 commented on 2023-11-19 17:11 (UTC)

idem and repo not up to date

rtentser commented on 2023-10-02 20:10 (UTC) (edited on 2023-10-04 05:48 (UTC) by rtentser)

Build fails because premake5 is missing

I've installed premake5, but build still fails

make: *** [Bootstrap.mak:113: linux] Error 2
ERROR: cannot build premake5 executable.

Phoenix1 commented on 2023-09-17 20:47 (UTC)

Build fails because premake5 is missing

brauliobo commented on 2023-07-13 19:33 (UTC)

same error as @feltnight, can you please incorporate his patch?

felknight commented on 2023-07-08 02:56 (UTC)

adding

PKGBUILD:
...
sed -i '16 a #include <optional>' src/xenia/ui/imgui_drawer.h
sed -i '16 a #include <cstdint>' src/xenia/base/utf8.cc //Add this line
...

Fixes the unit32_t issue