You are not logged in.
Pages: 1
Yes, that's truth, but take a look at "configure", not "configure.ac". I shouldn't need to run "./autogen.sh" in a tarball release, as said in the README.LIN.
Btw, when I run "./autogen.sh" the configure script looks better (I think it's now ok) but ...
$ LANGUAGE=en ./autogen.sh
Running intltoolize
cp: cannot create regular file `po/Makefile.in.in': No such file or directory
intltoolize: cannot copy '/usr/share/intltool/Makefile.in.in' to 'po/Makefile.in.in'
autoreconf2.50: Entering directory `.'
autoreconf2.50: configure.ac: not using Gettext
autoreconf2.50: running: aclocal --output=aclocal.m4t
autoreconf2.50: `aclocal.m4' is unchanged
autoreconf2.50: configure.ac: tracing
autoreconf2.50: configure.ac: not using Libtool
autoreconf2.50: running: /usr/bin/autoconf --force
autoreconf2.50: configure.ac: not using Autoheader
autoreconf2.50: running: automake --add-missing --copy --force-missing
configure.ac:190: required file `./${PO_MAKEFILE}.in' not found
autoreconf2.50: automake failed with exit status: 1
When configuring...
checking for LIBGLADE... yes
WARNING: intltool and/or gettext are not available therefore the gtk-glade interface won't be installed. The gtk-glade UI requires intltool and gettext.
Strange. Looking at configure script...
if test "x$HAVE_SDL" = "xyes"; then
# SDL adds just a cli
UI_DIR="cli $UI_DIR"
if test "x$HAVE_GTK" = "xyes"; then
# GTK requires SDL
UI_DIR="gtk $UI_DIR"
fi
if test "x$HAVE_LIBGLADE" = "xyes"; then
echo "WARNING: intltool and/or gettext are not available therefore the gtk-glade interface won't be installed. The gtk-glade UI requires intltool and gettext."
fi
fi
So if $HAVE_LIBGLADE equals to yes... then... warning?! I'm missing something, isn't it?
Anyway, glade port isn't built, and if I try to build it by doing "make" in the src/gtk-glade directory...
main.c: In function 'main':
main.c:616: error: 'GETTEXT_PACKAGE' undeclared (first use in this function)
main.c:616: error: (Each undeclared identifier is reported only once
main.c:616: error: for each function it appears in.)
make: *** [main.o] Error 1
But I DO have gettext and intltool...
$ LANGUAGE=en apt-cache policy gettext | grep Installed
Installed: 0.16.1-1ubuntu2
$ LANGUAGE=en apt-cache policy intltool | grep Installed
Installed: 0.35.5-0ubuntu2
Any directions, please? Thank you very much.
Wow! With that option it runs as fast as desmume-gtk and desmume-cli. I haven't noticed it because there was no help in command line.
I'm running a cvs version downloaded and built this afternoon. I built it from the source.
With the current CVS version, there's a known problem with both gtk and gtk-glade UIs.
I can't notice any slowdown on desmume-gtk. It only happens to me with desmume-glade. My computer specs, if it helps:
01:00.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5500] (rev a1)
02:02.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 07)
Intel(R) Pentium(R) 4 CPU 3.00GHz
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe constant_tsc pni monitor ds_cpl cid xtpr
bogomips : 5989.58
Using Kubuntu Feisty (7.04).
Hey, it works only with desmume-glade when choosing save type FRAM (2MB). Automatic doesn't work, and since I can't choose the save type in desmume-gtk or desmume-cli it won't work in there.
I don't like desmume-glade so much because is much slower than the others on my computer. I can get half of frame rates gotten on desmume-gtk or desmume-cli.
I meant game saves. That saves stored on .sav files, you know.
Same here, but on linux.
How could I enable save states when compiling like this?
./autogen.sh && ./configure && make
Pages: 1