Search Criteria
Package Details: joyce 2.4.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/joyce.git (read-only, click to copy) |
---|---|
Package Base: | joyce |
Description: | Emulates the Amstrad PCW on Unix |
Upstream URL: | http://www.seasip.info/Unix/Joyce/index.html |
Licenses: | GPL |
Submitter: | ashman |
Maintainer: | FredBezies |
Last Packager: | FredBezies |
Votes: | 2 |
Popularity: | 0.000857 |
First Submitted: | 2016-08-07 18:01 (UTC) |
Last Updated: | 2024-03-13 11:29 (UTC) |
Dependencies (3)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- sdlAUR (sdl-openglhqAUR, sdl-nokbgrabAUR, sdl-openglhq-nokbgrabAUR, sdl-gitAUR, sdl12-compat-gitAUR, sdl12-compat)
Latest Comments
klore commented on 2020-06-21 12:28 (UTC)
mv -f .deps/PcwArgs.Tpo .deps/PcwArgs.Po g++ -DHAVE_CONFIG_H -I. -I.. -I../765/include -I../SdlTerm -I../Xbm -I../SdSdl -D_FORTIFY_SOURCE=2 -I/var/tmp/pamac-build-user/joyce/src/joyce-2.2.13 -I/var/tmp/pamac-build-user/joyce/src/joyce-2.2.13/cpmredir/include -I/var/tmp/pamac-build-user/joyce/src/joyce-2.2.13/LibLink/include -DALIBROOT=/usr/share/Joyce -I/var/tmp/pamac-build-user/joyce/src/joyce-2.2.13/LibDsk/include -DAUTOSHARE=/usr/share/LibDsk -DHAVE_LIBDSK_H=1 -DNOTWINDLL -I/var/tmp/pamac-build-user/joyce/src/joyce-2.2.13/765/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -I/usr/include/libxml2 -MT PcwBdos.o -MD -MP -MF .deps/PcwBdos.Tpo -c -o PcwBdos.o PcwBdos.cxx make[2]: [Makefile:712: PcKeyboard.o] Error 1 make[2]: Waiting for unfinished jobs.... mv -f .deps/Executor.Tpo .deps/Executor.Po mv -f .deps/Path.Tpo .deps/Path.Po mv -f .deps/PcwAsic.Tpo .deps/PcwAsic.Po mv -f .deps/PcwBdos.Tpo .deps/PcwBdos.Po make[2]: Leaving directory '/var/tmp/pamac-build-user/joyce/src/joyce-2.2.13/bin' make[1]: *** [Makefile:430: all-recursive] Error 1 make[1]: Leaving directory '/var/tmp/pamac-build-user/joyce/src/joyce-2.2.13'
klore commented on 2020-06-14 09:06 (UTC)
PcKeyboard.cxx: In member function ‘virtual int PcKeyboard::handleEvent(SDL_Event&)’: PcKeyboard.cxx:222:11: error: narrowing conversion of ‘4294967294’ from ‘unsigned int’ to ‘int’ [-Wnarrowing] 222 | case 0xFFFFFFFE: // PrtSc up | ^~~~~~~~~~ PcKeyboard.cxx:231:11: error: narrowing conversion of ‘4294967289’ from ‘unsigned int’ to ‘int’ [-Wnarrowing] 231 | case 0xFFFFFFF9: // PAUSE down | ^~~~~~~~~~ PcKeyboard.cxx:241:11: error: narrowing conversion of ‘4294967288’ from ‘unsigned int’ to ‘int’ [-Wnarrowing] 241 | case 0xFFFFFFF8: // PAUSE up | ^~~~~~~~~~ make[2]: *** [Makefile:712: PcKeyboard.o] Error 1
ashman commented on 2017-01-01 03:06 (UTC)
klore commented on 2016-12-31 15:54 (UTC)