Установка программ
Установка программ
Упорно пытаюсь научиться устанавливать программы на Линух с исходников. Пока не особо, хотя вроде бы все делаю как написано в мануале (скачанного с нета) Захожу в каталог (кстати устанавливаю gngeo - эмулятор нео-гео) под рутом пишу ./configure, а он мне выдает:
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
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... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
объясните пожалуста как установить это дело. KDE/Suse
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
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... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
объясните пожалуста как установить это дело. KDE/Suse
- Mr. Anderson
- Неотъемлемая часть форума
- Сообщения: 373
- Зарегистрирован: 10 окт 2005, 14:35
Блин, я установлю в этой жизни какую-нибудь прогу на линух или нет . Вроде все нужные и ненужные библиотеки установил, а он мне :
ЗЫ Помогитеееее!!!!
ЗЫ2 Кстати как увеличить количество строк отображения в терминале, а то пол-кода невидно
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for acos in -lm... (cached) yes
checking for gzopen in -lz... (cached) yes
checking for sdl-config... (cached) yes
checking for SDL_Init in -lSDL... (cached) yes
checking for getopt_long... (cached) yes
checking for nasm... (cached) no
Disable i386 optimisation
Use Generator68k as 68000 core
Use MameZ80 as Z80 core
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for errno.h... (cached) yes
checking for limits.h... (cached) yes
checking for malloc.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking whether byte ordering is bigendian... (cached) no
checking for vprintf... (cached) yes
checking for atexit... (cached) yes
checking for floor... (cached) yes
checking for gettimeofday... (cached) yes
checking for memset... (cached) yes
checking for mkdir... (cached) yes
checking for pow... (cached) yes
checking for strchr... (cached) yes
checking for strstr... (cached) yes
checking for strtoul... (cached) yes
Turning on x86 processor optimisations
creating ./config.status
creating Makefile
creating src/Makefile
creating src/raze/Makefile
creating src/star/Makefile
creating src/mamez80/Makefile
creating src/generator68k/Makefile
creating src/effect/Makefile
creating src/blitter/Makefile
creating src/ym2610/Makefile
creating config.h
config.h is unchanged
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking whether byte ordering is bigendian... (cached) no
checking for vprintf... (cached) yes
checking for atexit... (cached) yes
checking for floor... (cached) yes
checking for gettimeofday... (cached) yes
checking for memset... (cached) yes
checking for mkdir... (cached) yes
checking for pow... (cached) yes
checking for strchr... (cached) yes
checking for strstr... (cached) yes
checking for strtoul... (cached) yes
Turning on x86 processor optimisations
creating ./config.status
creating MakefileВроде все нужные и ненужные библиотеки установил, а он мне :
ЗЫ Помогитеееее!!!!
ЗЫ2 Кстати как увеличить количество строк отображения в терминале, а то пол-кода невидно
creating src/Makefile
creating src/raze/Makefile
creating src/star/Makefile
creating src/mamez80/Makefile
creating src/generator68k/Makefile
creating src/effect/Makefile
creating src/blitter/Makefile
creating src/ym2610/Makefile
creating config.h
config.h is unchanged
linux:~/Soft/NeoGeo/gngeo-0.5.9a # ./configure
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for acos in -lm... (cached) yes
checking for gzopen in -lz... (cached) yes
checking for sdl-config... (cached) yes
checking for SDL_Init in -lSDL... (cached) yes
checking for getopt_long... (cached) yes
checking for nasm... (cached) no
Disable i386 optimisation
Use Generator68k as 68000 core
Use MameZ80 as Z80 core
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for errno.h... (cached) yes
checking for limits.h... (cached) yes
checking for malloc.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking whether byte ordering is bigendian... (cached) no
checking for vprintf... (cached) yes
checking for atexit... (cached) yes
checking for floor... (cached) yes
checking for gettimeofday... (cached) yes
checking for memset... (cached) yes
checking for mkdir... (cached) yes
checking for pow... (cached) yes
checking for strchr... (cached) yes
checking for strstr... (cached) yes
checking for strtoul... (cached) yes
Turning on x86 processor optimisations
creating ./config.status
creating Makefile
creating src/Makefile
creating src/raze/Makefile
creating src/star/Makefile
creating src/mamez80/Makefile
creating src/generator68k/Makefile
creating src/effect/Makefile
creating src/blitter/Makefile
creating src/ym2610/Makefile
creating config.h
config.h is unchanged
linux:~/Soft/NeoGeo/gngeo-0.5.9a # ./configure && make
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for acos in -lm... (cached) yes
checking for gzopen in -lz... (cached) yes
checking for sdl-config... (cached) yes
checking for SDL_Init in -lSDL... (cached) yes
checking for getopt_long... (cached) yes
checking for nasm... (cached) no
Disable i386 optimisation
Use Generator68k as 68000 core
Use MameZ80 as Z80 core
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for errno.h... (cached) yes
checking for limits.h... (cached) yes
checking for malloc.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking whether byte ordering is bigendian... (cached) no
checking for vprintf... (cached) yes
checking for atexit... (cached) yes
checking for floor... (cached) yes
checking for gettimeofday... (cached) yes
checking for memset... (cached) yes
checking for mkdir... (cached) yes
checking for pow... (cached) yes
checking for strchr... (cached) yes
checking for strstr... (cached) yes
checking for strtoul... (cached) yes
Turning on x86 processor optimisations
creating ./config.status
creating Makefile
creating src/Makefile
creating src/raze/Makefile
creating src/star/Makefile
creating src/mamez80/Makefile
creating src/generator68k/Makefile
creating src/effect/Makefile
creating src/blitter/Makefile
creating src/ym2610/Makefile
creating config.h
config.h is unchanged
make all-recursive
make[1]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
Making all in src
make[2]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
Making all in effect
make[3]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/include/SDL -D_REENTRANT -DUSE_GENERATOR68K -DUSE_MAMEZ80 -O3 -fstrength-reduce -frerun-loop-opt -Wall -Wno-unused -funroll-loops -ffast-math -malign-functions=2 -malign-jumps=2 -fexpensive-optimizations -malign-loops=2 -fschedule-insns2 -malign-double -fomit-frame-pointer -g -fno-strict-aliasing -pipe -mcpu=i686 -DCPU=i686 -c scanline.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
scanline.c:1: warning: -malign-loops is obsolete, use -falign-loops
scanline.c:1: warning: -malign-jumps is obsolete, use -falign-jumps
scanline.c:1: warning: -malign-functions is obsolete, use -falign-functions
scanline.c: In function ‘effect_scanline_update’:
scanline.c:23: error: invalid lvalue in assignment
scanline.c:24: error: invalid lvalue in assignment
scanline.c: In function ‘effect_scanline50_update’:
scanline.c:60: error: invalid lvalue in assignment
scanline.c:61: error: invalid lvalue in assignment
scanline.c: In function ‘effect_doublex_update’:
scanline.c:101: error: invalid lvalue in assignment
scanline.c:102: error: invalid lvalue in assignment
make[3]: *** [scanline.o] Error 1
make[3]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
make: *** [all-recursive-am] Error 2
linux:~/Soft/NeoGeo/gngeo-0.5.9a # make install
Making install in src
make[1]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
Making install in effect
make[2]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/include/SDL -D_REENTRANT -DUSE_GENERATOR68K -DUSE_MAMEZ80 -O3 -fstrength-reduce -frerun-loop-opt -Wall -Wno-unused -funroll-loops -ffast-math -malign-functions=2 -malign-jumps=2 -fexpensive-optimizations -malign-loops=2 -fschedule-insns2 -malign-double -fomit-frame-pointer -g -fno-strict-aliasing -pipe -mcpu=i686 -DCPU=i686 -c scanline.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
scanline.c:1: warning: -malign-loops is obsolete, use -falign-loops
scanline.c:1: warning: -malign-jumps is obsolete, use -falign-jumps
scanline.c:1: warning: -malign-functions is obsolete, use -falign-functions
scanline.c: In function ‘effect_scanline_update’:
scanline.c:23: error: invalid lvalue in assignment
scanline.c:24: error: invalid lvalue in assignment
scanline.c: In function ‘effect_scanline50_update’:
scanline.c:60: error: invalid lvalue in assignment
scanline.c:61: error: invalid lvalue in assignment
scanline.c: In function ‘effect_doublex_update’:
scanline.c:101: error: invalid lvalue in assignment
scanline.c:102: error: invalid lvalue in assignment
make[2]: *** [scanline.o] Error 1
make[2]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
make: *** [install-recursive] Error 1
linux:~/Soft/NeoGeo/gngeo-0.5.9a # ./configure && make
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for acos in -lm... (cached) yes
checking for gzopen in -lz... (cached) yes
checking for sdl-config... (cached) yes
checking for SDL_Init in -lSDL... (cached) yes
checking for getopt_long... (cached) yes
checking for nasm... (cached) no
Disable i386 optimisation
Use Generator68k as 68000 core
Use MameZ80 as Z80 core
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for errno.h... (cached) yes
checking for limits.h... (cached) yes
checking for malloc.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking whether byte ordering is bigendian... (cached) no
checking for vprintf... (cached) yes
checking for atexit... (cached) yes
checking for floor... (cached) yes
checking for gettimeofday... (cached) yes
checking for memset... (cached) yes
checking for mkdir... (cached) yes
checking for pow... (cached) yes
checking for strchr... (cached) yes
checking for strstr... (cached) yes
checking for strtoul... (cached) yes
Turning on x86 processor optimisations
creating ./config.status
creating Makefile
creating src/Makefile
creating src/raze/Makefile
creating src/star/Makefile
creating src/mamez80/Makefile
creating src/generator68k/Makefile
creating src/effect/Makefile
creating src/blitter/Makefile
creating src/ym2610/Makefile
creating config.h
config.h is unchanged
make all-recursive
make[1]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
Making all in src
make[2]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
Making all in effect
make[3]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/include/SDL -D_REENTRANT -DUSE_GENERATOR68K -DUSE_MAMEZ80 -O3 -fstrength-reduce -frerun-loop-opt -Wall -Wno-unused -funroll-loops -ffast-math -malign-functions=2 -malign-jumps=2 -fexpensive-optimizations -malign-loops=2 -fschedule-insns2 -malign-double -fomit-frame-pointer -g -fno-strict-aliasing -pipe -mcpu=i686 -DCPU=i686 -c scanline.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
scanline.c:1: warning: -malign-loops is obsolete, use -falign-loops
scanline.c:1: warning: -malign-jumps is obsolete, use -falign-jumps
scanline.c:1: warning: -malign-functions is obsolete, use -falign-functions
scanline.c: In function ‘effect_scanline_update’:
scanline.c:23: error: invalid lvalue in assignment
scanline.c:24: error: invalid lvalue in assignment
scanline.c: In function ‘effect_scanline50_update’:
scanline.c:60: error: invalid lvalue in assignment
scanline.c:61: error: invalid lvalue in assignment
scanline.c: In function ‘effect_doublex_update’:
scanline.c:101: error: invalid lvalue in assignment
scanline.c:102: error: invalid lvalue in assignment
make[3]: *** [scanline.o] Error 1
make[3]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
make: *** [all-recursive-am] Error 2
linux:~/Soft/NeoGeo/gngeo-0.5.9a # ./configure && make
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for acos in -lm... (cached) yes
checking for gzopen in -lz... (cached) yes
checking for sdl-config... (cached) yes
checking for SDL_Init in -lSDL... (cached) yes
checking for getopt_long... (cached) yes
checking for nasm... (cached) no
Disable i386 optimisation
Use Generator68k as 68000 core
Use MameZ80 as Z80 core
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for errno.h... (cached) yes
checking for limits.h... (cached) yes
checking for malloc.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking whether byte ordering is bigendian... (cached) no
checking for vprintf... (cached) yes
checking for atexit... (cached) yes
checking for floor... (cached) yes
checking for gettimeofday... (cached) yes
checking for memset... (cached) yes
checking for mkdir... (cached) yes
checking for pow... (cached) yes
checking for strchr... (cached) yes
checking for strstr... (cached) yes
checking for strtoul... (cached) yes
Turning on x86 processor optimisations
creating ./config.status
creating Makefile
creating src/Makefile
creating src/raze/Makefile
creating src/star/Makefile
creating src/mamez80/Makefile
creating src/generator68k/Makefile
creating src/effect/Makefile
creating src/blitter/Makefile
creating src/ym2610/Makefile
creating config.h
config.h is unchanged
make all-recursive
make[1]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
Making all in src
make[2]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
Making all in effect
make[3]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/include/SDL -D_REENTRANT -DUSE_GENERATOR68K -DUSE_MAMEZ80 -O3 -fstrength-reduce -frerun-loop-opt -Wall -Wno-unused -funroll-loops -ffast-math -malign-functions=2 -malign-jumps=2 -fexpensive-optimizations -malign-loops=2 -fschedule-insns2 -malign-double -fomit-frame-pointer -g -fno-strict-aliasing -pipe -mcpu=i686 -DCPU=i686 -c scanline.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
scanline.c:1: warning: -malign-loops is obsolete, use -falign-loops
scanline.c:1: warning: -malign-jumps is obsolete, use -falign-jumps
scanline.c:1: warning: -malign-functions is obsolete, use -falign-functions
scanline.c: In function ‘effect_scanline_update’:
scanline.c:23: error: invalid lvalue in assignment
scanline.c:24: error: invalid lvalue in assignment
scanline.c: In function ‘effect_scanline50_update’:
scanline.c:60: error: invalid lvalue in assignment
scanline.c:61: error: invalid lvalue in assignment
scanline.c: In function ‘effect_doublex_update’:
scanline.c:101: error: invalid lvalue in assignment
scanline.c:102: error: invalid lvalue in assignment
make[3]: *** [scanline.o] Error 1
make[3]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
make: *** [all-recursive-am] Error 2
linux:~/Soft/NeoGeo/gngeo-0.5.9a # ./configure && make
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for acos in -lm... (cached) yes
checking for gzopen in -lz... (cached) yes
checking for sdl-config... (cached) yes
checking for SDL_Init in -lSDL... (cached) yes
checking for getopt_long... (cached) yes
checking for nasm... (cached) no
Disable i386 optimisation
Use Generator68k as 68000 core
Use MameZ80 as Z80 core
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for errno.h... (cached) yes
checking for limits.h... (cached) yes
checking for malloc.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking whether byte ordering is bigendian... (cached) no
checking for vprintf... (cached) yes
checking for atexit... (cached) yes
checking for floor... (cached) yes
checking for gettimeofday... (cached) yes
checking for memset... (cached) yes
checking for mkdir... (cached) yes
checking for pow... (cached) yes
checking for strchr... (cached) yes
checking for strstr... (cached) yes
checking for strtoul... (cached) yes
Turning on x86 processor optimisations
creating ./config.status
creating Makefile
creating src/Makefile
creating src/raze/Makefile
creating src/star/Makefile
creating src/mamez80/Makefile
creating src/generator68k/Makefile
creating src/effect/Makefile
creating src/blitter/Makefile
creating src/ym2610/Makefile
creating config.h
config.h is unchanged
make all-recursive
make[1]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
Making all in src
make[2]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
Making all in effect
make[3]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/include/SDL -D_REENTRANT -DUSE_GENERATOR68K -DUSE_MAMEZ80 -O3 -fstrength-reduce -frerun-loop-opt -Wall -Wno-unused -funroll-loops -ffast-math -malign-functions=2 -malign-jumps=2 -fexpensive-optimizations -malign-loops=2 -fschedule-insns2 -malign-double -fomit-frame-pointer -g -fno-strict-aliasing -pipe -mcpu=i686 -DCPU=i686 -c scanline.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
scanline.c:1: warning: -malign-loops is obsolete, use -falign-loops
scanline.c:1: warning: -malign-jumps is obsolete, use -falign-jumps
scanline.c:1: warning: -malign-functions is obsolete, use -falign-functions
scanline.c: In function ‘effect_scanline_update’:
scanline.c:23: error: invalid lvalue in assignment
scanline.c:24: error: invalid lvalue in assignment
scanline.c: In function ‘effect_scanline50_update’:
scanline.c:60: error: invalid lvalue in assignment
scanline.c:61: error: invalid lvalue in assignment
scanline.c: In function ‘effect_doublex_update’:
scanline.c:101: error: invalid lvalue in assignment
scanline.c:102: error: invalid lvalue in assignment
make[3]: *** [scanline.o] Error 1
make[3]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
make: *** [all-recursive-am] Error 2
linux:~/Soft/NeoGeo/gngeo-0.5.9a # ./configure && make
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for acos in -lm... (cached) yes
checking for gzopen in -lz... (cached) yes
checking for sdl-config... (cached) yes
checking for SDL_Init in -lSDL... (cached) yes
checking for getopt_long... (cached) yes
checking for nasm... (cached) no
Disable i386 optimisation
Use Generator68k as 68000 core
Use MameZ80 as Z80 core
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for errno.h... (cached) yes
checking for limits.h... (cached) yes
checking for malloc.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking whether byte ordering is bigendian... (cached) no
checking for vprintf... (cached) yes
checking for atexit... (cached) yes
checking for floor... (cached) yes
checking for gettimeofday... (cached) yes
checking for memset... (cached) yes
checking for mkdir... (cached) yes
checking for pow... (cached) yes
checking for strchr... (cached) yes
checking for strstr... (cached) yes
checking for strtoul... (cached) yes
Turning on x86 processor optimisations
creating ./config.status
creating Makefile
creating src/Makefile
creating src/raze/Makefile
creating src/star/Makefile
creating src/mamez80/Makefile
creating src/generator68k/Makefile
creating src/effect/Makefile
creating src/blitter/Makefile
creating src/ym2610/Makefile
creating config.h
config.h is unchanged
make all-recursive
make[1]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
Making all in src
make[2]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
Making all in effect
make[3]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/include/SDL -D_REENTRANT -DUSE_GENERATOR68K -DUSE_MAMEZ80 -O3 -fstrength-reduce -frerun-loop-opt -Wall -Wno-unused -funroll-loops -ffast-math -malign-functions=2 -malign-jumps=2 -fexpensive-optimizations -malign-loops=2 -fschedule-insns2 -malign-double -fomit-frame-pointer -g -fno-strict-aliasing -pipe -mcpu=i686 -DCPU=i686 -c scanline.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
scanline.c:1: warning: -malign-loops is obsolete, use -falign-loops
scanline.c:1: warning: -malign-jumps is obsolete, use -falign-jumps
scanline.c:1: warning: -malign-functions is obsolete, use -falign-functions
scanline.c: In function ‘effect_scanline_update’:
scanline.c:23: error: invalid lvalue in assignment
scanline.c:24: error: invalid lvalue in assignment
scanline.c: In function ‘effect_scanline50_update’:
scanline.c:60: error: invalid lvalue in assignment
scanline.c:61: error: invalid lvalue in assignment
scanline.c: In function ‘effect_doublex_update’:
scanline.c:101: error: invalid lvalue in assignment
scanline.c:102: error: invalid lvalue in assignment
make[3]: *** [scanline.o] Error 1
make[3]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
make: *** [all-recursive-am] Error 2
linux:~/Soft/NeoGeo/gngeo-0.5.9a # clear
linux:~/Soft/NeoGeo/gngeo-0.5.9a # ./configure && make
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for acos in -lm... (cached) yes
checking for gzopen in -lz... (cached) yes
checking for sdl-config... (cached) yes
checking for SDL_Init in -lSDL... (cached) yes
checking for getopt_long... (cached) yes
checking for nasm... (cached) no
Disable i386 optimisation
Use Generator68k as 68000 core
Use MameZ80 as Z80 core
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for errno.h... (cached) yes
checking for limits.h... (cached) yes
checking for malloc.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking whether byte ordering is bigendian... (cached) no
checking for vprintf... (cached) yes
checking for atexit... (cached) yes
checking for floor... (cached) yes
checking for gettimeofday... (cached) yes
checking for memset... (cached) yes
checking for mkdir... (cached) yes
checking for pow... (cached) yes
checking for strchr... (cached) yes
checking for strstr... (cached) yes
checking for strtoul... (cached) yes
Turning on x86 processor optimisations
creating ./config.status
creating Makefile
creating src/Makefile
creating src/raze/Makefile
creating src/star/Makefile
creating src/mamez80/Makefile
creating src/generator68k/Makefile
creating src/effect/Makefile
creating src/blitter/Makefile
creating src/ym2610/Makefile
creating config.h
config.h is unchanged
make all-recursive
make[1]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
Making all in src
make[2]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
Making all in effect
make[3]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/include/SDL -D_REENTRANT -DUSE_GENERATOR68K -DUSE_MAMEZ80 -O3 -fstrength-reduce -frerun-loop-opt -Wall -Wno-unused -funroll-loops -ffast-math -malign-functions=2 -malign-jumps=2 -fexpensive-optimizations -malign-loops=2 -fschedule-insns2 -malign-double -fomit-frame-pointer -g -fno-strict-aliasing -pipe -mcpu=i686 -DCPU=i686 -c scanline.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
scanline.c:1: warning: -malign-loops is obsolete, use -falign-loops
scanline.c:1: warning: -malign-jumps is obsolete, use -falign-jumps
scanline.c:1: warning: -malign-functions is obsolete, use -falign-functions
scanline.c: In function ‘effect_scanline_update’:
scanline.c:23: error: invalid lvalue in assignment
scanline.c:24: error: invalid lvalue in assignment
scanline.c: In function ‘effect_scanline50_update’:
scanline.c:60: error: invalid lvalue in assignment
scanline.c:61: error: invalid lvalue in assignment
scanline.c: In function ‘effect_doublex_update’:
scanline.c:101: error: invalid lvalue in assignment
scanline.c:102: error: invalid lvalue in assignment
make[3]: *** [scanline.o] Error 1
make[3]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
make: *** [all-recursive-am] Error 2
linux:~/Soft/NeoGeo/gngeo-0.5.9a # clear
linux:~/Soft/NeoGeo/gngeo-0.5.9a # ./configure && make
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for acos in -lm... (cached) yes
checking for gzopen in -lz... (cached) yes
checking for sdl-config... (cached) yes
checking for SDL_Init in -lSDL... (cached) yes
checking for getopt_long... (cached) yes
checking for nasm... (cached) no
Disable i386 optimisation
Use Generator68k as 68000 core
Use MameZ80 as Z80 core
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for errno.h... (cached) yes
checking for limits.h... (cached) yes
checking for malloc.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking whether byte ordering is bigendian... (cached) no
checking for vprintf... (cached) yes
checking for atexit... (cached) yes
checking for floor... (cached) yes
checking for gettimeofday... (cached) yes
checking for memset... (cached) yes
checking for mkdir... (cached) yes
checking for pow... (cached) yes
checking for strchr... (cached) yes
checking for strstr... (cached) yes
checking for strtoul... (cached) yes
Turning on x86 processor optimisations
creating ./config.status
creating Makefile
creating src/Makefile
creating src/raze/Makefile
creating src/star/Makefile
creating src/mamez80/Makefile
creating src/generator68k/Makefile
creating src/effect/Makefile
creating src/blitter/Makefile
creating src/ym2610/Makefile
creating config.h
config.h is unchanged
make all-recursive
make[1]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
Making all in src
make[2]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
Making all in effect
make[3]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/include/SDL -D_REENTRANT -DUSE_GENERATOR68K -DUSE_MAMEZ80 -O3 -fstrength-reduce -frerun-loop-opt -Wall -Wno-unused -funroll-loops -ffast-math -malign-functions=2 -malign-jumps=2 -fexpensive-optimizations -malign-loops=2 -fschedule-insns2 -malign-double -fomit-frame-pointer -g -fno-strict-aliasing -pipe -mcpu=i686 -DCPU=i686 -c scanline.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
scanline.c:1: warning: -malign-loops is obsolete, use -falign-loops
scanline.c:1: warning: -malign-jumps is obsolete, use -falign-jumps
scanline.c:1: warning: -malign-functions is obsolete, use -falign-functions
scanline.c: In function ‘effect_scanline_update’:
scanline.c:23: error: invalid lvalue in assignment
scanline.c:24: error: invalid lvalue in assignment
scanline.c: In function ‘effect_scanline50_update’:
scanline.c:60: error: invalid lvalue in assignment
scanline.c:61: error: invalid lvalue in assignment
scanline.c: In function ‘effect_doublex_update’:
scanline.c:101: error: invalid lvalue in assignment
scanline.c:102: error: invalid lvalue in assignment
make[3]: *** [scanline.o] Error 1
make[3]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
make: *** [all-recursive-am] Error 2
linux:~/Soft/NeoGeo/gngeo-0.5.9a # ./configure && make
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for acos in -lm... (cached) yes
checking for gzopen in -lz... (cached) yes
checking for sdl-config... (cached) yes
checking for SDL_Init in -lSDL... (cached) yes
checking for getopt_long... (cached) yes
checking for nasm... (cached) no
Disable i386 optimisation
Use Generator68k as 68000 core
Use MameZ80 as Z80 core
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for errno.h... (cached) yes
checking for limits.h... (cached) yes
checking for malloc.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking whether byte ordering is bigendian... (cached) no
checking for vprintf... (cached) yes
checking for atexit... (cached) yes
checking for floor... (cached) yes
checking for gettimeofday... (cached) yes
checking for memset... (cached) yes
checking for mkdir... (cached) yes
checking for pow... (cached) yes
checking for strchr... (cached) yes
checking for strstr... (cached) yes
checking for strtoul... (cached) yes
Turning on x86 processor optimisations
creating ./config.status
creating Makefile
creating src/Makefile
creating src/raze/Makefile
creating src/star/Makefile
creating src/mamez80/Makefile
creating src/generator68k/Makefile
creating src/effect/Makefile
creating src/blitter/Makefile
creating src/ym2610/Makefile
creating config.h
config.h is unchanged
make all-recursive
make[1]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
Making all in src
make[2]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
Making all in effect
make[3]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/include/SDL -D_REENTRANT -DUSE_GENERATOR68K -DUSE_MAMEZ80 -O3 -fstrength-reduce -frerun-loop-opt -Wall -Wno-unused -funroll-loops -ffast-math -malign-functions=2 -malign-jumps=2 -fexpensive-optimizations -malign-loops=2 -fschedule-insns2 -malign-double -fomit-frame-pointer -g -fno-strict-aliasing -pipe -mcpu=i686 -DCPU=i686 -c scanline.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
scanline.c:1: warning: -malign-loops is obsolete, use -falign-loops
scanline.c:1: warning: -malign-jumps is obsolete, use -falign-jumps
scanline.c:1: warning: -malign-functions is obsolete, use -falign-functions
scanline.c: In function ‘effect_scanline_update’:
scanline.c:23: error: invalid lvalue in assignment
scanline.c:24: error: invalid lvalue in assignment
scanline.c: In function ‘effect_scanline50_update’:
scanline.c:60: error: invalid lvalue in assignment
scanline.c:61: error: invalid lvalue in assignment
scanline.c: In function ‘effect_doublex_update’:
scanline.c:101: error: invalid lvalue in assignment
scanline.c:102: error: invalid lvalue in assignment
make[3]: *** [scanline.o] Error 1
make[3]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
make: *** [all-recursive-am] Error 2
linux:~/Soft/NeoGeo/gngeo-0.5.9a # ./configure
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for acos in -lm... (cached) yes
checking for gzopen in -lz... (cached) yes
checking for sdl-config... (cached) yes
checking for SDL_Init in -lSDL... (cached) yes
checking for getopt_long... (cached) yes
checking for nasm... (cached) no
Disable i386 optimisation
Use Generator68k as 68000 core
Use MameZ80 as Z80 core
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for errno.h... (cached) yes
checking for limits.h... (cached) yes
checking for malloc.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking whether byte ordering is bigendian... (cached) no
checking for vprintf... (cached) yes
checking for atexit... (cached) yes
checking for floor... (cached) yes
checking for gettimeofday... (cached) yes
checking for memset... (cached) yes
checking for mkdir... (cached) yes
checking for pow... (cached) yes
checking for strchr... (cached) yes
checking for strstr... (cached) yes
checking for strtoul... (cached) yes
Turning on x86 processor optimisations
creating ./config.status
creating Makefile
creating src/Makefile
creating src/raze/Makefile
creating src/star/Makefile
creating src/mamez80/Makefile
creating src/generator68k/Makefile
creating src/effect/Makefile
creating src/blitter/Makefile
creating src/ym2610/Makefile
creating config.h
config.h is unchanged
linux:~/Soft/NeoGeo/gngeo-0.5.9a # clear
linux:~/Soft/NeoGeo/gngeo-0.5.9a # make install
Making install in src
make[1]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
Making install in effect
make[2]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/include/SDL -D_REENTRANT -DUSE_GENERATOR68K -DUSE_MAMEZ80 -O3 -fstrength-reduce -frerun-loop-opt -Wall -Wno-unused -funroll-loops -ffast-math -malign-functions=2 -malign-jumps=2 -fexpensive-optimizations -malign-loops=2 -fschedule-insns2 -malign-double -fomit-frame-pointer -g -fno-strict-aliasing -pipe -mcpu=i686 -DCPU=i686 -c scanline.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
scanline.c:1: warning: -malign-loops is obsolete, use -falign-loops
scanline.c:1: warning: -malign-jumps is obsolete, use -falign-jumps
scanline.c:1: warning: -malign-functions is obsolete, use -falign-functions
scanline.c: In function ‘effect_scanline_update’:
scanline.c:23: error: invalid lvalue in assignment
scanline.c:24: error: invalid lvalue in assignment
scanline.c: In function ‘effect_scanline50_update’:
scanline.c:60: error: invalid lvalue in assignment
scanline.c:61: error: invalid lvalue in assignment
scanline.c: In function ‘effect_doublex_update’:
scanline.c:101: error: invalid lvalue in assignment
scanline.c:102: error: invalid lvalue in assignment
make[2]: *** [scanline.o] Error 1
make[2]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
make: *** [install-recursive] Error 1
ЗЫ Помогитеееее!!!!
ЗЫ2 Кстати как увеличить количество строк отображения в терминале, а то пол-кода невидно
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for acos in -lm... (cached) yes
checking for gzopen in -lz... (cached) yes
checking for sdl-config... (cached) yes
checking for SDL_Init in -lSDL... (cached) yes
checking for getopt_long... (cached) yes
checking for nasm... (cached) no
Disable i386 optimisation
Use Generator68k as 68000 core
Use MameZ80 as Z80 core
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for errno.h... (cached) yes
checking for limits.h... (cached) yes
checking for malloc.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking whether byte ordering is bigendian... (cached) no
checking for vprintf... (cached) yes
checking for atexit... (cached) yes
checking for floor... (cached) yes
checking for gettimeofday... (cached) yes
checking for memset... (cached) yes
checking for mkdir... (cached) yes
checking for pow... (cached) yes
checking for strchr... (cached) yes
checking for strstr... (cached) yes
checking for strtoul... (cached) yes
Turning on x86 processor optimisations
creating ./config.status
creating Makefile
creating src/Makefile
creating src/raze/Makefile
creating src/star/Makefile
creating src/mamez80/Makefile
creating src/generator68k/Makefile
creating src/effect/Makefile
creating src/blitter/Makefile
creating src/ym2610/Makefile
creating config.h
config.h is unchanged
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking whether byte ordering is bigendian... (cached) no
checking for vprintf... (cached) yes
checking for atexit... (cached) yes
checking for floor... (cached) yes
checking for gettimeofday... (cached) yes
checking for memset... (cached) yes
checking for mkdir... (cached) yes
checking for pow... (cached) yes
checking for strchr... (cached) yes
checking for strstr... (cached) yes
checking for strtoul... (cached) yes
Turning on x86 processor optimisations
creating ./config.status
creating MakefileВроде все нужные и ненужные библиотеки установил, а он мне :
ЗЫ Помогитеееее!!!!
ЗЫ2 Кстати как увеличить количество строк отображения в терминале, а то пол-кода невидно
creating src/Makefile
creating src/raze/Makefile
creating src/star/Makefile
creating src/mamez80/Makefile
creating src/generator68k/Makefile
creating src/effect/Makefile
creating src/blitter/Makefile
creating src/ym2610/Makefile
creating config.h
config.h is unchanged
linux:~/Soft/NeoGeo/gngeo-0.5.9a # ./configure
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for acos in -lm... (cached) yes
checking for gzopen in -lz... (cached) yes
checking for sdl-config... (cached) yes
checking for SDL_Init in -lSDL... (cached) yes
checking for getopt_long... (cached) yes
checking for nasm... (cached) no
Disable i386 optimisation
Use Generator68k as 68000 core
Use MameZ80 as Z80 core
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for errno.h... (cached) yes
checking for limits.h... (cached) yes
checking for malloc.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking whether byte ordering is bigendian... (cached) no
checking for vprintf... (cached) yes
checking for atexit... (cached) yes
checking for floor... (cached) yes
checking for gettimeofday... (cached) yes
checking for memset... (cached) yes
checking for mkdir... (cached) yes
checking for pow... (cached) yes
checking for strchr... (cached) yes
checking for strstr... (cached) yes
checking for strtoul... (cached) yes
Turning on x86 processor optimisations
creating ./config.status
creating Makefile
creating src/Makefile
creating src/raze/Makefile
creating src/star/Makefile
creating src/mamez80/Makefile
creating src/generator68k/Makefile
creating src/effect/Makefile
creating src/blitter/Makefile
creating src/ym2610/Makefile
creating config.h
config.h is unchanged
linux:~/Soft/NeoGeo/gngeo-0.5.9a # ./configure && make
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for acos in -lm... (cached) yes
checking for gzopen in -lz... (cached) yes
checking for sdl-config... (cached) yes
checking for SDL_Init in -lSDL... (cached) yes
checking for getopt_long... (cached) yes
checking for nasm... (cached) no
Disable i386 optimisation
Use Generator68k as 68000 core
Use MameZ80 as Z80 core
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for errno.h... (cached) yes
checking for limits.h... (cached) yes
checking for malloc.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking whether byte ordering is bigendian... (cached) no
checking for vprintf... (cached) yes
checking for atexit... (cached) yes
checking for floor... (cached) yes
checking for gettimeofday... (cached) yes
checking for memset... (cached) yes
checking for mkdir... (cached) yes
checking for pow... (cached) yes
checking for strchr... (cached) yes
checking for strstr... (cached) yes
checking for strtoul... (cached) yes
Turning on x86 processor optimisations
creating ./config.status
creating Makefile
creating src/Makefile
creating src/raze/Makefile
creating src/star/Makefile
creating src/mamez80/Makefile
creating src/generator68k/Makefile
creating src/effect/Makefile
creating src/blitter/Makefile
creating src/ym2610/Makefile
creating config.h
config.h is unchanged
make all-recursive
make[1]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
Making all in src
make[2]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
Making all in effect
make[3]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/include/SDL -D_REENTRANT -DUSE_GENERATOR68K -DUSE_MAMEZ80 -O3 -fstrength-reduce -frerun-loop-opt -Wall -Wno-unused -funroll-loops -ffast-math -malign-functions=2 -malign-jumps=2 -fexpensive-optimizations -malign-loops=2 -fschedule-insns2 -malign-double -fomit-frame-pointer -g -fno-strict-aliasing -pipe -mcpu=i686 -DCPU=i686 -c scanline.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
scanline.c:1: warning: -malign-loops is obsolete, use -falign-loops
scanline.c:1: warning: -malign-jumps is obsolete, use -falign-jumps
scanline.c:1: warning: -malign-functions is obsolete, use -falign-functions
scanline.c: In function ‘effect_scanline_update’:
scanline.c:23: error: invalid lvalue in assignment
scanline.c:24: error: invalid lvalue in assignment
scanline.c: In function ‘effect_scanline50_update’:
scanline.c:60: error: invalid lvalue in assignment
scanline.c:61: error: invalid lvalue in assignment
scanline.c: In function ‘effect_doublex_update’:
scanline.c:101: error: invalid lvalue in assignment
scanline.c:102: error: invalid lvalue in assignment
make[3]: *** [scanline.o] Error 1
make[3]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
make: *** [all-recursive-am] Error 2
linux:~/Soft/NeoGeo/gngeo-0.5.9a # make install
Making install in src
make[1]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
Making install in effect
make[2]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/include/SDL -D_REENTRANT -DUSE_GENERATOR68K -DUSE_MAMEZ80 -O3 -fstrength-reduce -frerun-loop-opt -Wall -Wno-unused -funroll-loops -ffast-math -malign-functions=2 -malign-jumps=2 -fexpensive-optimizations -malign-loops=2 -fschedule-insns2 -malign-double -fomit-frame-pointer -g -fno-strict-aliasing -pipe -mcpu=i686 -DCPU=i686 -c scanline.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
scanline.c:1: warning: -malign-loops is obsolete, use -falign-loops
scanline.c:1: warning: -malign-jumps is obsolete, use -falign-jumps
scanline.c:1: warning: -malign-functions is obsolete, use -falign-functions
scanline.c: In function ‘effect_scanline_update’:
scanline.c:23: error: invalid lvalue in assignment
scanline.c:24: error: invalid lvalue in assignment
scanline.c: In function ‘effect_scanline50_update’:
scanline.c:60: error: invalid lvalue in assignment
scanline.c:61: error: invalid lvalue in assignment
scanline.c: In function ‘effect_doublex_update’:
scanline.c:101: error: invalid lvalue in assignment
scanline.c:102: error: invalid lvalue in assignment
make[2]: *** [scanline.o] Error 1
make[2]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
make: *** [install-recursive] Error 1
linux:~/Soft/NeoGeo/gngeo-0.5.9a # ./configure && make
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for acos in -lm... (cached) yes
checking for gzopen in -lz... (cached) yes
checking for sdl-config... (cached) yes
checking for SDL_Init in -lSDL... (cached) yes
checking for getopt_long... (cached) yes
checking for nasm... (cached) no
Disable i386 optimisation
Use Generator68k as 68000 core
Use MameZ80 as Z80 core
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for errno.h... (cached) yes
checking for limits.h... (cached) yes
checking for malloc.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking whether byte ordering is bigendian... (cached) no
checking for vprintf... (cached) yes
checking for atexit... (cached) yes
checking for floor... (cached) yes
checking for gettimeofday... (cached) yes
checking for memset... (cached) yes
checking for mkdir... (cached) yes
checking for pow... (cached) yes
checking for strchr... (cached) yes
checking for strstr... (cached) yes
checking for strtoul... (cached) yes
Turning on x86 processor optimisations
creating ./config.status
creating Makefile
creating src/Makefile
creating src/raze/Makefile
creating src/star/Makefile
creating src/mamez80/Makefile
creating src/generator68k/Makefile
creating src/effect/Makefile
creating src/blitter/Makefile
creating src/ym2610/Makefile
creating config.h
config.h is unchanged
make all-recursive
make[1]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
Making all in src
make[2]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
Making all in effect
make[3]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/include/SDL -D_REENTRANT -DUSE_GENERATOR68K -DUSE_MAMEZ80 -O3 -fstrength-reduce -frerun-loop-opt -Wall -Wno-unused -funroll-loops -ffast-math -malign-functions=2 -malign-jumps=2 -fexpensive-optimizations -malign-loops=2 -fschedule-insns2 -malign-double -fomit-frame-pointer -g -fno-strict-aliasing -pipe -mcpu=i686 -DCPU=i686 -c scanline.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
scanline.c:1: warning: -malign-loops is obsolete, use -falign-loops
scanline.c:1: warning: -malign-jumps is obsolete, use -falign-jumps
scanline.c:1: warning: -malign-functions is obsolete, use -falign-functions
scanline.c: In function ‘effect_scanline_update’:
scanline.c:23: error: invalid lvalue in assignment
scanline.c:24: error: invalid lvalue in assignment
scanline.c: In function ‘effect_scanline50_update’:
scanline.c:60: error: invalid lvalue in assignment
scanline.c:61: error: invalid lvalue in assignment
scanline.c: In function ‘effect_doublex_update’:
scanline.c:101: error: invalid lvalue in assignment
scanline.c:102: error: invalid lvalue in assignment
make[3]: *** [scanline.o] Error 1
make[3]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
make: *** [all-recursive-am] Error 2
linux:~/Soft/NeoGeo/gngeo-0.5.9a # ./configure && make
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for acos in -lm... (cached) yes
checking for gzopen in -lz... (cached) yes
checking for sdl-config... (cached) yes
checking for SDL_Init in -lSDL... (cached) yes
checking for getopt_long... (cached) yes
checking for nasm... (cached) no
Disable i386 optimisation
Use Generator68k as 68000 core
Use MameZ80 as Z80 core
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for errno.h... (cached) yes
checking for limits.h... (cached) yes
checking for malloc.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking whether byte ordering is bigendian... (cached) no
checking for vprintf... (cached) yes
checking for atexit... (cached) yes
checking for floor... (cached) yes
checking for gettimeofday... (cached) yes
checking for memset... (cached) yes
checking for mkdir... (cached) yes
checking for pow... (cached) yes
checking for strchr... (cached) yes
checking for strstr... (cached) yes
checking for strtoul... (cached) yes
Turning on x86 processor optimisations
creating ./config.status
creating Makefile
creating src/Makefile
creating src/raze/Makefile
creating src/star/Makefile
creating src/mamez80/Makefile
creating src/generator68k/Makefile
creating src/effect/Makefile
creating src/blitter/Makefile
creating src/ym2610/Makefile
creating config.h
config.h is unchanged
make all-recursive
make[1]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
Making all in src
make[2]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
Making all in effect
make[3]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/include/SDL -D_REENTRANT -DUSE_GENERATOR68K -DUSE_MAMEZ80 -O3 -fstrength-reduce -frerun-loop-opt -Wall -Wno-unused -funroll-loops -ffast-math -malign-functions=2 -malign-jumps=2 -fexpensive-optimizations -malign-loops=2 -fschedule-insns2 -malign-double -fomit-frame-pointer -g -fno-strict-aliasing -pipe -mcpu=i686 -DCPU=i686 -c scanline.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
scanline.c:1: warning: -malign-loops is obsolete, use -falign-loops
scanline.c:1: warning: -malign-jumps is obsolete, use -falign-jumps
scanline.c:1: warning: -malign-functions is obsolete, use -falign-functions
scanline.c: In function ‘effect_scanline_update’:
scanline.c:23: error: invalid lvalue in assignment
scanline.c:24: error: invalid lvalue in assignment
scanline.c: In function ‘effect_scanline50_update’:
scanline.c:60: error: invalid lvalue in assignment
scanline.c:61: error: invalid lvalue in assignment
scanline.c: In function ‘effect_doublex_update’:
scanline.c:101: error: invalid lvalue in assignment
scanline.c:102: error: invalid lvalue in assignment
make[3]: *** [scanline.o] Error 1
make[3]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
make: *** [all-recursive-am] Error 2
linux:~/Soft/NeoGeo/gngeo-0.5.9a # ./configure && make
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for acos in -lm... (cached) yes
checking for gzopen in -lz... (cached) yes
checking for sdl-config... (cached) yes
checking for SDL_Init in -lSDL... (cached) yes
checking for getopt_long... (cached) yes
checking for nasm... (cached) no
Disable i386 optimisation
Use Generator68k as 68000 core
Use MameZ80 as Z80 core
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for errno.h... (cached) yes
checking for limits.h... (cached) yes
checking for malloc.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking whether byte ordering is bigendian... (cached) no
checking for vprintf... (cached) yes
checking for atexit... (cached) yes
checking for floor... (cached) yes
checking for gettimeofday... (cached) yes
checking for memset... (cached) yes
checking for mkdir... (cached) yes
checking for pow... (cached) yes
checking for strchr... (cached) yes
checking for strstr... (cached) yes
checking for strtoul... (cached) yes
Turning on x86 processor optimisations
creating ./config.status
creating Makefile
creating src/Makefile
creating src/raze/Makefile
creating src/star/Makefile
creating src/mamez80/Makefile
creating src/generator68k/Makefile
creating src/effect/Makefile
creating src/blitter/Makefile
creating src/ym2610/Makefile
creating config.h
config.h is unchanged
make all-recursive
make[1]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
Making all in src
make[2]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
Making all in effect
make[3]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/include/SDL -D_REENTRANT -DUSE_GENERATOR68K -DUSE_MAMEZ80 -O3 -fstrength-reduce -frerun-loop-opt -Wall -Wno-unused -funroll-loops -ffast-math -malign-functions=2 -malign-jumps=2 -fexpensive-optimizations -malign-loops=2 -fschedule-insns2 -malign-double -fomit-frame-pointer -g -fno-strict-aliasing -pipe -mcpu=i686 -DCPU=i686 -c scanline.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
scanline.c:1: warning: -malign-loops is obsolete, use -falign-loops
scanline.c:1: warning: -malign-jumps is obsolete, use -falign-jumps
scanline.c:1: warning: -malign-functions is obsolete, use -falign-functions
scanline.c: In function ‘effect_scanline_update’:
scanline.c:23: error: invalid lvalue in assignment
scanline.c:24: error: invalid lvalue in assignment
scanline.c: In function ‘effect_scanline50_update’:
scanline.c:60: error: invalid lvalue in assignment
scanline.c:61: error: invalid lvalue in assignment
scanline.c: In function ‘effect_doublex_update’:
scanline.c:101: error: invalid lvalue in assignment
scanline.c:102: error: invalid lvalue in assignment
make[3]: *** [scanline.o] Error 1
make[3]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
make: *** [all-recursive-am] Error 2
linux:~/Soft/NeoGeo/gngeo-0.5.9a # ./configure && make
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for acos in -lm... (cached) yes
checking for gzopen in -lz... (cached) yes
checking for sdl-config... (cached) yes
checking for SDL_Init in -lSDL... (cached) yes
checking for getopt_long... (cached) yes
checking for nasm... (cached) no
Disable i386 optimisation
Use Generator68k as 68000 core
Use MameZ80 as Z80 core
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for errno.h... (cached) yes
checking for limits.h... (cached) yes
checking for malloc.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking whether byte ordering is bigendian... (cached) no
checking for vprintf... (cached) yes
checking for atexit... (cached) yes
checking for floor... (cached) yes
checking for gettimeofday... (cached) yes
checking for memset... (cached) yes
checking for mkdir... (cached) yes
checking for pow... (cached) yes
checking for strchr... (cached) yes
checking for strstr... (cached) yes
checking for strtoul... (cached) yes
Turning on x86 processor optimisations
creating ./config.status
creating Makefile
creating src/Makefile
creating src/raze/Makefile
creating src/star/Makefile
creating src/mamez80/Makefile
creating src/generator68k/Makefile
creating src/effect/Makefile
creating src/blitter/Makefile
creating src/ym2610/Makefile
creating config.h
config.h is unchanged
make all-recursive
make[1]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
Making all in src
make[2]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
Making all in effect
make[3]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/include/SDL -D_REENTRANT -DUSE_GENERATOR68K -DUSE_MAMEZ80 -O3 -fstrength-reduce -frerun-loop-opt -Wall -Wno-unused -funroll-loops -ffast-math -malign-functions=2 -malign-jumps=2 -fexpensive-optimizations -malign-loops=2 -fschedule-insns2 -malign-double -fomit-frame-pointer -g -fno-strict-aliasing -pipe -mcpu=i686 -DCPU=i686 -c scanline.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
scanline.c:1: warning: -malign-loops is obsolete, use -falign-loops
scanline.c:1: warning: -malign-jumps is obsolete, use -falign-jumps
scanline.c:1: warning: -malign-functions is obsolete, use -falign-functions
scanline.c: In function ‘effect_scanline_update’:
scanline.c:23: error: invalid lvalue in assignment
scanline.c:24: error: invalid lvalue in assignment
scanline.c: In function ‘effect_scanline50_update’:
scanline.c:60: error: invalid lvalue in assignment
scanline.c:61: error: invalid lvalue in assignment
scanline.c: In function ‘effect_doublex_update’:
scanline.c:101: error: invalid lvalue in assignment
scanline.c:102: error: invalid lvalue in assignment
make[3]: *** [scanline.o] Error 1
make[3]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
make: *** [all-recursive-am] Error 2
linux:~/Soft/NeoGeo/gngeo-0.5.9a # clear
linux:~/Soft/NeoGeo/gngeo-0.5.9a # ./configure && make
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for acos in -lm... (cached) yes
checking for gzopen in -lz... (cached) yes
checking for sdl-config... (cached) yes
checking for SDL_Init in -lSDL... (cached) yes
checking for getopt_long... (cached) yes
checking for nasm... (cached) no
Disable i386 optimisation
Use Generator68k as 68000 core
Use MameZ80 as Z80 core
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for errno.h... (cached) yes
checking for limits.h... (cached) yes
checking for malloc.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking whether byte ordering is bigendian... (cached) no
checking for vprintf... (cached) yes
checking for atexit... (cached) yes
checking for floor... (cached) yes
checking for gettimeofday... (cached) yes
checking for memset... (cached) yes
checking for mkdir... (cached) yes
checking for pow... (cached) yes
checking for strchr... (cached) yes
checking for strstr... (cached) yes
checking for strtoul... (cached) yes
Turning on x86 processor optimisations
creating ./config.status
creating Makefile
creating src/Makefile
creating src/raze/Makefile
creating src/star/Makefile
creating src/mamez80/Makefile
creating src/generator68k/Makefile
creating src/effect/Makefile
creating src/blitter/Makefile
creating src/ym2610/Makefile
creating config.h
config.h is unchanged
make all-recursive
make[1]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
Making all in src
make[2]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
Making all in effect
make[3]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/include/SDL -D_REENTRANT -DUSE_GENERATOR68K -DUSE_MAMEZ80 -O3 -fstrength-reduce -frerun-loop-opt -Wall -Wno-unused -funroll-loops -ffast-math -malign-functions=2 -malign-jumps=2 -fexpensive-optimizations -malign-loops=2 -fschedule-insns2 -malign-double -fomit-frame-pointer -g -fno-strict-aliasing -pipe -mcpu=i686 -DCPU=i686 -c scanline.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
scanline.c:1: warning: -malign-loops is obsolete, use -falign-loops
scanline.c:1: warning: -malign-jumps is obsolete, use -falign-jumps
scanline.c:1: warning: -malign-functions is obsolete, use -falign-functions
scanline.c: In function ‘effect_scanline_update’:
scanline.c:23: error: invalid lvalue in assignment
scanline.c:24: error: invalid lvalue in assignment
scanline.c: In function ‘effect_scanline50_update’:
scanline.c:60: error: invalid lvalue in assignment
scanline.c:61: error: invalid lvalue in assignment
scanline.c: In function ‘effect_doublex_update’:
scanline.c:101: error: invalid lvalue in assignment
scanline.c:102: error: invalid lvalue in assignment
make[3]: *** [scanline.o] Error 1
make[3]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
make: *** [all-recursive-am] Error 2
linux:~/Soft/NeoGeo/gngeo-0.5.9a # clear
linux:~/Soft/NeoGeo/gngeo-0.5.9a # ./configure && make
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for acos in -lm... (cached) yes
checking for gzopen in -lz... (cached) yes
checking for sdl-config... (cached) yes
checking for SDL_Init in -lSDL... (cached) yes
checking for getopt_long... (cached) yes
checking for nasm... (cached) no
Disable i386 optimisation
Use Generator68k as 68000 core
Use MameZ80 as Z80 core
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for errno.h... (cached) yes
checking for limits.h... (cached) yes
checking for malloc.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking whether byte ordering is bigendian... (cached) no
checking for vprintf... (cached) yes
checking for atexit... (cached) yes
checking for floor... (cached) yes
checking for gettimeofday... (cached) yes
checking for memset... (cached) yes
checking for mkdir... (cached) yes
checking for pow... (cached) yes
checking for strchr... (cached) yes
checking for strstr... (cached) yes
checking for strtoul... (cached) yes
Turning on x86 processor optimisations
creating ./config.status
creating Makefile
creating src/Makefile
creating src/raze/Makefile
creating src/star/Makefile
creating src/mamez80/Makefile
creating src/generator68k/Makefile
creating src/effect/Makefile
creating src/blitter/Makefile
creating src/ym2610/Makefile
creating config.h
config.h is unchanged
make all-recursive
make[1]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
Making all in src
make[2]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
Making all in effect
make[3]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/include/SDL -D_REENTRANT -DUSE_GENERATOR68K -DUSE_MAMEZ80 -O3 -fstrength-reduce -frerun-loop-opt -Wall -Wno-unused -funroll-loops -ffast-math -malign-functions=2 -malign-jumps=2 -fexpensive-optimizations -malign-loops=2 -fschedule-insns2 -malign-double -fomit-frame-pointer -g -fno-strict-aliasing -pipe -mcpu=i686 -DCPU=i686 -c scanline.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
scanline.c:1: warning: -malign-loops is obsolete, use -falign-loops
scanline.c:1: warning: -malign-jumps is obsolete, use -falign-jumps
scanline.c:1: warning: -malign-functions is obsolete, use -falign-functions
scanline.c: In function ‘effect_scanline_update’:
scanline.c:23: error: invalid lvalue in assignment
scanline.c:24: error: invalid lvalue in assignment
scanline.c: In function ‘effect_scanline50_update’:
scanline.c:60: error: invalid lvalue in assignment
scanline.c:61: error: invalid lvalue in assignment
scanline.c: In function ‘effect_doublex_update’:
scanline.c:101: error: invalid lvalue in assignment
scanline.c:102: error: invalid lvalue in assignment
make[3]: *** [scanline.o] Error 1
make[3]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
make: *** [all-recursive-am] Error 2
linux:~/Soft/NeoGeo/gngeo-0.5.9a # ./configure && make
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for acos in -lm... (cached) yes
checking for gzopen in -lz... (cached) yes
checking for sdl-config... (cached) yes
checking for SDL_Init in -lSDL... (cached) yes
checking for getopt_long... (cached) yes
checking for nasm... (cached) no
Disable i386 optimisation
Use Generator68k as 68000 core
Use MameZ80 as Z80 core
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for errno.h... (cached) yes
checking for limits.h... (cached) yes
checking for malloc.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking whether byte ordering is bigendian... (cached) no
checking for vprintf... (cached) yes
checking for atexit... (cached) yes
checking for floor... (cached) yes
checking for gettimeofday... (cached) yes
checking for memset... (cached) yes
checking for mkdir... (cached) yes
checking for pow... (cached) yes
checking for strchr... (cached) yes
checking for strstr... (cached) yes
checking for strtoul... (cached) yes
Turning on x86 processor optimisations
creating ./config.status
creating Makefile
creating src/Makefile
creating src/raze/Makefile
creating src/star/Makefile
creating src/mamez80/Makefile
creating src/generator68k/Makefile
creating src/effect/Makefile
creating src/blitter/Makefile
creating src/ym2610/Makefile
creating config.h
config.h is unchanged
make all-recursive
make[1]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
Making all in src
make[2]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
Making all in effect
make[3]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/include/SDL -D_REENTRANT -DUSE_GENERATOR68K -DUSE_MAMEZ80 -O3 -fstrength-reduce -frerun-loop-opt -Wall -Wno-unused -funroll-loops -ffast-math -malign-functions=2 -malign-jumps=2 -fexpensive-optimizations -malign-loops=2 -fschedule-insns2 -malign-double -fomit-frame-pointer -g -fno-strict-aliasing -pipe -mcpu=i686 -DCPU=i686 -c scanline.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
scanline.c:1: warning: -malign-loops is obsolete, use -falign-loops
scanline.c:1: warning: -malign-jumps is obsolete, use -falign-jumps
scanline.c:1: warning: -malign-functions is obsolete, use -falign-functions
scanline.c: In function ‘effect_scanline_update’:
scanline.c:23: error: invalid lvalue in assignment
scanline.c:24: error: invalid lvalue in assignment
scanline.c: In function ‘effect_scanline50_update’:
scanline.c:60: error: invalid lvalue in assignment
scanline.c:61: error: invalid lvalue in assignment
scanline.c: In function ‘effect_doublex_update’:
scanline.c:101: error: invalid lvalue in assignment
scanline.c:102: error: invalid lvalue in assignment
make[3]: *** [scanline.o] Error 1
make[3]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a'
make: *** [all-recursive-am] Error 2
linux:~/Soft/NeoGeo/gngeo-0.5.9a # ./configure
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for acos in -lm... (cached) yes
checking for gzopen in -lz... (cached) yes
checking for sdl-config... (cached) yes
checking for SDL_Init in -lSDL... (cached) yes
checking for getopt_long... (cached) yes
checking for nasm... (cached) no
Disable i386 optimisation
Use Generator68k as 68000 core
Use MameZ80 as Z80 core
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for errno.h... (cached) yes
checking for limits.h... (cached) yes
checking for malloc.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking whether byte ordering is bigendian... (cached) no
checking for vprintf... (cached) yes
checking for atexit... (cached) yes
checking for floor... (cached) yes
checking for gettimeofday... (cached) yes
checking for memset... (cached) yes
checking for mkdir... (cached) yes
checking for pow... (cached) yes
checking for strchr... (cached) yes
checking for strstr... (cached) yes
checking for strtoul... (cached) yes
Turning on x86 processor optimisations
creating ./config.status
creating Makefile
creating src/Makefile
creating src/raze/Makefile
creating src/star/Makefile
creating src/mamez80/Makefile
creating src/generator68k/Makefile
creating src/effect/Makefile
creating src/blitter/Makefile
creating src/ym2610/Makefile
creating config.h
config.h is unchanged
linux:~/Soft/NeoGeo/gngeo-0.5.9a # clear
linux:~/Soft/NeoGeo/gngeo-0.5.9a # make install
Making install in src
make[1]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
Making install in effect
make[2]: Entering directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -I/usr/include/SDL -D_REENTRANT -DUSE_GENERATOR68K -DUSE_MAMEZ80 -O3 -fstrength-reduce -frerun-loop-opt -Wall -Wno-unused -funroll-loops -ffast-math -malign-functions=2 -malign-jumps=2 -fexpensive-optimizations -malign-loops=2 -fschedule-insns2 -malign-double -fomit-frame-pointer -g -fno-strict-aliasing -pipe -mcpu=i686 -DCPU=i686 -c scanline.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
scanline.c:1: warning: -malign-loops is obsolete, use -falign-loops
scanline.c:1: warning: -malign-jumps is obsolete, use -falign-jumps
scanline.c:1: warning: -malign-functions is obsolete, use -falign-functions
scanline.c: In function ‘effect_scanline_update’:
scanline.c:23: error: invalid lvalue in assignment
scanline.c:24: error: invalid lvalue in assignment
scanline.c: In function ‘effect_scanline50_update’:
scanline.c:60: error: invalid lvalue in assignment
scanline.c:61: error: invalid lvalue in assignment
scanline.c: In function ‘effect_doublex_update’:
scanline.c:101: error: invalid lvalue in assignment
scanline.c:102: error: invalid lvalue in assignment
make[2]: *** [scanline.o] Error 1
make[2]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src/effect'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/root/Soft/NeoGeo/gngeo-0.5.9a/src'
make: *** [install-recursive] Error 1
- Mr. Anderson
- Неотъемлемая часть форума
- Сообщения: 373
- Зарегистрирован: 10 окт 2005, 14:35
- Mr. Anderson
- Неотъемлемая часть форума
- Сообщения: 373
- Зарегистрирован: 10 окт 2005, 14:35
Похоже Llama прав в твоем случае.
ps. Правда и у меня тогда все сломано, начиная с кернела и заканчивая
xfs файловой системой И чего оно все работает
gcc (GCC) 4.0.2 20051125 (Red Hat 4.0.2-8)
Copyright (C) 2005 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.
Linux home 2.6.16-rc4 #1 SMP Mon Feb 27 22:38:04 EET 2006 i686 i686 i386 GNU/Linux
ps. Правда и у меня тогда все сломано, начиная с кернела и заканчивая
xfs файловой системой И чего оно все работает
gcc (GCC) 4.0.2 20051125 (Red Hat 4.0.2-8)
Copyright (C) 2005 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.
Linux home 2.6.16-rc4 #1 SMP Mon Feb 27 22:38:04 EET 2006 i686 i686 i386 GNU/Linux