Package Details: xroar 1.6.6-1

Git Clone URL: https://aur.archlinux.org/xroar.git (read-only, click to copy)
Package Base: xroar
Description: A Dragon and Tandy CoCo emulator
Upstream URL: https://www.6809.org.uk/xroar
Licenses: GPL-3.0-or-later
Submitter: vah
Maintainer: meanjollies
Last Packager: meanjollies
Votes: 8
Popularity: 0.000000
First Submitted: 2007-05-08 11:23 (UTC)
Last Updated: 2024-10-16 15:53 (UTC)

Latest Comments

1 2 Next › Last »

simona commented on 2024-09-13 08:23 (UTC)

CC sdl2/xroar-sdl_x11.o
OBJC macosx/xroar-filereq_cocoa.o
CC macosx/xroar-hkbd_darwin.o
macosx/hkbd_darwin.c:25:10: fatal error: Carbon/Carbon.h: File o directory non esistente
25 | #include <Carbon/Carbon.h>
| ^
compilation terminated.
make[3]: *** [Makefile:2951: macosx/xroar-hkbd_darwin.o] Error 1

simona commented on 2024-09-09 15:35 (UTC) (edited on 2024-09-09 15:38 (UTC) by simona)

I have
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
can I try some debug command? I have no problem with other packages.

meanjollies commented on 2024-09-09 15:32 (UTC)

@simona what does configure detect your system as? You should see something like this:

checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu

simona commented on 2024-09-09 15:09 (UTC)

macosx/hkbd_darwin.c:25:10: fatal error: Carbon/Carbon.h: File o directory non esistente

meanjollies commented on 2024-01-30 04:18 (UTC)

I was able to build this in a clean chroot. There's something problematic with your environment that is causing it to be detected as macOS.

simona commented on 2024-01-29 08:53 (UTC)

yes, arch x86_64

simona commented on 2024-01-29 08:53 (UTC)

same error

simona commented on 2021-11-22 21:06 (UTC)

yes :-( the last default one

meanjollies commented on 2021-11-22 20:16 (UTC) (edited on 2021-11-22 20:16 (UTC) by meanjollies)

@simona I still can't reproduce these errors. Are you actually using Arch on x86_64 with a sane makepkg.conf config?

simona commented on 2021-11-22 20:00 (UTC)

macosx/ui_macosx.m:958:16: error: ‘TRUE’ undeclared (first use in this function)
958 | return TRUE;
| ^~~~
macosx/ui_macosx.m: In function ‘-[SDLMain applicationDidFinishLaunching:]’:
macosx/ui_macosx.m:971:30: error: ‘TRUE’ undeclared (first use in this function) 971 | gCalledAppMainline = TRUE;
| ^~~~