Package Details: xroar 1.7.1-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-11-23 01:15 (UTC)

Latest Comments

1 2 Next › Last »

meanjollies commented on 2024-11-10 17:58 (UTC)

@savagehamster thank you :]

simona commented on 2024-11-10 17:58 (UTC)

now perfect

savagehamster commented on 2024-11-10 12:24 (UTC)

There's a conflict with another AUR package, gnustep-gui, that causes the build to think it should build the OSX gui as well. The following patch to PKGBUILD fixes it:

diff --git a/PKGBUILD b/PKGBUILD
index 72c0193..8e4c3fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,7 @@ prepare() {
 build() {
   cd "${pkgname}-${pkgver}"

-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --without-cocoa
   make
 }

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