Package Details: dosbox-x-git 18065.ac3c072d5-2

Git Clone URL: https://aur.archlinux.org/dosbox-x-git.git (read-only, click to copy)
Package Base: dosbox-x-git
Description: x86 emulator with builtin DOS, with patches with more features
Upstream URL: http://dosbox.sourceforge.net
Licenses: GPL
Submitter: heavysink
Maintainer: heavysink (lilac)
Last Packager: lilac
Votes: 6
Popularity: 0.000000
First Submitted: 2015-10-19 03:47 (UTC)
Last Updated: 2023-05-07 20:36 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

heavysink commented on 2017-08-18 01:29 (UTC)

@timofonic Updated.

timofonic commented on 2017-07-20 16:23 (UTC)

In file included from fpu.cpp:47:0: fpu_instructions.h: In function ‘void FPU_FCOM(Bitu, Bitu)’: fpu_instructions.h:326:19: error: expected unqualified-id before ‘(’ token # define isinf(x) (std::isinf(x)) ^ fpu_instructions.h:458:12: note: in expansion of macro ‘isinf’ if (std::isinf(fpu.regs[st].d) && std::isinf(fpu.regs[other].d)) { ^~~~~ fpu_instructions.h:326:19: error: expected unqualified-id before ‘(’ token # define isinf(x) (std::isinf(x)) ^ fpu_instructions.h:458:42: note: in expansion of macro ‘isinf’ if (std::isinf(fpu.regs[st].d) && std::isinf(fpu.regs[other].d)) { ^~~~~ make[3]: *** [Makefile:344: fpu.o] Error 1 make[3]: Leaving directory '/home/timofonic/.cache/pacaur/dosbox-x-git/src/dosbox/src/fpu' make[2]: *** [Makefile:439: all-recursive] Error 1 make[2]: Leaving directory '/home/timofonic/.cache/pacaur/dosbox-x-git/src/dosbox/src' make[1]: *** [Makefile:376: all-recursive] Error 1 make[1]: Leaving directory '/home/timofonic/.cache/pacaur/dosbox-x-git/src/dosbox' make: *** [Makefile:317: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... :: failed to build dosbox-x-git package(s)

aaronp commented on 2016-09-05 07:54 (UTC)

The default executable name is dosbox-x now. You should be able to change the sysconfdir and the desktop file and allow dosbox-x to be parallel installable with vanilla dosbox.

TruckerZer0 commented on 2016-06-02 09:00 (UTC)

Thank you very much!

heavysink commented on 2016-04-23 02:20 (UTC)

Hi @TruckerZer0 @aaronp The patch has applied and the problem seems to be solved so far.

TruckerZer0 commented on 2016-03-25 00:39 (UTC)

Thank you!

aaronp commented on 2016-03-20 23:41 (UTC)

https://github.com/joncampbell123/dosbox-x/issues/184

TruckerZer0 commented on 2016-03-11 07:09 (UTC)

It gives me this error: In file included from fpu.cpp:45:0: fpu_instructions.h: In function ‘void FPU_FCOM(Bitu, Bitu)’: fpu_instructions.h:394:27: error: ‘isinf’ was not declared in this scope if (isinf(fpu.regs[st].d) && isinf(fpu.regs[other].d)) { ^ fpu_instructions.h:394:27: note: suggested alternative: In file included from fpu_instructions.h:283:0, from fpu.cpp:45: /usr/include/c++/5.3.0/cmath:621:5: note: ‘std::isinf’ isinf(_Tp __x) ^ Makefile:345: set di istruzioni per l'obiettivo "fpu.o" non riuscito make[3]: *** [fpu.o] Errore 1

chrisq commented on 2015-12-03 13:29 (UTC)

Joystick support seems broken for me. It is not detected, but other dosbox binaries detects as normal. Do you know if it a problem upstream or this build?

spider-mario commented on 2015-10-29 13:05 (UTC)

Shouldn’t `makedepends` contain git rather than subversion?