Search Criteria
Package Details: superdux-git 0.1.0.r360.244c0f0+r1952.859ff795-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/superdux-git.git (read-only, click to copy) |
---|---|
Package Base: | superdux-git |
Description: | A Qt-based interface of SameBoy, An accuracy-focused Game Boy/Game Boy Color emulator (git build) |
Upstream URL: | https://github.com/SnowyMouse/superdux |
Licenses: | GPL3 |
Conflicts: | superdux |
Provides: | superdux |
Submitter: | Vaporeon |
Maintainer: | Vaporeon |
Last Packager: | Vaporeon |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2021-12-12 18:57 (UTC) |
Last Updated: | 2022-07-26 17:03 (UTC) |
Dependencies (6)
- qt6-base (qt6-base-headlessAUR, qt6-base-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- rgbds (rgbds-gitAUR) (make)
Latest Comments
Vaporeon commented on 2022-07-01 08:41 (UTC)
Fixed
sak18ra commented on 2022-06-30 20:35 (UTC)
I got this error while trying to build to package:
-- Build files have been written to: /home/sak18/superdux-git/src/build [1/2] Building CXX object CMakeFiles/superdux.dir/src/game_instance.cpp.o FAILED: CMakeFiles/superdux.dir/src/game_instance.cpp.o /usr/bin/c++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DSAMEBOY_SOURCE_HASH=\"bc84b2ecacadff0cef0b7e81fd556bf0b1487b44f2d5de9f9964b56a6eed2363\" -I/home/sak18/superdux-git/src/build/superdux_autogen/include -I/home/sak18/superdux-git/src/SameBoy -I/home/sak18/superdux-git/src/build -isystem /usr/include/qt6/QtWidgets -isystem /usr/include/qt6 -isystem /usr/include/qt6/QtCore -isystem /usr/lib/qt6/mkspecs/linux-g++ -isystem /usr/include/qt6/QtGui -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -O3 -DNDEBUG -fPIC -std=gnu++20 -MD -MT CMakeFiles/superdux.dir/src/game_instance.cpp.o -MF CMakeFiles/superdux.dir/src/game_instance.cpp.o.d -o CMakeFiles/superdux.dir/src/game_instance.cpp.o -c /home/sak18/superdux-git/src/superdux/src/game_instance.cpp In file included from /home/sak18/superdux-git/src/SameBoy/Core/gb.h:10, from /home/sak18/superdux-git/src/superdux/src/game_instance.hpp:5, from /home/sak18/superdux-git/src/superdux/src/game_instance.cpp:1: /home/sak18/superdux-git/src/SameBoy/Core/gb.h:383:15: warning: attribute ignored in declaration of 'union GB_gameboy_internal_s::<unnamed>' [-Wattributes] 383 | union { | ^ /home/sak18/superdux-git/src/SameBoy/Core/save_state.h:11:61: note: in definition of macro 'GB_SECTION' 11 | #define GB_SECTION(name, ...) attribute ((aligned (8))) VA_ARGS | ^~~~~~~~~~~ /home/sak18/superdux-git/src/SameBoy/Core/gb.h:383:15: note: attribute for 'union GB_gameboy_internal_s::<unnamed>' must follow the 'union' keyword 383 | union { | ^ /home/sak18/superdux-git/src/SameBoy/Core/save_state.h:11:61: note: in definition of macro 'GB_SECTION' 11 | #define GB_SECTION(name, ...) attribute ((aligned (8))) VA_ARGS | ^~~~~~~~~~~ /home/sak18/superdux-git/src/superdux/src/game_instance.cpp: In constructor 'GameInstance::GameInstance(GB_model_t, GB_border_mode_t)': /home/sak18/superdux-git/src/superdux/src/game_instance.cpp:232:27: error: invalid conversion from 'void ()(GB_gameboy_s) noexcept' to 'GB_vblank_callback_t' {aka 'void ()(GB_gameboy_s, GB_vblank_type_t)'} [-fpermissive] 232 | GB_set_vblank_callback(&this->gameboy, GameInstance::on_vblank); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | void ()(GB_gameboy_s) noexcept /home/sak18/superdux-git/src/SameBoy/Core/gb.h:891:68: note: initializing argument 2 of 'void GB_set_vblank_callback(GB_gameboy_t, GB_vblank_callback_t)' 891 | void GB_set_vblank_callback(GB_gameboy_t gb, GB_vblank_callback_t callback); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ ninja: build stopped: subcommand failed. ==> ERROR: A failure occurred in build(). Aborting...