Menu

#89 error when I make line 4339 syntax error

open
nobody
None
5
2007-11-19
2007-11-19
olegka
No

Hi all.
Fedora 7; chromium Chromium-0.9

make
cd support/openal/; make
make[1]: Entering directory `/all/games/chromium/Chromium-0.9/support/openal'
mkdir -p ./lib
cd linux; sh autogen.sh; ./configure --enable-sdl --enable-smpeg; make
autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'
autoheader: WARNING: is deprecated and discouraged.
autoheader:
autoheader: WARNING: Using the third argument of `AC_DEFINE' and
autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without
autoheader: WARNING: `acconfig.h':
autoheader:
autoheader: WARNING: AC_DEFINE([NEED_FUNC_MAIN], 1,
autoheader: [Define if a function `main' is needed.])
autoheader:
autoheader: WARNING: More sophisticated templates can also be produced, see the
autoheader: WARNING: documentation.
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking for sin in -lm... yes
checking for dlopen in -ldl... yes
./configure: line 4339: syntax error near unexpected token `newline'
./configure: line 4339: ` yes:no:'
make[2]: Entering directory `/all/games/chromium/Chromium-0.9/support/openal/linux'
make[2]: *** Не заданы цели и не найден make-файл. Останов.
make[2]: Leaving directory `/all/games/chromium/Chromium-0.9/support/openal/linux'
make[1]: *** [linux] Ошибка 2
make[1]: Leaving directory `/all/games/chromium/Chromium-0.9/support/openal'
make: *** [support/openal/] Ошибка 2

Discussion


Log in to post a comment.