I get
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for gcc... gcc
checking for C compiler default output... 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 gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking whether make sets $(MAKE)... (cached) yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for nlist in -lelf... no
checking for socket in -lsocket... no
checking for gethostbyname in -lnsl... yes
checking for dlopen in -ldl... yes
checking for initscr in -lncurses... no
checking for initscr in -lcurses... no
checking how to run the C preprocessor... gcc -E
checking for egrep... 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 libelf/nlist.h usability... no
checking libelf/nlist.h presence... no
checking for libelf/nlist.h... no
checking nlist.h usability... no
checking nlist.h presence... no
checking for nlist.h... no
checking elf.h usability... yes
checking elf.h presence... yes
checking for elf.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking stropts.h usability... yes
checking stropts.h presence... yes
checking for stropts.h... yes
checking sys/ksym.h usability... no
checking sys/ksym.h presence... no
checking for sys/ksym.h... no
checking sys/ptrace.h usability... yes
checking sys/ptrace.h presence... yes
checking for sys/ptrace.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking for stdlib.h... (cached) yes
checking termio.h usability... yes
checking termio.h presence... yes
checking for termio.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking wait.h usability... yes
checking wait.h presence... yes
checking for wait.h... yes
checking for inttypes.h... (cached) yes
checking for off_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for long long support in compiler... yes
checking whether gcc needs -traditional... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking return type of signal handlers... void
checking for getksym... no
checking for nlist... no
checking for ptrace... yes
checking for select... yes
checking for socket... yes
checking for strtoul... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating kme.spec
config.status: creating config.h
config.status: executing default-1 commands
cd . && /bin/bash ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make all-am
make[1]: Entering directory `/home/david/Desktop/kme-2.1.0'
gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c kme.c
kme.c: In function ‘handle_kid_status’:
kme.c:578: error: ‘TRUE’ undeclared (first use in this function)
kme.c:578: error: (Each undeclared identifier is reported only once
kme.c:578: error: for each function it appears in.)
kme.c: In function ‘showhelp’:
kme.c:1884: error: ‘LINES’ undeclared (first use in this function)
kme.c:1886: error: ‘COLS’ undeclared (first use in this function)
kme.c: In function ‘clearline’:
kme.c:1928: error: ‘COLS’ undeclared (first use in this function)
kme.c: In function ‘initline’:
kme.c:2000: error: ‘COLS’ undeclared (first use in this function)
kme.c: In function ‘setup’:
kme.c:2050: error: ‘COLS’ undeclared (first use in this function)
kme.c: In function ‘inshell’:
kme.c:3793: error: ‘LINES’ undeclared (first use in this function)
kme.c:3914: error: ‘stdscr’ undeclared (first use in this function)
kme.c: In function ‘inprint’:
kme.c:3968: error: ‘stdscr’ undeclared (first use in this function)
kme.c:3973: error: ‘LINES’ undeclared (first use in this function)
kme.c:3975: error: ‘COLS’ undeclared (first use in this function)
kme.c:3976: error: ‘A_CHARTEXT’ undeclared (first use in this function)
kme.c: In function ‘collect’:
kme.c:4397: error: ‘stdscr’ undeclared (first use in this function)
kme.c: In function ‘dopause’:
kme.c:4422: error: ‘LINES’ undeclared (first use in this function)
kme.c:4424: error: ‘COLS’ undeclared (first use in this function)
kme.c: In function ‘docmd’:
kme.c:4464: error: ‘COLS’ undeclared (first use in this function)
kme.c:4509: error: ‘ERR’ undeclared (first use in this function)
kme.c:4556: error: ‘stdscr’ undeclared (first use in this function)
kme.c:4654: error: ‘LINES’ undeclared (first use in this function)
kme.c: In function ‘mainloop’:
kme.c:5534: error: ‘COLS’ undeclared (first use in this function)
kme.c:5553: error: ‘TRUE’ undeclared (first use in this function)
kme.c: In function ‘open_gdb’:
kme.c:5844: error: ‘TRUE’ undeclared (first use in this function)
kme.c: In function ‘main’:
kme.c:6327: error: ‘LINES’ undeclared (first use in this function)
kme.c:6333: error: ‘COLS’ undeclared (first use in this function)
make[1]: *** [kme.o] Error 1
make[1]: Leaving directory `/home/david/Desktop/kme-2.1.0'
make: *** [all] Error 2
Please help! I used to use CheatEngine in Windows but it doesn't work on linux, even under Wine so I really need this memory editor as it is the only one.