Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Chromium Installation fails
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Ginku
n00b
n00b


Joined: 25 Dec 2002
Posts: 71
Location: Ludwigshafen/Germany

PostPosted: Sat Jan 18, 2003 5:12 pm    Post subject: Chromium Installation fails Reply with quote

Hallo,

wollte eben mal das Spielchen "Chromium" ausprobieren, leider klappt die Installation mit emerge (zuvor emerge rsync + emerge --pretend gemacht) nicht. Es wurden zunächst diverse (media)libraries installiert, nur chromium selbst bricht ab.
Ich habe hier Gentoo 1.4 rc2 und KDE 3.05a unter einer nVidia Geforce 4 Ti 4200 (mit 3D-beschleunigtem Original nVidia-Treiber) laufen.

Wieso funzt'n des net ?

Vielen Dank auch und ein schönes Wochenende.

Liebe Grüße

Ginku

Ausgabe emerge mit Fehlermeldung wie folgt:

>>> Unpacking source...
>>> Unpacking chromium-src-0.9.12.tar.gz
>>> Unpacking chromium-data-0.9.12.tar.gz
patching file Chromium-0.9/src/NCString.cpp
>>> Source unpacked.
/usr/sbin/ebuild.sh: use_enable: command not found
/usr/sbin/ebuild.sh: use_enable: command not found
/usr/sbin/ebuild.sh: use_enable: command not found
------------------------------------------------------------
** This is a script to determine what options
** should be built into Chromium B.S.U.
** It is not an autoconf configure script.
------------------------------------------------------------

Verify SDL install:
------------------
found /usr/bin/sdl-config
SDL version (1.2.5) ok.

Verify smpeg install:
--------------------
found /usr/bin/smpeg-config
smpeg version (0.4.4) ok.

------------------------------------------------------------
wrote ./config.mak
wrote ./Makefile

Now, type 'make' to build Chromium B.S.U.!

cd support/openal/; make
make[1]: Entering directory `/var/tmp/portage/chromium-0.9.12-r2/work/Chromium-0.9/support/openal'
mkdir -p ./lib
cd linux; sh autogen.sh; ./configure --enable-sdl --enable-smpeg; make
configure.in:133: warning: AC_TRY_RUN called without default to allow cross compiling
configure.in:133: warning: AC_TRY_RUN called without default to allow cross compiling
creating 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 gcc... gcc
checking whether the C compiler (gcc -mcpu=athlon-xp -O3 -pipe ) works... yes
checking whether the C compiler (gcc -mcpu=athlon-xp -O3 -pipe ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
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
checking for pthread.h... yes
checking for sdl-config... /usr/bin/sdl-config
checking for smpeg-config... /usr/bin/smpeg-config
checking for makeinfo... yes
checking for a BSD compatible install... /bin/install -c
checking whether ln -s works... yes
checking for gmake... gmake
updating cache ./config.cache
creating ./config.status
creating Makefile
creating src/Makefile
creating doc/Makefile
creating jlib/Makefile
creating audioconvert/Makefile
creating test/Makefile
creating config.h
config.h is unchanged
make[2]: Entering directory `/var/tmp/portage/chromium-0.9.12-r2/work/Chromium-0.9/support/openal/linux'
cd jlib && gmake all
gmake[3]: Entering directory `/var/tmp/portage/chromium-0.9.12-r2/work/Chromium-0.9/support/openal/linux/jlib'
gcc -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -I. -g -c -o globals.o globals.c
gcc -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -I. -g -c -o hash.o hash.c
ar cru libjlib.a globals.o hash.o
gmake[3]: Leaving directory `/var/tmp/portage/chromium-0.9.12-r2/work/Chromium-0.9/support/openal/linux/jlib'
cd src && gmake all
gmake[3]: Entering directory `/var/tmp/portage/chromium-0.9.12-r2/work/Chromium-0.9/support/openal/linux/src'
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c al_buffer.c -o al_buffer.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c al_listen.c -o al_listen.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c al_ext.c -o al_ext.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c al_source.c -o al_source.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c al_spool.c -o al_spool.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c al_main.c -o al_main.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c al_complex.c -o al_complex.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c al_fft.c -o al_fft.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c al_filter.c -o al_filter.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c al_mixer.c -o al_mixer.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c al_mixfunc.c -o al_mixfunc.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c al_mixmanager.c -o al_mixmanager.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c al_state.c -o al_state.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c al_able.c -o al_able.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c al_error.c -o al_error.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c al_ext_iasig.c -o al_ext_iasig.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c al_config.c -o al_config.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c al_debug.c -o al_debug.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c al_rctree.c -o al_rctree.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c al_rcvar.c -o al_rcvar.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c al_queue.c -o al_queue.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c al_doppler.c -o al_doppler.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c al_distance.c -o al_distance.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c al_propagation.c -o al_propagation.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c mixaudio16.c -o mixaudio16.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c arch/interface/interface_sound.c -o arch/interface/interface_sound.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c arch/linux/lin_dsp.c -o arch/linux/lin_dsp.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c arch/waveout/waveout.c -o arch/waveout/waveout.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c arch/null/null.c -o arch/null/null.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c arch/sdl/sdl.c -o arch/sdl/sdl.o
arch/sdl/sdl.c: In function `dummy':
arch/sdl/sdl.c:54: warning: implicit declaration of function `memcpy'
arch/sdl/sdl.c: In function `set_write_sdl':
arch/sdl/sdl.c:185: warning: implicit declaration of function `memset'
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c arch/portable/floatmul.c -o arch/portable/floatmul.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c threads/posixthreads.c -o threads/posixthreads.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c mutex/posixmutex.c -o mutex/posixmutex.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c alc/alc_context.c -o alc/alc_context.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c alc/alc_speaker.c -o alc/alc_speaker.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c alc/alc_error.c -o alc/alc_error.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c ../audioconvert/ac_misc.c -o ../audioconvert/ac_misc.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c ../audioconvert/ac_freq.c -o ../audioconvert/ac_freq.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c ../audioconvert/ac_bits.c -o ../audioconvert/ac_bits.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c ../audioconvert/ac_channels.c -o ../audioconvert/ac_channels.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c ../audioconvert/ac_helper.c -o ../audioconvert/ac_helper.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c ../audioconvert/ac_adpcm.c -o ../audioconvert/ac_adpcm.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c ../audioconvert/ac_endian.c -o ../audioconvert/ac_endian.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c alut/alut_main.c -o alut/alut_main.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c alut/alut_wav.c -o alut/alut_wav.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c alut/alut_rawadpcm.c -o alut/alut_rawadpcm.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c alut/alut_imaadpcm.c -o alut/alut_imaadpcm.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c alut/alut_msadpcm.c -o alut/alut_msadpcm.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c extensions/al_ext_loki.c -o extensions/al_ext_loki.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c extensions/al_ext_mp3.c -o extensions/al_ext_mp3.o
extensions/al_ext_mp3.c: In function `MP3_Callback':
extensions/al_ext_mp3.c:181: warning: implicit declaration of function `memset'
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c extensions/al_ext_vorbis.c -o extensions/al_ext_vorbis.o
gcc -I../../include -I../include -I../audioconvert -Iarch -I. -mcpu=athlon-xp -O3 -pipe -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -fPIC -Wshadow -ansi -Wall -Wpointer-arith -W -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wimplicit-function-declaration -Waggregate-return -Winline -Wpointer-arith -Wstrict-prototypes -Wcast-align -Wcast-qual -ansi -Wredundant-decls -c extensions/al_ext_capture.c -o extensions/al_ext_capture.o
ar cru libopenal.a \
al_buffer.o al_listen.o al_ext.o al_source.o al_spool.o al_main.o al_complex.o al_fft.o al_filter.o al_mixer.o al_mixfunc.o al_mixmanager.o al_state.o al_able.o al_error.o al_ext_iasig.o al_config.o al_debug.o al_rctree.o al_rcvar.o al_queue.o al_doppler.o al_distance.o al_propagation.o mixaudio16.o arch/interface/interface_sound.o arch/linux/lin_dsp.o arch/waveout/waveout.o arch/null/null.o arch/sdl/sdl.o arch/portable/floatmul.o threads/posixthreads.o mutex/posixmutex.o \
alc/alc_context.o alc/alc_speaker.o alc/alc_error.o \
../audioconvert/ac_misc.o ../audioconvert/ac_freq.o ../audioconvert/ac_bits.o ../audioconvert/ac_channels.o ../audioconvert/ac_helper.o ../audioconvert/ac_adpcm.o ../audioconvert/ac_endian.o \
alut/alut_main.o alut/alut_wav.o alut/alut_rawadpcm.o alut/alut_imaadpcm.o alut/alut_msadpcm.o \
extensions/al_ext_loki.o extensions/al_ext_mp3.o extensions/al_ext_vorbis.o extensions/al_ext_capture.o
gcc -shared \
-Wl,"-soname,libopenal-0.0.so" \
-o libopenal.so.0.0.4 \
\
al_buffer.o al_listen.o al_ext.o al_source.o al_spool.o al_main.o al_complex.o al_fft.o al_filter.o al_mixer.o al_mixfunc.o al_mixmanager.o al_state.o al_able.o al_error.o al_ext_iasig.o al_config.o al_debug.o al_rctree.o al_rcvar.o al_queue.o al_doppler.o al_distance.o al_propagation.o mixaudio16.o arch/interface/interface_sound.o arch/linux/lin_dsp.o arch/waveout/waveout.o arch/null/null.o arch/sdl/sdl.o arch/portable/floatmul.o threads/posixthreads.o mutex/posixmutex.o \
alc/alc_context.o alc/alc_speaker.o alc/alc_error.o \
../audioconvert/ac_misc.o ../audioconvert/ac_freq.o ../audioconvert/ac_bits.o ../audioconvert/ac_channels.o ../audioconvert/ac_helper.o ../audioconvert/ac_adpcm.o ../audioconvert/ac_endian.o \
alut/alut_main.o alut/alut_wav.o alut/alut_rawadpcm.o alut/alut_imaadpcm.o alut/alut_msadpcm.o \
extensions/al_ext_loki.o extensions/al_ext_mp3.o extensions/al_ext_vorbis.o extensions/al_ext_capture.o \
-L. -lm -ldl -lpthread -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread -L/usr/lib -Wl,-rpath,/usr/lib -lsmpeg -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread
gmake[3]: Leaving directory `/var/tmp/portage/chromium-0.9.12-r2/work/Chromium-0.9/support/openal/linux/src'
cd doc && gmake all
gmake[3]: Entering directory `/var/tmp/portage/chromium-0.9.12-r2/work/Chromium-0.9/support/openal/linux/doc'
makeinfo openal.texi
gmake[3]: Leaving directory `/var/tmp/portage/chromium-0.9.12-r2/work/Chromium-0.9/support/openal/linux/doc'
make[2]: Leaving directory `/var/tmp/portage/chromium-0.9.12-r2/work/Chromium-0.9/support/openal/linux'
cp ./linux/src/libopenal.a ./lib
make[1]: Leaving directory `/var/tmp/portage/chromium-0.9.12-r2/work/Chromium-0.9/support/openal'
cd support/glpng/src; make
make[1]: Entering directory `/var/tmp/portage/chromium-0.9.12-r2/work/Chromium-0.9/support/glpng/src'
gcc -c -pipe -O2 -I../include -I/usr/include -I/usr/X11R6/include -o glpng.o glpng.c
glpng.c:7:19: GL/gl.h: No such file or directory
glpng.c:32: parse error before "MaxTextureSize"
glpng.c:32: warning: data definition has no type or storage class
glpng.c: In function `ExtSupported':
glpng.c:95: syntax error before '*' token
glpng.c:99: `ext' undeclared (first use in this function)
glpng.c:99: (Each undeclared identifier is reported only once
glpng.c:99: for each function it appears in.)
glpng.c:99: `GL_EXTENSIONS' undeclared (first use in this function)
glpng.c: At top level:
glpng.c:113: parse error before "components"
glpng.c: In function `HalfSize':
glpng.c:115: `width' undeclared (first use in this function)
glpng.c:115: `components' undeclared (first use in this function)
glpng.c:117: `height' undeclared (first use in this function)
glpng.c:118: `filter' undeclared (first use in this function)
glpng.c:122: `d' undeclared (first use in this function)
glpng.c:122: `data' undeclared (first use in this function)
glpng.c: At top level:
glpng.c:195: parse error before "components"
glpng.c: In function `Build2DMipmaps':
glpng.c:197: `width' undeclared (first use in this function)
glpng.c:197: `height' undeclared (first use in this function)
glpng.c:197: `components' undeclared (first use in this function)
glpng.c:198: `data' undeclared (first use in this function)
glpng.c:200: `GL_TEXTURE_2D' undeclared (first use in this function)
glpng.c:200: `format' undeclared (first use in this function)
glpng.c:200: `GL_UNSIGNED_BYTE' undeclared (first use in this function)
glpng.c:203: `filter' undeclared (first use in this function)
glpng.c: In function `pngLoadF':
glpng.c:338: `GLint' undeclared (first use in this function)
glpng.c:338: parse error before "pack"
glpng.c:379: `GL_MAX_TEXTURE_SIZE' undeclared (first use in this function)
glpng.c:452: `GL_PACK_ALIGNMENT' undeclared (first use in this function)
glpng.c:452: `pack' undeclared (first use in this function)
glpng.c:453: `GL_UNPACK_ALIGNMENT' undeclared (first use in this function)
glpng.c:453: `unpack' undeclared (first use in this function)
glpng.c:483: `GLenum' undeclared (first use in this function)
glpng.c:483: parse error before "glformat"
glpng.c:490: `glformat' undeclared (first use in this function)
glpng.c:490: `GL_RGB' undeclared (first use in this function)
glpng.c:491: `glcomponent' undeclared (first use in this function)
glpng.c:497: `GL_RGBA' undeclared (first use in this function)
glpng.c:512: `GL_TEXTURE_2D' undeclared (first use in this function)
glpng.c:512: `GL_UNSIGNED_BYTE' undeclared (first use in this function)
glpng.c: In function `SetParams':
glpng.c:633: `GL_TEXTURE_2D' undeclared (first use in this function)
glpng.c:635: `GL_TEXTURE_WRAP_S' undeclared (first use in this function)
glpng.c:636: `GL_TEXTURE_WRAP_T' undeclared (first use in this function)
glpng.c:638: `GL_TEXTURE_MAG_FILTER' undeclared (first use in this function)
glpng.c:639: `GL_TEXTURE_MIN_FILTER' undeclared (first use in this function)
make[1]: *** [glpng.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/chromium-0.9.12-r2/work/Chromium-0.9/support/glpng/src'
make: *** [support/glpng/src] Error 2

!!! ERROR: app-games/chromium-0.9.12-r2 failed.
!!! Function src_compile, Line 8, Exitcode 2
!!! (no error message)

Calculating dependencies ...done!
>>> emerge (1 of 1) app-games/chromium-0.9.12-r2 to /
>>> md5 ;-) chromium-src-0.9.12.tar.gz
>>> md5 ;-) chromium-data-0.9.12.tar.gz
_________________
If Linux doesn't have the solution, you have the wrong problem.
Back to top
View user's profile Send private message
Headhunter123
Guru
Guru


Joined: 19 Oct 2002
Posts: 509

PostPosted: Sun Jan 19, 2003 12:43 pm    Post subject: Reply with quote

Hi !

Ich hab das gleiche Problem, auch ne GF, allerdings dir 3er :)

Crack-attack klappt auch nicht, egoboo bricht auch ab. Ich denke die ham ein Problem mit gcc 3.2, kann das sein ?
Back to top
View user's profile Send private message
Dimitri
Guru
Guru


Joined: 24 Jul 2002
Posts: 373
Location: Niederbayern/Germany

PostPosted: Sun Jan 19, 2003 4:30 pm    Post subject: Reply with quote

Am gcc3.2 liegts nicht ich habs gestern gemergt und lief wunderbar durch. (Hat als Abhängigkeit nur qt 2.x drin...)


Dim
_________________
Visit kde-forum.de
Back to top
View user's profile Send private message
Ginku
n00b
n00b


Joined: 25 Dec 2002
Posts: 71
Location: Ludwigshafen/Germany

PostPosted: Sun Jan 19, 2003 8:22 pm    Post subject: Reply with quote

Dimitri wrote:
Am gcc3.2 liegts nicht ich habs gestern gemergt und lief wunderbar durch. (Hat als Abhängigkeit nur qt 2.x drin...)
Dim


Also ich hab' hier qt-3.1.0 und 2.3.2 installiert.......geht trotzdem net :-(
_________________
If Linux doesn't have the solution, you have the wrong problem.
Back to top
View user's profile Send private message
wfx
Tux's lil' helper
Tux's lil' helper


Joined: 20 Jan 2003
Posts: 95
Location: Cave

PostPosted: Mon Jan 20, 2003 1:34 pm    Post subject: Reply with quote

versuch mal "emerge STLport" und dann erst chromium
Back to top
View user's profile Send private message
Ginku
n00b
n00b


Joined: 25 Dec 2002
Posts: 71
Location: Ludwigshafen/Germany

PostPosted: Mon Jan 20, 2003 9:23 pm    Post subject: Reply with quote

wfx wrote:
versuch mal "emerge STLport" und dann erst chromium


Danke, ging aber leider auch nicht. Ich bin jetzt etwas enttaeuscht von Gentoo :-(
_________________
If Linux doesn't have the solution, you have the wrong problem.
Back to top
View user's profile Send private message
SuEt
Apprentice
Apprentice


Joined: 11 Oct 2002
Posts: 169
Location: Schweiz - Zurich

PostPosted: Mon Jan 20, 2003 9:38 pm    Post subject: Reply with quote

so wie ich das sehe, bricht das compilieren wegen folgendem fehler ab: glpng.c:7:19: GL/gl.h: No such file or directory
ich würde mal in dieser glpng.c datei nachschauen, wo genau nach gl.h (vermutlich ist damit diese datei gemeint: /usr/lib/opengl/nvidia/include/gl.h) gesucht wird und einen symbolischen link setzen...

cu

SuEt
Back to top
View user's profile Send private message
Ginku
n00b
n00b


Joined: 25 Dec 2002
Posts: 71
Location: Ludwigshafen/Germany

PostPosted: Tue Jan 21, 2003 9:39 pm    Post subject: Reply with quote

SuEt wrote:
so wie ich das sehe, bricht das compilieren wegen folgendem fehler ab: glpng.c:7:19: GL/gl.h: No such file or directory
ich würde mal in dieser glpng.c datei nachschauen, wo genau nach gl.h (vermutlich ist damit diese datei gemeint: /usr/lib/opengl/nvidia/include/gl.h) gesucht wird und einen symbolischen link setzen...cuSuEt


Danke, muss ich probieren. Aber, sollte Gentoo das nicht alleine finden ?

Gruß
Ginku
_________________
If Linux doesn't have the solution, you have the wrong problem.
Back to top
View user's profile Send private message
SuEt
Apprentice
Apprentice


Joined: 11 Oct 2002
Posts: 169
Location: Schweiz - Zurich

PostPosted: Tue Jan 21, 2003 10:41 pm    Post subject: Reply with quote

Ginku wrote:

Danke, muss ich probieren. Aber, sollte Gentoo das nicht alleine finden ?


hmm, wenn ich das richtig verstanden habe, ist das ein problem des configure scripts von chromium...während des configure-vorganges checkt das programm, ob alles vorhanden ist...jedoch ist diese datei nicht an dem ort, wo sie sein sollte, was configure allerdings nicht bemerkt und munter drauflos kompiliert...:roll:

cu
SuEt
Back to top
View user's profile Send private message
plasmagunman
l33t
l33t


Joined: 07 Jun 2002
Posts: 604
Location: berlin

PostPosted: Fri Feb 06, 2004 4:50 pm    Post subject: Reply with quote

hi.

ist das problem jemals geloest worden? ich frag, weil ich gerade probleme mit der opengl-variablen "GL_RGBA" habe, und die taucht auch in deinen fehlermeldungen auf.
_________________
please, feel free to correct my english. - por favor, corrige mi español.
Back to top
View user's profile Send private message
freigeist
Guru
Guru


Joined: 26 Jan 2004
Posts: 338
Location: Cologne, Germany

PostPosted: Sat Feb 07, 2004 10:06 am    Post subject: Reply with quote

Was bei mir bei OpenGL compilierungsfehlern meist geholfen hat, war ein opengl-update xfree, dann das game emergen und danach opengl-update nvidia.
Back to top
View user's profile Send private message
plasmagunman
l33t
l33t


Joined: 07 Jun 2002
Posts: 604
Location: berlin

PostPosted: Sat Feb 07, 2004 10:14 am    Post subject: Reply with quote

vielen dank. leider hilft mir das nicht. ich hab gerade dem programmierer gemailt, der sagt, meine karte sei zu alt. dabei hab ich meine schoene voodoo 3000 doch erst vor viereinhalb jahren gekauft...

schoenes wochenende euch allen.
_________________
please, feel free to correct my english. - por favor, corrige mi español.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum