compiling on debian/ubuntu

If you're having problems with Snes9x, or think you've found a bug, this is the place to be.
Post Reply
stormchaser3000
Snes9x White Belt
Posts: 2
Joined: Wed Mar 25, 2015 10:34 am

compiling on debian/ubuntu

Post by stormchaser3000 »

ok i am trying to compile the gtk ui on debian and have tried on ubuntu and this happens when tunning ./autogen.s

Code: Select all

./autogen.sh: 3: ./autogen.sh: glib-gettextize: not found
./autogen.sh: 4: ./autogen.sh: intltoolize: not found
configure.ac:30: warning: macro 'AM_GLIB_GNU_GETTEXT' not found in library
Makefile.am:11: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
and then when i run ./configure

Code: Select all

checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
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 whether gcc understands -c and -o together... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/home/stormchaser3000/Desktop/snes9x-1.53-src/gtk/missing: Unknown `--is-lightweight' option
Try `/home/stormchaser3000/Desktop/snes9x-1.53-src/gtk/missing --help' for more information
configure: WARNING: 'missing' script is too old or missing
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 style of include used by make... GNU
checking whether make supports nested variables... yes
checking dependency style of gcc... gcc3
checking dependency style of g++... gcc3
checking whether make supports nested variables... (cached) yes
./configure: line 4449: syntax error near unexpected token `0.37.0'
./configure: line 4449: `IT_PROG_INTLTOOL(0.37.0)'
stormchaser3000
Snes9x White Belt
Posts: 2
Joined: Wed Mar 25, 2015 10:34 am

Re: compiling on debian/ubuntu

Post by stormchaser3000 »

welll i found the issue. just install the programs that are required such as gtk 2 and gettext and the other program and glib
Post Reply