LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Games (https://www.linuxquestions.org/questions/linux-games-33/)
-   -   Trouble compiling Chromium in Slack (https://www.linuxquestions.org/questions/linux-games-33/trouble-compiling-chromium-in-slack-142427/)

Cerbere 02-04-2004 08:14 PM

Trouble compiling Chromium in Slack
 
I heard about the game Chromium B.S.U. in this years best open source game poll, so I thought I'd give it a try. Unfortunately, I can't get it to compile in Slackware 9.0. After untarring the src and data files, I run ./configure, then make, which gives me the following:

Code:

cerbere@shithead:~/temp/chromium/Chromium-0.9$ make
cd support/openal/; make
make[1]: Entering directory `/home/cerbere/temp/chromium/Chromium-0.9/support/openal'
mkdir -p ./lib
cd linux; sh autogen.sh; ./configure --enable-sdl; make
WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
WARNING: and `config.h.top', to define templates for `config.h.in'
WARNING: is deprecated and discouraged.

WARNING: Using the third argument of `AC_DEFINE' and
WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without
WARNING: `acconfig.h':

WARNING:  AC_DEFINE([NEED_MAIN], 1,
WARNING:            [Define if a function `main' is needed.])

WARNING: More sophisticated templates can also be produced, see the
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... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking whether byte ordering is bigendian... no
checking for sin in -lm... yes
checking for dlopen in -ldl... yes
./configure: line 3570: syntax error near unexpected token `newline'
./configure: line 3570: `  yes:no'
make[2]: Entering directory `/home/cerbere/temp/chromium/Chromium-0.9/support/openal/linux'
make[2]: *** No targets specified and no makefile found.  Stop.
make[2]: Leaving directory `/home/cerbere/temp/chromium/Chromium-0.9/support/openal/linux'
make[1]: *** [linux] Error 2
make[1]: Leaving directory `/home/cerbere/temp/chromium/Chromium-0.9/support/openal'
make: *** [support/openal/] Error 2
cerbere@shithead:~/temp/chromium/Chromium-0.9$

Can anyone give me some advice on this?

Enjoy!
--- Cerbere

Cerbere 02-17-2004 06:28 AM

*bump*

Enjoy!
--- Cerbere

notAslacker 02-18-2004 11:36 PM

I also got the same 'line 3570 in config' error on the first attempt at building. I managed to get past that and a handful of subsequent build errors, but ended on errors about some mutex functions jazz in one of the openal files (most of the build errors I ran into after the config file were in support/openal). Finally I just installed a prebuilt tgz. So, my two cents on building this particular game from source: don't. installpkg chromium-0.9.12-i586-2jr.tgz

-notaslacker

Cerbere 02-20-2004 12:16 AM

Thanks for the tip and the link, notAslacker. I'd already tried that package after finding it on linuxpackages.net, but unfortunately for me, it is for Slack 9.1. I'm still running 9.0, but thought I'd give it a shot anyway. No joy :-(

I may have to forget about chromium, at least until I finally decide to move to 9.1 (still waiting for 2.6 kernel to shake out a bit more).

Enjoy!
--- Cerbere


All times are GMT -5. The time now is 10:29 PM.