that helped for the first part "./autogen.sh --prefix=/usr" worked
now if I do make, this is what i get
[stefaan@localhost openchrome]$ make
make all-recursive
make[1]: Entering directory `/home/stefaan/openchrome'
Making all in src
make[2]: Entering directory `/home/stefaan/openchrome/src'
make all-am
make[3]: Entering directory `/home/stefaan/openchrome/src'
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/libdrm -I/usr/include/X11/dri -g -O2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/libdrm -MT via_accel.lo -MD -MP -MF .deps/via_accel.Tpo -c -o via_accel.lo via_accel.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/libdrm -I/usr/include/X11/dri -g -O2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/libdrm -MT via_accel.lo -MD -MP -MF .deps/via_accel.Tpo -c via_accel.c -fPIC -DPIC -o .libs/via_accel.o
In file included from via_driver.h:82:0,
from via_accel.c:42:
/usr/include/GL/glxint.h:36:19: fatal error: GL/gl.h: No such file or directory
compilation terminated.
make[3]: *** [via_accel.lo] Error 1
make[3]: Leaving directory `/home/stefaan/openchrome/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/stefaan/openchrome/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/stefaan/openchrome'
make: *** [all] Error 2
[stefaan@localhost openchrome]$
can you find a solution? , where does the error come from
tnx
edit (installed mesa...something) and 'make' works
if I then try
su -c 'make install'
I get this
[stefaan@localhost openchrome]$ make
make all-recursive
make[1]: Entering directory `/home/stefaan/openchrome'
Making all in src
make[2]: Entering directory `/home/stefaan/openchrome/src'
make all-am
make[3]: Entering directory `/home/stefaan/openchrome/src'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/stefaan/openchrome/src'
make[2]: Leaving directory `/home/stefaan/openchrome/src'
Making all in man
make[2]: Entering directory `/home/stefaan/openchrome/man'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/stefaan/openchrome/man'
Making all in libxvmc
make[2]: Entering directory `/home/stefaan/openchrome/libxvmc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/stefaan/openchrome/libxvmc'
make[2]: Entering directory `/home/stefaan/openchrome'
make[2]: Leaving directory `/home/stefaan/openchrome'
make[1]: Leaving directory `/home/stefaan/openchrome'
[stefaan@localhost openchrome]$ su -c 'make install'
Password:
make: *** No rule to make target `install'. Stop.
[stefaan@localhost openchrome]$
stuck again for the moment but I'm confident it will work sometime.
Please help finding the cause of the problem, maybe I'm issueing the wrong command?
thn