Desmume patched binary

7 views
Skip to first unread message

Euangelion

unread,
Jun 9, 2008, 3:11:30 PM6/9/08
to inferno-ds
I've been having some trouble building Desmume with the patch from the
googlecode site for Inferno. Could anyone upload a binary that is
patched or email me euange...@gmail.com with one? I'd appreciate
it. Thanks.

Salva Peiró

unread,
Jun 9, 2008, 3:49:35 PM6/9/08
to infer...@googlegroups.com
> Could anyone upload a binary that is patched or email me

you can do it yourself, I'm sure the patch is not causing problems.
Here's what I type to get it compiled:

cvs -d:pserver:anon...@desmume.cvs.sourceforge.net:/cvsroot/desmume login
cvs -z3 -d:pserver:anon...@desmume.cvs.sourceforge.net:/cvsroot/desmume
co -P desmume

cd desmume
wget http://inferno-ds.googlecode.com/files/desmume-undf.patch
patch -p0 < desmume-undf.patch
./autogen.sh
./configure --enable-debug
make

if it fails while building src/gtk-glade, which requires gtkglext,
just try with the desmume command line and gtk versions (cli and gtk):
cd src/gtk; make
cd src/cli; make
which should give you a pair of binaries called desmume and desmume-cli.

--
salva

Reply all
Reply to author
Forward
0 new messages