Package Details: desmume-git 0.9.11.r1463.eab1fb95-1

Git Clone URL: https://aur.archlinux.org/desmume-git.git (read-only, click to copy)
Package Base: desmume-git
Description: Nintendo DS emulator
Upstream URL: https://desmume.org/
Licenses: GPL2
Conflicts: desmume
Provides: desmume
Submitter: SwooshyCueb
Maintainer: linkmauve
Last Packager: linkmauve
Votes: 71
Popularity: 0.010262
First Submitted: 2017-01-11 14:52 (UTC)
Last Updated: 2020-11-27 00:29 (UTC)

Required by (0)

Sources (1)

Latest Comments

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

gourdcaptain commented on 2015-12-15 22:13 (UTC)

Trying to build this gets me the error: callbacks.cpp: In function ‘void Printscreen()’: callbacks.cpp:224:36: error: ‘class GPUSubsystem’ has no member named ‘GetNativeFramebuffer’ u16 *gpuFramebuffer = GPU->GetNativeFramebuffer();

ihstphone commented on 2015-01-03 23:56 (UTC)

the glx_3Demu.patch fails to apply

Charon77 commented on 2013-10-30 14:41 (UTC)

Hi, desmume now works, you just need to update your source, last updated about 3 hours ago from svn. Remember to make the checksum on the PKBUILD 'skip' also, remove enable-jit.patch from PKBUILD. JIT works, use --cpu-mode=1.

Charon77 commented on 2013-10-29 14:37 (UTC)

I am having the same problem with AuHop, either from 4712-2 or 4714-1. It led me believing that it "might" have something to do with the subdir-objects option being not enabled for automake, though I have no idea whatsoever about it.

AuHop commented on 2013-10-29 13:32 (UTC)

I'm still getting build errors: NDSSystem.cpp:619:9: error: ‘struct MMU_struct’ has no member named ‘CART_ROM’ if(MMU.CART_ROM != MMU.UNUSED_RAM) ^ NDSSystem.cpp:622:11: error: ‘struct GameInfo’ has no member named ‘resize’ gameInfo.resize(size); ^ NDSSystem.cpp:624:11: error: ‘struct GameInfo’ has no member named ‘fillGap’ gameInfo.fillGap(); ^ Makefile:914: recipe for target 'NDSSystem.o' failed make[2]: *** [NDSSystem.o] Error 1 make[2]: Leaving directory '/tmp/packerbuild-0/desmume-svn/desmume-svn/src/trunk/desmume/src' Makefile:2124: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/tmp/packerbuild-0/desmume-svn/desmume-svn/src/trunk/desmume/src' Makefile:411: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 1 ==> ERROR: A failure occurred in build(). Aborting... The build failed.

jorge_barroso commented on 2013-08-12 17:01 (UTC)

thanks, updated ;)

heftig commented on 2013-08-12 00:59 (UTC)

Updated package: http://pkgbuild.com/~heftig/desmume-svn-0.9.10+4714-1.src.tar.gz Fixed URL. Old SF repos are frozen Better pkgver() Enables JIT by default

bluerider commented on 2013-07-17 03:19 (UTC)

Fails to build for me : common.cpp: In function ‘void msgFakeInfo(const char*, ...)’: common.cpp:61:21: error: ‘va_start’ was not declared in this scope va_start (args, fmt); \ ^ common.cpp:67:2: note: in expansion of macro ‘MSG_PRINT’ MSG_PRINT; ^ common.cpp:63:14: error: ‘va_end’ was not declared in this scope va_end (args); \ ^ common.cpp:67:2: note: in expansion of macro ‘MSG_PRINT’ MSG_PRINT; ^ common.cpp: In function ‘bool msgFakeConfirm(const char*, ...)’: common.cpp:61:21: error: ‘va_start’ was not declared in this scope va_start (args, fmt); \ ^ common.cpp:72:2: note: in expansion of macro ‘MSG_PRINT’ MSG_PRINT; ^ common.cpp:63:14: error: ‘va_end’ was not declared in this scope va_end (args); \ ^ common.cpp:72:2: note: in expansion of macro ‘MSG_PRINT’ MSG_PRINT; ^ common.cpp: In function ‘void msgFakeError(const char*, ...)’: common.cpp:61:21: error: ‘va_start’ was not declared in this scope va_start (args, fmt); \ ^ common.cpp:78:2: note: in expansion of macro ‘MSG_PRINT’ MSG_PRINT; ^ common.cpp:63:14: error: ‘va_end’ was not declared in this scope va_end (args); \ ^ common.cpp:78:2: note: in expansion of macro ‘MSG_PRINT’ MSG_PRINT; ^ common.cpp: In function ‘void msgFakeWarn(const char*, ...)’: common.cpp:61:21: error: ‘va_start’ was not declared in this scope va_start (args, fmt); \ ^ common.cpp:83:2: note: in expansion of macro ‘MSG_PRINT’ MSG_PRINT; ^ common.cpp:63:14: error: ‘va_end’ was not declared in this scope va_end (args); \ ^ common.cpp:83:2: note: in expansion of macro ‘MSG_PRINT’ MSG_PRINT; ^ make[2]: *** [common.o] Error 1 make[2]: *** Waiting for unfinished jobs.... mv -f .deps/arm_instructions.Tpo .deps/arm_instructions.Po make[2]: Leaving directory `/tmp/packerbuild-1000/desmume-svn/desmume-svn/src/desmume/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/packerbuild-1000/desmume-svn/desmume-svn/src/desmume/src' make: *** [all-recursive] Error 1

TheWaffleGuy commented on 2013-04-15 14:38 (UTC)

I would add a pkgver() function so that a version number is generated. For example: http://sprunge.us/NTNa