Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux Hosts
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > GNU Linux Zone > Linux Applications
Reload this Page compiling gens
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Linux Applications I cant get "X" app to work... also discussion about linux programs.

Reply
 
Thread Tools Display Modes
Old 09-12-2005   #1 (permalink)
alterrocker85
Just Joined!
 
Join Date: Mar 2005
Posts: 46
Send a message via AIM to alterrocker85
compiling gens

first off i downloaded the source from here http://www.zophar.net/unix/Files/gens-rc2.tar.gz
i ran ./configure and that did't work so then i tried sh ./congifure

result:
Code:
chris@linux:~/Misc/Downloads/gens-linux-2.12a> sh ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
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 gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.
i looked in the config.log and here is the output:
Code:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = linux
uname -m = i686
uname -r = 2.6.11.4-21.9-smp
uname -s = Linux
uname -v = #1 SMP Fri Aug 19 11:58:59 UTC 2005

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/chris/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /bin
PATH: /usr/games
PATH: /opt/gnome/bin
PATH: /opt/kde3/bin
PATH: /usr/lib/jvm/jre/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1328: checking for a BSD-compatible install
configure:1383: result: /usr/bin/install -c
configure:1394: checking whether build environment is sane
configure:1437: result: yes
configure:1471: checking for gawk
configure:1487: found /usr/bin/gawk
configure:1497: result: gawk
configure:1507: checking whether make sets $(MAKE)
configure:1527: result: yes
configure:1636: checking build system type
configure:1654: result: i686-pc-linux-gnu
configure:1662: checking host system type
configure:1676: result: i686-pc-linux-gnu
configure:1684: checking target system type
configure:1698: result: i686-pc-linux-gnu
configure:1768: checking for gcc
configure:1784: found /usr/bin/gcc
configure:1794: result: gcc
configure:2038: checking for C compiler version
configure:2041: gcc --version </dev/null >&5
gcc (GCC) 3.3.5 20050117 (prerelease) (SUSE Linux)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2044: $? = 0
configure:2046: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i586-suse-linux/3.3.5/specs
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=c,c++,f77,objc,java,ada --disable-checking --libdir=/usr/lib --enable-libgcj --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit i586-suse-linux
Thread model: posix
gcc version 3.3.5 20050117 (prerelease) (SUSE Linux)
configure:2049: $? = 0
configure:2051: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2054: $? = 1
configure:2077: checking for C compiler default output file name
configure:2080: gcc    conftest.c  >&5
configure:2083: $? = 0
configure:2129: result: a.out
configure:2134: checking whether the C compiler works
configure:2140: ./a.out
./configure: line 2141: ./a.out: Permission denied
configure:2143: $? = 126
configure:2152: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_make_make_set=yes
ac_cv_target=i686-pc-linux-gnu
ac_cv_target_alias=i686-pc-linux-gnu

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/chris/Misc/Downloads/gens-linux-2.12a/missing --run aclocal'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/chris/Misc/Downloads/gens-linux-2.12a/missing --run tar'
AUTOCONF='${SHELL} /home/chris/Misc/Downloads/gens-linux-2.12a/missing --run autoconf'
AUTOHEADER='${SHELL} /home/chris/Misc/Downloads/gens-linux-2.12a/missing --run autoheader'
AUTOMAKE='${SHELL} /home/chris/Misc/Downloads/gens-linux-2.12a/missing --run automake'
AWK='gawk'
CC='gcc'
CCDEPMODE=''
CFLAGS=''
CPP=''
CPPFLAGS=''
CXX=''
CXXDEPMODE=''
CXXFLAGS=''
DEFS=''
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
GETTIMEFLAG=''
GTK_CFLAGS=''
GTK_FILES=''
GTK_LIBS=''
GUIINST_HACK=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/chris/Misc/Downloads/gens-linux-2.12a/missing --run makeinfo'
OBJEXT='o'
PACKAGE='gens'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PKG_CONFIG=''
SDL_CFLAGS=''
SDL_CONFIG=''
SDL_LIBS=''
SET_MAKE=''
SHELL='/bin/sh'
VERSION='2.12a'
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ac_ct_CC='gcc'
ac_ct_CXX=''
am__include=''
am__quote=''
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='NONE'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/chris/Misc/Downloads/gens-linux-2.12a/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='NONE'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i686-pc-linux-gnu'
target_alias=''
target_cpu='i686'
target_os='linux-gnu'
target_vendor='pc'

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE "gens"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define VERSION "2.12a"

configure: exit 1
somebody pelase help as i have some experience but not too much. i have compiled other progs and install devs so they would work and such but this is out of my league.
__________________
Website
alterrocker85 is offline   Reply With Quote
Old 09-12-2005   #2 (permalink)
alterrocker85
Just Joined!
 
Join Date: Mar 2005
Posts: 46
Send a message via AIM to alterrocker85
well now i got past that but now i have another problem
Code:
chris@linux:~/Desktop/gens-linux-2.12a> make
Making all in starscream
make[1]: Entering directory `/home/chris/Desktop/gens-linux-2.12a/starscream'
Making all in main68k
make[2]: Entering directory `/home/chris/Desktop/gens-linux-2.12a/starscream/main68k'
source='star.c' object='star.o' libtool=no \
depfile='.deps/star.Po' tmpdepfile='.deps/star.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gens\" -DVERSION=\"2.12a\" -DSTDC_HEADERS=1  -I. -I.     -g -O2 -c `test -f star.c || echo './'`star.c
star.c:11:1: warning: "VERSION" redefined
<command line>:10:1: warning: this is the location of the previous definition
gcc  -g -O2  -L /usr/X11R6/lib -o star  star.o
./star main68k.asm -hog -name main68k_
STARSCREAM version M0.26d
Generating "main68k.asm" with the following options:
 *  CPU type: 68000 (24-bit addresses)
 *  Identifiers begin with "main68k_"
 *  Stack calling conventions
 *  Hog mode: On
Decoding instructions: 0123456789ABCDEF done
Building table: done
routine_counter = 7244
make  all-am
make[3]: Entering directory `/home/chris/Desktop/gens-linux-2.12a/starscream/main68k'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/chris/Desktop/gens-linux-2.12a/starscream/main68k'
make[2]: Leaving directory `/home/chris/Desktop/gens-linux-2.12a/starscream/main68k'
Making all in sub68k
make[2]: Entering directory `/home/chris/Desktop/gens-linux-2.12a/starscream/sub68k'
source='star.c' object='star.o' libtool=no \
depfile='.deps/star.Po' tmpdepfile='.deps/star.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gens\" -DVERSION=\"2.12a\" -DSTDC_HEADERS=1  -I. -I.     -g -O2 -c `test -f star.c || echo './'`star.c
star.c:11:1: warning: "VERSION" redefined
<command line>:10:1: warning: this is the location of the previous definition
gcc  -g -O2  -L /usr/X11R6/lib -o star  star.o
./star sub68k.asm -hog -name sub68k_
STARSCREAM version S0.26d
Generating "sub68k.asm" with the following options:
 *  CPU type: 68000 (24-bit addresses)
 *  Identifiers begin with "sub68k_"
 *  Stack calling conventions
 *  Hog mode: On
Decoding instructions: 0123456789ABCDEF done
Building table: done
routine_counter = 7244
make  all-am
make[3]: Entering directory `/home/chris/Desktop/gens-linux-2.12a/starscream/sub68k'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/chris/Desktop/gens-linux-2.12a/starscream/sub68k'
make[2]: Leaving directory `/home/chris/Desktop/gens-linux-2.12a/starscream/sub68k'
make[2]: Entering directory `/home/chris/Desktop/gens-linux-2.12a/starscream'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/chris/Desktop/gens-linux-2.12a/starscream'
make[1]: Leaving directory `/home/chris/Desktop/gens-linux-2.12a/starscream'
Making all in gens
make[1]: Entering directory `/home/chris/Desktop/gens-linux-2.12a/gens'
Making all in resource
make[2]: Entering directory `/home/chris/Desktop/gens-linux-2.12a/gens/resource'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/chris/Desktop/gens-linux-2.12a/gens/resource'
make[2]: Entering directory `/home/chris/Desktop/gens-linux-2.12a/gens'
source='mp3_dec/common.c' object='mp3_dec/gens-common.o' libtool=no \
depfile='.deps/mp3_dec/gens-common.Po' tmpdepfile='.deps/mp3_dec/gens-common.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gens\" -DVERSION=\"2.12a\" -DSTDC_HEADERS=1  -I. -I. -I./linux   -DLINUX -D__PORT__ -I/usr/include/SDL -D_REENTRANT -DWITH_GTK -DGTK_DISABLE_DEPRECATED -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -DDATADIR=\"/usr/local/share/gens\" -g -O2 -c -o mp3_dec/gens-common.o `test -f mp3_dec/common.c || echo './'`mp3_dec/common.c
source='mp3_dec/dct64_i386.c' object='mp3_dec/gens-dct64_i386.o' libtool=no \
depfile='.deps/mp3_dec/gens-dct64_i386.Po' tmpdepfile='.deps/mp3_dec/gens-dct64_i386.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gens\" -DVERSION=\"2.12a\" -DSTDC_HEADERS=1  -I. -I. -I./linux   -DLINUX -D__PORT__ -I/usr/include/SDL -D_REENTRANT -DWITH_GTK -DGTK_DISABLE_DEPRECATED -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -DDATADIR=\"/usr/local/share/gens\" -g -O2 -c -o mp3_dec/gens-dct64_i386.o `test -f mp3_dec/dct64_i386.c || echo './'`mp3_dec/dct64_i386.c
source='mp3_dec/decode_i386.c' object='mp3_dec/gens-decode_i386.o' libtool=no \
depfile='.deps/mp3_dec/gens-decode_i386.Po' tmpdepfile='.deps/mp3_dec/gens-decode_i386.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gens\" -DVERSION=\"2.12a\" -DSTDC_HEADERS=1  -I. -I. -I./linux   -DLINUX -D__PORT__ -I/usr/include/SDL -D_REENTRANT -DWITH_GTK -DGTK_DISABLE_DEPRECATED -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -DDATADIR=\"/usr/local/share/gens\" -g -O2 -c -o mp3_dec/gens-decode_i386.o `test -f mp3_dec/decode_i386.c || echo './'`mp3_dec/decode_i386.c
source='mp3_dec/interface.c' object='mp3_dec/gens-interface.o' libtool=no \
depfile='.deps/mp3_dec/gens-interface.Po' tmpdepfile='.deps/mp3_dec/gens-interface.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gens\" -DVERSION=\"2.12a\" -DSTDC_HEADERS=1  -I. -I. -I./linux   -DLINUX -D__PORT__ -I/usr/include/SDL -D_REENTRANT -DWITH_GTK -DGTK_DISABLE_DEPRECATED -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -DDATADIR=\"/usr/local/share/gens\" -g -O2 -c -o mp3_dec/gens-interface.o `test -f mp3_dec/interface.c || echo './'`mp3_dec/interface.c
source='mp3_dec/layer3.c' object='mp3_dec/gens-layer3.o' libtool=no \
depfile='.deps/mp3_dec/gens-layer3.Po' tmpdepfile='.deps/mp3_dec/gens-layer3.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gens\" -DVERSION=\"2.12a\" -DSTDC_HEADERS=1  -I. -I. -I./linux   -DLINUX -D__PORT__ -I/usr/include/SDL -D_REENTRANT -DWITH_GTK -DGTK_DISABLE_DEPRECATED -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -DDATADIR=\"/usr/local/share/gens\" -g -O2 -c -o mp3_dec/gens-layer3.o `test -f mp3_dec/layer3.c || echo './'`mp3_dec/layer3.c
source='mp3_dec/tabinit.c' object='mp3_dec/gens-tabinit.o' libtool=no \
depfile='.deps/mp3_dec/gens-tabinit.Po' tmpdepfile='.deps/mp3_dec/gens-tabinit.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gens\" -DVERSION=\"2.12a\" -DSTDC_HEADERS=1  -I. -I. -I./linux   -DLINUX -D__PORT__ -I/usr/include/SDL -D_REENTRANT -DWITH_GTK -DGTK_DISABLE_DEPRECATED -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -DDATADIR=\"/usr/local/share/gens\" -g -O2 -c -o mp3_dec/gens-tabinit.o `test -f mp3_dec/tabinit.c || echo './'`mp3_dec/tabinit.c
source='ccnet.c' object='gens-ccnet.o' libtool=no \
depfile='.deps/gens-ccnet.Po' tmpdepfile='.deps/gens-ccnet.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gens\" -DVERSION=\"2.12a\" -DSTDC_HEADERS=1  -I. -I. -I./linux   -DLINUX -D__PORT__ -I/usr/include/SDL -D_REENTRANT -DWITH_GTK -DGTK_DISABLE_DEPRECATED -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -DDATADIR=\"/usr/local/share/gens\" -g -O2 -c -o gens-ccnet.o `test -f ccnet.c || echo './'`ccnet.c
source='linux/g_ddraw.cpp' object='linux/gens-g_ddraw.o' libtool=no \
depfile='.deps/linux/gens-g_ddraw.Po' tmpdepfile='.deps/linux/gens-g_ddraw.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gens\" -DVERSION=\"2.12a\" -DSTDC_HEADERS=1  -I. -I. -I./linux   -DLINUX -D__PORT__ -I/usr/include/SDL -D_REENTRANT -DWITH_GTK -DGTK_DISABLE_DEPRECATED -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -DDATADIR=\"/usr/local/share/gens\" -g -O2 -I /usr/X11R6/include -c -o linux/gens-g_ddraw.o `test -f linux/g_ddraw.cpp || echo './'`linux/g_ddraw.cpp
linux/g_ddraw.cpp: In function `int Update_Gens_Logo(int)':
linux/g_ddraw.cpp:249: warning: converting to `int' from `float'
linux/g_ddraw.cpp:250: warning: converting to `int' from `float'
linux/g_ddraw.cpp:266: warning: converting to `int' from `float'
linux/g_ddraw.cpp:267: warning: converting to `int' from `float'
source='linux/g_dinput.cpp' object='linux/gens-g_dinput.o' libtool=no \
depfile='.deps/linux/gens-g_dinput.Po' tmpdepfile='.deps/linux/gens-g_dinput.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gens\" -DVERSION=\"2.12a\" -DSTDC_HEADERS=1  -I. -I. -I./linux   -DLINUX -D__PORT__ -I/usr/include/SDL -D_REENTRANT -DWITH_GTK -DGTK_DISABLE_DEPRECATED -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -DDATADIR=\"/usr/local/share/gens\" -g -O2 -I /usr/X11R6/include -c -o linux/gens-g_dinput.o `test -f linux/g_dinput.cpp || echo './'`linux/g_dinput.cpp
source='linux/g_dsound.cpp' object='linux/gens-g_dsound.o' libtool=no \
depfile='.deps/linux/gens-g_dsound.Po' tmpdepfile='.deps/linux/gens-g_dsound.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gens\" -DVERSION=\"2.12a\" -DSTDC_HEADERS=1  -I. -I. -I./linux   -DLINUX -D__PORT__ -I/usr/include/SDL -D_REENTRANT -DWITH_GTK -DGTK_DISABLE_DEPRECATED -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -DDATADIR=\"/usr/local/share/gens\" -g -O2 -I /usr/X11R6/include -c -o linux/gens-g_dsound.o `test -f linux/g_dsound.cpp || echo './'`linux/g_dsound.cpp
source='linux/g_main.cpp' object='linux/gens-g_main.o' libtool=no \
depfile='.deps/linux/gens-g_main.Po' tmpdepfile='.deps/linux/gens-g_main.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gens\" -DVERSION=\"2.12a\" -DSTDC_HEADERS=1  -I. -I. -I./linux   -DLINUX -D__PORT__ -I/usr/include/SDL -D_REENTRANT -DWITH_GTK -DGTK_DISABLE_DEPRECATED -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -DDATADIR=\"/usr/local/share/gens\" -g -O2 -I /usr/X11R6/include -c -o linux/gens-g_main.o `test -f linux/g_main.cpp || echo './'`linux/g_main.cpp
source='linux/gens.cpp' object='linux/gens-gens.o' libtool=no \
depfile='.deps/linux/gens-gens.Po' tmpdepfile='.deps/linux/gens-gens.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gens\" -DVERSION=\"2.12a\" -DSTDC_HEADERS=1  -I. -I. -I./linux   -DLINUX -D__PORT__ -I/usr/include/SDL -D_REENTRANT -DWITH_GTK -DGTK_DISABLE_DEPRECATED -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -DDATADIR=\"/usr/local/share/gens\" -g -O2 -I /usr/X11R6/include -c -o linux/gens-gens.o `test -f linux/gens.cpp || echo './'`linux/gens.cpp
linux/gens.cpp: In function `int Init_32X(Rom*)':
linux/gens.cpp:1036: warning: converting to non-pointer type `int' from NULL
linux/gens.cpp:1047: warning: converting to non-pointer type `int' from NULL
linux/gens.cpp:1058: warning: converting to non-pointer type `int' from NULL
source='rom.cpp' object='gens-rom.o' libtool=no \
depfile='.deps/gens-rom.Po' tmpdepfile='.deps/gens-rom.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gens\" -DVERSION=\"2.12a\" -DSTDC_HEADERS=1  -I. -I. -I./linux   -DLINUX -D__PORT__ -I/usr/include/SDL -D_REENTRANT -DWITH_GTK -DGTK_DISABLE_DEPRECATED -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -DDATADIR=\"/usr/local/share/gens\" -g -O2 -I /usr/X11R6/include -c -o gens-rom.o `test -f rom.cpp || echo './'`rom.cpp
rom.cpp: In function `int Detect_Format(char*)':
rom.cpp:222: warning: comparison is always false due to limited range of data
   type
rom.cpp:222: warning: comparison is always false due to limited range of data
   type
rom.cpp: In function `int Load_Rom_CC(char*, int)':
rom.cpp:594: warning: converting to non-pointer type `int' from NULL
source='save.cpp' object='gens-save.o' libtool=no \
depfile='.deps/gens-save.Po' tmpdepfile='.deps/gens-save.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gens\" -DVERSION=\"2.12a\" -DSTDC_HEADERS=1  -I. -I. -I./linux   -DLINUX -D__PORT__ -I/usr/include/SDL -D_REENTRANT -DWITH_GTK -DGTK_DISABLE_DEPRECATED -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -DDATADIR=\"/usr/local/share/gens\" -g -O2 -I /usr/X11R6/include -c -o gens-save.o `test -f save.cpp || echo './'`save.cpp
source='cd_aspi.cpp' object='gens-cd_aspi.o' libtool=no \
depfile='.deps/gens-cd_aspi.Po' tmpdepfile='.deps/gens-cd_aspi.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gens\" -DVERSION=\"2.12a\" -DSTDC_HEADERS=1  -I. -I. -I./linux   -DLINUX -D__PORT__ -I/usr/include/SDL -D_REENTRANT -DWITH_GTK -DGTK_DISABLE_DEPRECATED -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -DDATADIR=\"/usr/local/share/gens\" -g -O2 -I /usr/X11R6/include -c -o gens-cd_aspi.o `test -f cd_aspi.cpp || echo './'`cd_aspi.cpp
cd_aspi.cpp: In function `int ASPI_Mechanism_State_COMP(SRB_ExecSCSICmd*)':
cd_aspi.cpp:1399: warning: converting to non-pointer type `int' from NULL
cd_aspi.cpp:1408: warning: converting to non-pointer type `int' from NULL
source='cd_file.c' object='gens-cd_file.o' libtool=no \
depfile='.deps/gens-cd_file.Po' tmpdepfile='.deps/gens-cd_file.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gens\" -DVERSION=\"2.12a\" -DSTDC_HEADERS=1  -I. -I. -I./linux   -DLINUX -D__PORT__ -I/usr/include/SDL -D_REENTRANT -DWITH_GTK -DGTK_DISABLE_DEPRECATED -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -DDATADIR=\"/usr/local/share/gens\" -g -O2 -c -o gens-cd_file.o `test -f cd_file.c || echo './'`cd_file.c
source='cd_sys.c' object='gens-cd_sys.o' libtool=no \
depfile='.deps/gens-cd_sys.Po' tmpdepfile='.deps/gens-cd_sys.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gens\" -DVERSION=\"2.12a\" -DSTDC_HEADERS=1  -I. -I. -I./linux   -DLINUX -D__PORT__ -I/usr/include/SDL -D_REENTRANT -DWITH_GTK -DGTK_DISABLE_DEPRECATED -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -DDATADIR=\"/usr/local/share/gens\" -g -O2 -c -o gens-cd_sys.o `test -f cd_sys.c || echo './'`cd_sys.c
source='cdda_mp3.c' object='gens-cdda_mp3.o' libtool=no \
depfile='.deps/gens-cdda_mp3.Po' tmpdepfile='.deps/gens-cdda_mp3.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gens\" -DVERSION=\"2.12a\" -DSTDC_HEADERS=1  -I. -I. -I./linux   -DLINUX -D__PORT__ -I/usr/include/SDL -D_REENTRANT -DWITH_GTK -DGTK_DISABLE_DEPRECATED -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -DDATADIR=\"/usr/local/share/gens\" -g -O2 -c -o gens-cdda_mp3.o `test -f cdda_mp3.c || echo './'`cdda_mp3.c
source='cpu_68k.c' object='gens-cpu_68k.o' libtool=no \
depfile='.deps/gens-cpu_68k.Po' tmpdepfile='.deps/gens-cpu_68k.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gens\" -DVERSION=\"2.12a\" -DSTDC_HEADERS=1  -I. -I. -I./linux   -DLINUX -D__PORT__ -I/usr/include/SDL -D_REENTRANT -DWITH_GTK -DGTK_DISABLE_DEPRECATED -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -DDATADIR=\"/usr/local/share/gens\" -g -O2 -c -o gens-cpu_68k.o `test -f cpu_68k.c || echo './'`cpu_68k.c
source='cpu_sh2.c' object='gens-cpu_sh2.o' libtool=no \
depfile='.deps/gens-cpu_sh2.Po' tmpdepfile='.deps/gens-cpu_sh2.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gens\" -DVERSION=\"2.12a\" -DSTDC_HEADERS=1  -I. -I. -I./linux   -DLINUX -D__PORT__ -I/usr/include/SDL -D_REENTRANT -DWITH_GTK -DGTK_DISABLE_DEPRECATED -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -DDATADIR=\"/usr/local/share/gens\" -g -O2 -c -o gens-cpu_sh2.o `test -f cpu_sh2.c || echo './'`cpu_sh2.c
source='cpu_z80.c' object='gens-cpu_z80.o' libtool=no \
depfile='.deps/gens-cpu_z80.Po' tmpdepfile='.deps/gens-cpu_z80.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gens\" -DVERSION=\"2.12a\" -DSTDC_HEADERS=1  -I. -I. -I./linux   -DLINUX -D__PORT__ -I/usr/include/SDL -D_REENTRANT -DWITH_GTK -DGTK_DISABLE_DEPRECATED -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -DDATADIR=\"/usr/local/share/gens\" -g -O2 -c -o gens-cpu_z80.o `test -f cpu_z80.c || echo './'`cpu_z80.c
source='debug.cpp' object='gens-debug.o' libtool=no \
depfile='.deps/gens-debug.Po' tmpdepfile='.deps/gens-debug.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gens\" -DVERSION=\"2.12a\" -DSTDC_HEADERS=1  -I. -I. -I./linux   -DLINUX -D__PORT__ -I/usr/include/SDL -D_REENTRANT -DWITH_GTK -DGTK_DISABLE_DEPRECATED -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -DDATADIR=\"/usr/local/share/gens\" -g -O2 -I /usr/X11R6/include -c -o gens-debug.o `test -f debug.cpp || echo './'`debug.cpp
source='ggenie.cpp' object='gens-ggenie.o' libtool=no \
depfile='.deps/gens-ggenie.Po' tmpdepfile='.deps/gens-ggenie.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gens\" -DVERSION=\"2.12a\" -DSTDC_HEADERS=1  -I. -I. -I./linux   -DLINUX -D__PORT__ -I/usr/include/SDL -D_REENTRANT -DWITH_GTK -DGTK_DISABLE_DEPRECATED -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -DDATADIR=\"/usr/local/share/gens\" -g -O2 -I /usr/X11R6/include -c -o gens-ggenie.o `test -f ggenie.cpp || echo './'`ggenie.cpp
ggenie.cpp: In function `void genie_decode(const char*, patch*)':
ggenie.cpp:64: warning: converting of negative value `-1' to `unsigned int'
ggenie.cpp:64: warning: converting of negative value `-1' to `unsigned int'
ggenie.cpp: In function `void hex_decode(const char*, patch*)':
ggenie.cpp:129: warning: converting of negative value `-1' to `unsigned int'
ggenie.cpp:139: warning: converting of negative value `-1' to `unsigned int'
ggenie.cpp: In function `void decode(const char*, patch*)':
ggenie.cpp:204: warning: converting of negative value `-1' to `unsigned int'
source='lc89510.c' object='gens-lc89510.o' libtool=no \
depfile='.deps/gens-lc89510.Po' tmpdepfile='.deps/gens-lc89510.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gens\" -DVERSION=\"2.12a\" -DSTDC_HEADERS=1  -I. -I. -I./linux   -DLINUX -D__PORT__ -I/usr/include/SDL -D_REENTRANT -DWITH_GTK -DGTK_DISABLE_DEPRECATED -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -DDATADIR=\"/usr/local/share/gens\" -g -O2 -c -o gens-lc89510.o `test -f lc89510.c || echo './'`lc89510.c
source='m68kd.c' object='gens-m68kd.o' libtool=no \
depfile='.deps/gens-m68kd.Po' tmpdepfile='.deps/gens-m68kd.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gens\" -DVERSION=\"2.12a\" -DSTDC_HEADERS=1  -I. -I. -I./linux   -DLINUX -D__PORT__ -I/usr/include/SDL -D_REENTRANT -DWITH_GTK -DGTK_DISABLE_DEPRECATED -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -DDATADIR=\"/usr/local/share/gens\" -g -O2 -c -o gens-m68kd.o `test -f m68kd.c || echo './'`m68kd.c
source='pcm.c' object='gens-pcm.o' libtool=no \
depfile='.deps/gens-pcm.Po' tmpdepfile='.deps/gens-pcm.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gens\" -DVERSION=\"2.12a\" -DSTDC_HEADERS=1  -I. -I. -I./linux   -DLINUX -D__PORT__ -I/usr/include/SDL -D_REENTRANT -DWITH_GTK -DGTK_DISABLE_DEPRECATED -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -DDATADIR=\"/usr/local/share/gens\" -g -O2 -c -o gens-pcm.o `test -f pcm.c || echo './'`pcm.c
source='port.c' object='gens-port.o' libtool=no \
depfile='.deps/gens-port.Po' tmpdepfile='.deps/gens-port.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gens\" -DVERSION=\"2.12a\" -DSTDC_HEADERS=1  -I. -I. -I./linux   -DLINUX -D__PORT__ -I/usr/include/SDL -D_REENTRANT -DWITH_GTK -DGTK_DISABLE_DEPRECATED -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -DDATADIR=\"/usr/local/share/gens\" -g -O2 -c -o gens-port.o `test -f port.c || echo './'`port.c
source='psg.c' object='gens-psg.o' libtool=no \
depfile='.deps/gens-psg.Po' tmpdepfile='.deps/gens-psg.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gens\" -DVERSION=\"2.12a\" -DSTDC_HEADERS=1  -I. -I. -I./linux   -DLINUX -D__PORT__ -I/usr/include/SDL -D_REENTRANT -DWITH_GTK -DGTK_DISABLE_DEPRECATED -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -DDATADIR=\"/usr/local/share/gens\" -g -O2 -c -o gens-psg.o `test -f psg.c || echo './'`psg.c
source='scrshot.cpp' object='gens-scrshot.o' libtool=no \
depfile='.deps/gens-scrshot.Po' tmpdepfile='.deps/gens-scrshot.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gens\" -DVERSION=\"2.12a\" -DSTDC_HEADERS=1  -I. -I. -I./linux   -DLINUX -D__PORT__ -I/usr/include/SDL -D_REENTRANT -DWITH_GTK -DGTK_DISABLE_DEPRECATED -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -DDATADIR=\"/usr/local/share/gens\" -g -O2 -I /usr/X11R6/include -c -o gens-scrshot.o `test -f scrshot.cpp || echo './'`scrshot.cpp
source='sh2.c' object='gens-sh2.o' libtool=no \
depfile='.deps/gens-sh2.Po' tmpdepfile='.deps/gens-sh2.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gens\" -DVERSION=\"2.12a\" -DSTDC_HEADERS=1  -I. -I. -I./linux   -DLINUX -D__PORT__ -I/usr/include/SDL -D_REENTRANT -DWITH_GTK -DGTK_DISABLE_DEPRECATED -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -DDATADIR=\"/usr/local/share/gens\" -g -O2 -c -o gens-sh2.o `test -f sh2.c || echo './'`sh2.c
source='sh2d.c' object='gens-sh2d.o' libtool=no \
depfile='.deps/gens-sh2d.Po' tmpdepfile='.deps/gens-sh2d.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gens\" -DVERSION=\"2.12a\" -DSTDC_HEADERS=1  -I. -I. -I./linux   -DLINUX -D__PORT__ -I/usr/include/SDL -D_REENTRANT -DWITH_GTK -DGTK_DISABLE_DEPRECATED -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -DDATADIR=\"/usr/local/share/gens\" -g -O2 -c -o gens-sh2d.o `test -f sh2d.c || echo './'`sh2d.c
sh2d.c:12:1: warning: "VERSION" redefined
<command line>:10:1: warning: this is the location of the previous definition
source='timer.c' object='gens-timer.o' libtool=no \
depfile='.deps/gens-timer.Po' tmpdepfile='.deps/gens-timer.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gens\" -DVERSION=\"2.12a\" -DSTDC_HEADERS=1  -I. -I. -I./linux   -DLINUX -D__PORT__ -I/usr/include/SDL -D_REENTRANT -DWITH_GTK -DGTK_DISABLE_DEPRECATED -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -DDATADIR=\"/usr/local/share/gens\" -g -O2 -c -o gens-timer.o `test -f timer.c || echo './'`timer.c
source='unzip.c' object='gens-unzip.o' libtool=no \
depfile='.deps/gens-unzip.Po' tmpdepfile='.deps/gens-unzip.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gens\" -DVERSION=\"2.12a\" -DSTDC_HEADERS=1  -I. -I. -I./linux   -DLINUX -D__PORT__ -I/usr/include/SDL -D_REENTRANT -DWITH_GTK -DGTK_DISABLE_DEPRECATED -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -DDATADIR=\"/usr/local/share/gens\" -g -O2 -c -o gens-unzip.o `test -f unzip.c || echo './'`unzip.c
source='wave.c' object='gens-wave.o' libtool=no \
depfile='.deps/gens-wave.Po' tmpdepfile='.deps/gens-wave.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gens\" -DVERSION=\"2.12a\" -DSTDC_HEADERS=1  -I. -I. -I./linux   -DLINUX -D__PORT__ -I/usr/include/SDL -D_REENTRANT -DWITH_GTK -DGTK_DISABLE_DEPRECATED -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -DDATADIR=\"/usr/local/share/gens\" -g -O2 -c -o gens-wave.o `test -f wave.c || echo './'`wave.c
source='ym2612.c' object='gens-ym2612.o' libtool=no \
depfile='.deps/gens-ym2612.Po' tmpdepfile='.deps/gens-ym2612.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gens\" -DVERSION=\"2.12a\" -DSTDC_HEADERS=1  -I. -I. -I./linux   -DLINUX -D__PORT__ -I/usr/include/SDL -D_REENTRANT -DWITH_GTK -DGTK_DISABLE_DEPRECATED -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -DDATADIR=\"/usr/local/share/gens\" -g -O2 -c -o gens-ym2612.o `test -f ym2612.c || echo './'`ym2612.c
ym2612.c:135: warning: initialization from incompatible pointer type
ym2612.c:136: warning: initialization from incompatible pointer type
ym2612.c:137: warning: initialization from incompatible pointer type
ym2612.c:138: warning: initialization from incompatible pointer type
ym2612.c:139: warning: initialization from incompatible pointer type
ym2612.c:140: warning: initialization from incompatible pointer type
ym2612.c:141: warning: initialization from incompatible pointer type
ym2612.c:142: warning: initialization from incompatible pointer type
ym2612.c:144: warning: initialization from incompatible pointer type
ym2612.c:145: warning: initialization from incompatible pointer type
ym2612.c:146: warning: initialization from incompatible pointer type
ym2612.c:147: warning: initialization from incompatible pointer type
ym2612.c:148: warning: initialization from incompatible pointer type
ym2612.c:149: warning: initialization from incompatible pointer type
ym2612.c:150: warning: initialization from incompatible pointer type
ym2612.c:151: warning: initialization from incompatible pointer type
ym2612.c:153: warning: initialization from incompatible pointer type
ym2612.c:154: warning: initialization from incompatible pointer type
ym2612.c:155: warning: initialization from incompatible pointer type
ym2612.c:156: warning: initialization from incompatible pointer type
ym2612.c:157: warning: initialization from incompatible pointer type
ym2612.c:158: warning: initialization from incompatible pointer type
ym2612.c:159: warning: initialization from incompatible pointer type
ym2612.c:160: warning: initialization from incompatible pointer type
ym2612.c:162: warning: initialization from incompatible pointer type
ym2612.c:163: warning: initialization from incompatible pointer type
ym2612.c:164: warning: initialization from incompatible pointer type
ym2612.c:165: warning: initialization from incompatible pointer type
ym2612.c:166: warning: initialization from incompatible pointer type
ym2612.c:167: warning: initialization from incompatible pointer type
ym2612.c:168: warning: initialization from incompatible pointer type
ym2612.c:170: warning: initialization from incompatible pointer type
ym2612.c:174: warning: initialization from incompatible pointer type
ym2612.c:175: warning: initialization from incompatible pointer type
ym2612.c:176: warning: initialization from incompatible pointer type
ym2612.c:177: warning: initialization from incompatible pointer type
ym2612.c:178: warning: initialization from incompatible pointer type
ym2612.c:179: warning: initialization from incompatible pointer type
ym2612.c:180: warning: initialization from incompatible pointer type
ym2612.c:182: warning: initialization from incompatible pointer type
source='z80dis.c' object='gens-z80dis.o' libtool=no \
depfile='.deps/gens-z80dis.Po' tmpdepfile='.deps/gens-z80dis.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gens\" -DVERSION=\"2.12a\" -DSTDC_HEADERS=1  -I. -I. -I./linux   -DLINUX -D__PORT__ -I/usr/include/SDL -D_REENTRANT -DWITH_GTK -DGTK_DISABLE_DEPRECATED -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -DDATADIR=\"/usr/local/share/gens\" -g -O2 -c -o gens-z80dis.o `test -f z80dis.c || echo './'`z80dis.c
nasm -D __GCC2 -f elf -I./ blit.asm -o blit.o
nasm -D __GCC2 -f elf -I./ gfx_cd.asm -o gfx_cd.o
nasm -D __GCC2 -f elf -I./ io.asm -o io.o
nasm -D __GCC2 -f elf -I./ mem_m68k.asm -o mem_m68k.o
nasm -D __GCC2 -f elf -I./ mem_s68k.asm -o mem_s68k.o
nasm -D __GCC2 -f elf -I./ mem_sh2.asm -o mem_sh2.o
nasm -D __GCC2 -f elf -I./ mem_z80.asm -o mem_z80.o
nasm -D __GCC2 -f elf -I./ misc.asm -o misc.o
nasm -D __GCC2 -f elf -I./ pwm.asm -o pwm.o
nasm -D __GCC2 -f elf -I./ sh2a.asm -o sh2a.o
nasm -D __GCC2 -f elf -I./ vdp_32x.asm -o vdp_32x.o
nasm -D __GCC2 -f elf -I./ vdp_io.asm -o vdp_io.o
nasm -D __GCC2 -f elf -I./ vdp_rend.asm -o vdp_rend.o
nasm -D __GCC2 -f elf -I./ z80.asm -o z80.o
nasm -D __GCC2 -f elf -I./ ../starscream/main68k/main68k.asm -o ../starscream/main68k/main68k.o
nasm -D __GCC2 -f elf -I./ ../starscream/sub68k/sub68k.asm -o ../starscream/sub68k/sub68k.o
source='glade/callbacks.c' object='glade/gens-callbacks.o' libtool=no \
depfile='.deps/glade/gens-callbacks.Po' tmpdepfile='.deps/glade/gens-callbacks.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gens\" -DVERSION=\"2.12a\" -DSTDC_HEADERS=1  -I. -I. -I./linux   -DLINUX -D__PORT__ -I/usr/include/SDL -D_REENTRANT -DWITH_GTK -DGTK_DISABLE_DEPRECATED -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -DDATADIR=\"/usr/local/share/gens\" -g -O2 -c -o glade/gens-callbacks.o `test -f glade/callbacks.c || echo './'`glade/callbacks.c
source='glade/interface.c' object='glade/gens-interface.o' libtool=no \
depfile='.deps/glade/gens-interface.Po' tmpdepfile='.deps/glade/gens-interface.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gens\" -DVERSION=\"2.12a\" -DSTDC_HEADERS=1  -I. -I. -I./linux   -DLINUX -D__PORT__ -I/usr/include/SDL -D_REENTRANT -DWITH_GTK -DGTK_DISABLE_DEPRECATED -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/usr/X11R6/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -DDATADIR=\"/usr/local/share/gens\" -g -O2 -c -o glade/gens-interface.o `test -f glade/interface.c || echo './'`glade/interface.c
glade/interface.c: In function `create_filters':
glade/interface.c:2065: warning: assignment makes pointer from integer without a cast
glade/interface.c:2066: error: invalid type argument of `->'
glade/interface.c:2079: error: invalid type argument of `->'
glade/interface.c:2083: warning: assignment makes pointer from integer without a cast
glade/interface.c:2084: error: invalid type argument of `->'
glade/interface.c:2093: error: invalid type argument of `->'
glade/interface.c:2097: warning: assignment makes pointer from integer without a cast
glade/interface.c:2098: error: invalid type argument of `->'
glade/interface.c:2107: error: invalid type argument of `->'
glade/interface.c: In function `create_controllers_settings':
glade/interface.c:3007: warning: assignment makes pointer from integer without a cast
glade/interface.c:3181: warning: assignment makes pointer from integer without a cast
glade/interface.c:3203: warning: assignment makes pointer from integer without a cast
glade/interface.c:3225: warning: assignment makes pointer from integer without a cast
glade/interface.c:3247: warning: assignment makes pointer from integer without a cast
glade/interface.c:3317: warning: assignment makes pointer from integer without a cast
glade/interface.c:3491: warning: assignment makes pointer from integer without a cast
glade/interface.c:3513: warning: assignment makes pointer from integer without a cast
glade/interface.c:3535: warning: assignment makes pointer from integer without a cast
glade/interface.c:3557: warning: assignment makes pointer from integer without a cast
make[2]: *** [glade/gens-interface.o] Error 1
make[2]: Leaving directory `/home/chris/Desktop/gens-linux-2.12a/gens'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/chris/Desktop/gens-linux-2.12a/gens'
make: *** [all-recursive] Error 1
__________________
Website
alterrocker85 is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT. The time now is 09:49 PM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.0.0