Search Criteria
Package Details: flycast 2.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/flycast.git (read-only, click to copy) |
---|---|
Package Base: | flycast |
Description: | Sega Dreamcast, Naomi, and Atomiswave emulator |
Upstream URL: | https://github.com/flyinghead/flycast |
Licenses: | GPL-2.0-only |
Submitter: | xiota |
Maintainer: | xiota |
Last Packager: | xiota |
Votes: | 6 |
Popularity: | 0.105807 |
First Submitted: | 2022-12-22 17:36 (UTC) |
Last Updated: | 2024-10-24 19:28 (UTC) |
Dependencies (11)
- alsa-lib
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libgl (nvidia-340xx-utilsAUR, libglvnd-gitAUR, amdgpu-pro-oglpAUR, amdgpu-pro-oglp-legacyAUR, libglvnd)
- libzip (libzip-gitAUR)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- lld (llvm-rocm-gitAUR, llvm-gitAUR) (make)
- llvm (llvm-rocm-gitAUR, llvm-gitAUR, llvm-minimal-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
Required by (0)
Sources (15)
- bylaws.libadrenotools
- flycast
- flyinghead.mingw-breakpad
- google.googletest
- google.oboe
- gpuopen-librariesandsdks.vulkanmemoryallocator
- harmonytf.discord-rpc
- khronosgroup.glslang
- khronosgroup.vulkan-headers
- libsdl-org.sdl
- retroachievements.rcheevos
- rtissera.libchdr
- vinniefalco.luabridge
- vkedwardli.spout2
- vkedwardli.syphon-framework
Latest Comments
xiota commented on 2024-03-18 19:49 (UTC)
@jperry I don't know the reason it didn't build on your system outside of clean chroot. It could be anything. If you provide full logs in a pastebin, I can take a look to see if anything stands out.
jperry commented on 2024-03-18 12:18 (UTC)
@xiota That worked, thank you very much!
Do you know if this is a usual need for this package, or what causes it to be necessary? A guess is that maybe my system Pipewire packages were interfering.
xiota commented on 2024-03-18 02:40 (UTC) (edited on 2024-03-18 02:40 (UTC) by xiota)
@jperry Please try building in a clean chroot (
extra-x86_64-build
). If it still fails, please copy the build log to a pastebin.jperry commented on 2024-03-18 01:45 (UTC)
Build is failing for me with multiple undeclared identifier errors in core/deps/SDL/src/audio/pipewire/SDL_pipewire.c
xiota commented on 2023-07-04 04:15 (UTC) (edited on 2023-07-04 19:46 (UTC) by xiota)
@dankuser556 Thanks for letting me know. Package has been updated.
dankuser556 commented on 2023-07-03 12:53 (UTC) (edited on 2023-07-03 12:54 (UTC) by dankuser556)
I had to add
39 #include "common/using_std_string.h"
40 ++ #include <cstdint>
to
flycast/src/flycast/core/deps/breakpad/src/client/linux/handler/minidump_descriptor.h
to get a successful compile on my system.