Results 1 to 3 of 3

Thread: ./configure fails to create DeSmuMe 0.9.4 Makefile

  1. #1
    Join Date
    May 2009
    Location
    UNSC Infinity
    Beans
    245
    Distro
    Xubuntu 13.04 Raring Ringtail

    Cool ./configure fails to create DeSmuMe 0.9.4 Makefile

    Hi,

    I am really into emulation.
    So, when I learned some of my homebrew wasn't working because I didn't have the latest version of DeSmuMe (repositories are ver. 0.9.1, not 0.9.4), I immediately downloaded the source from SourceForge.

    However, when I tried ./configure to create the Makefile, this is the Terminal output:

    Code:
    root@ubuntu:/home/matthew/Desktop/desmume-0.9.4# ./configure
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking target system type... i686-pc-linux-gnu
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... no
    checking for mawk... mawk
    checking whether make sets $(MAKE)... yes
    checking for g++... g++
    checking for C++ compiler default output file name... a.out
    checking whether the C++ compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables... 
    checking for suffix of object files... o
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking for style of include used by make... GNU
    checking dependency style of g++... gcc3
    checking for ranlib... ranlib
    checking for gcc... gcc
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking dependency style of gcc... gcc3
    checking how to run the C preprocessor... gcc -E
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking whether byte ordering is bigendian... no
    checking for pkg-config... /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking whether NLS is requested... yes
    checking for intltool-update... /usr/bin/intltool-update
    checking for intltool-merge... /usr/bin/intltool-merge
    checking for intltool-extract... /usr/bin/intltool-extract
    checking for xgettext... /usr/bin/xgettext
    checking for msgmerge... /usr/bin/msgmerge
    checking for msgfmt... /usr/bin/msgfmt
    checking for gmsgfmt... /usr/bin/msgfmt
    checking for perl... /usr/bin/perl
    checking for perl >= 5.8.1... 5.10.0
    checking for XML::Parser... ok
    checking for gzopen in -lz... yes
    checking for zzip_open in -lzzip... no
    checking for sdl-config... /usr/bin/sdl-config
    checking GL/gl.h usability... yes
    checking GL/gl.h presence... yes
    checking for GL/gl.h... yes
    checking GL/glu.h usability... yes
    checking GL/glu.h presence... yes
    checking for GL/glu.h... yes
    checking for main in -ldl... yes
    checking for main in -lGL... yes
    checking for main in -lOSMesa... no
    checking for pkg-config... pkg-config
    checking for GLIB... no
    checking for GTK... no
    checking for GTKGLEXT... no
    checking for GTHREAD... no
    checking for LIBGLADE... no
    checking whether to enable maintainer-specific portions of Makefiles... no
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating src/Makefile
    config.status: creating src/cli/Makefile
    config.status: creating src/cli/doc/Makefile
    config.status: creating src/cocoa/Makefile
    config.status: creating src/gtk/Makefile
    config.status: creating src/gtk/doc/Makefile
    config.status: creating src/gtk-glade/Makefile
    config.status: creating src/gtk-glade/doc/Makefile
    config.status: creating src/windows/Makefile
    config.status: creating src/gdbstub/Makefile
    config.status: creating autopackage/default.apspec
    config.status: executing depfiles commands
    config.status: executing po/stamp-it commands
    grep: po/Makefile.in: No such file or directory
    config.status: error: po/Makefile.in.in was not created by intltoolize.
    Obviously, running ./configure did not have the desired effect.

    What did I do wrong?

    Is there a .deb file I can download from a PPA?

    I prefer to use the Terminal, so I can learn more about my Ubuntu Jaunty system, but, since .deb files are easier to install, I wouldn't mind a link to the latest version.

    Thanks,
    SPARTAN-118
    Let me know if I'm being too technical - or not technical enough!
    There is a blank space here.
    Unreal Circumstances

  2. #2
    Join Date
    Oct 2006
    Beans
    19

    Re: ./configure fails to create DeSmuMe 0.9.4 Makefile

    I know it's late but here you go...

    http://www.getdeb.net/release/4555

    BTW you needed to install the "-dev" files from synaptic:

    checking for GTK... no
    checking for GTKGLEXT... no
    checking for GTHREAD... no
    checking for LIBGLADE... no

  3. #3
    Join Date
    May 2009
    Location
    UNSC Infinity
    Beans
    245
    Distro
    Xubuntu 13.04 Raring Ringtail

    Re: ./configure fails to create DeSmuMe 0.9.4 Makefile

    Heh ya no kidding late - I don't really care for a DS emulator on the PC anymore, since I got my R4DS flashcart a while ago.

    Well, anyways, thanks, I'll leave this thread open for other people.

    SPARTAN-118
    Let me know if I'm being too technical - or not technical enough!
    There is a blank space here.
    Unreal Circumstances

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •