[Openchrome-users] S3 Unichrome Pro on debian-linux "etch" with Kernel 2.6.17.7 and xorg V.7x

Souichi souichi
Fri Aug 4 08:34:58 PDT 2006


Hi all

After I installed the debian package xserver-xorg-dev, libdrv-dev,
libxft2-dbg, x11proto-fontcache-dev, x11proto-fonts-dev,
x11proto-xf86bigfont-dev and x11proto-xf86dri-dev I run ./autogen.sh
without any problems.

then, I run ./configure and this also run without any problems.

then I run make, and got a tail of a error msg.:

----------------------------------------

make  all-recursive

make[1]: Entering directory `/usr/src/openchrome/trunk'

Making all in unichrome

make[2]: Entering directory `/usr/src/openchrome/trunk/unichrome'

if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
   -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER
-I/usr/include/xorg -I/usr/include/drm   -I/usr/include/drm
-I/usr/include/X11/dri   -g -O2 -MT via_accel.lo -MD -MP -MF
".deps/via_accel.Tpo" -c -o via_accel.lo via_accel.c; \

then mv -f ".deps/via_accel.Tpo" ".deps/via_accel.Plo"; else rm -f
".deps/via_accel.Tpo"; exit 1; fi

gcc -DHAVE_CONFIG_H -I. -I. -I.. -DXFree86Server -DIN_MODULE
-DXFree86Module -DXFree86LOADER -I/usr/include/xorg -I/usr/include/drm
-I/usr/include/drm -I/usr/include/X11/dri -g -O2 -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_accel.c:46:
via_driver.h:73:23: error: GL/glxint.h: No such file or directory
In file included from via_accel.c:46:
via_driver.h:319: error: syntax error before '__GLXvisualConfig'
via_driver.h:319: warning: no semicolon at end of struct or union
via_driver.h:369: error: syntax error before '}' token
via_driver.h:369: warning: data definition has no type or storage class
via_driver.h:428: error: syntax error before 'pVia'
...
...
...
via_accel.c: In function 'viaAccelSyncMarker':
via_accel.c:2586: error: syntax error before 'pVia'
via_accel.c:2588: error: 'pVia' undeclared (first use in this function)
make[2]: *** [via_accel.lo] Error 1
make[2]: Leaving directory `/usr/src/openchrome/trunk/unichrome'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/openchrome/trunk'
make: *** [all] Error 2
souichi:/usr/src/openchrome/trunk# 

----------------------------------------

so, now Iam realy lost!
What I need to do now?

Thanks for all your help, it is looking like I need it realy :/

Regards Souichi


On Fri, 2006-08-04 at 16:37 +0200, Xavier Bachelot wrote:
> Souichi wrote:
> > Hi again
> > 
> > first: thanks to Xavier for his help, now Iam need again help on a
> > point, Iam get lost...
> > 
> > I looked on the webpage:
> > http://wiki.openchrome.org/tikiwiki/tiki-index.php?page=Compiling+the
> > +source+code
> > 
> > 
> > and make anything, line for line:
> > ----------------------------------------
> > For Xorg 7.0 or later
> > Modular build:
> > mkdir openchrome
> > cd openchrome
> > svn co http://svn.openchrome.org/svn/trunk
> > cd trunk
> > ./autogen.sh
> > configure
> > make
> > make install
> > ----------------------------------------
> > 
> > 1. sudo su
> > 2. mkdir /usr/src/openchrome
> > 3. cd openchrome
> > 4. svn co http://svn.openchrome.org/svn/trunk
> > 5. ch trunk
> > 6. ./autogen.sh
> > --> and here I got the first error msg.:
> > 
> > ----------------------------------------
> > ...
> > checking for gcc option to accept ISO C89... (cached) none needed
> > checking dependency style of gcc... (cached) gcc3
> > checking if RANDR is defined... no
> > checking if RENDER is defined... no
> > checking if XF86DRI is defined... no
> > checking if DPMSExtension is defined... no
> > checking if XV is defined... no
> > checking for pkg-config... /usr/bin/pkg-config
> > checking pkg-config is at least version 0.9.0... yes
> > checking for XORG... configure: error: Package requirements (xorg-server
> > xproto xvmc fontsproto libdrm ) were not met:
> > 
> > No package 'xorg-server' found
> > No package 'fontsproto' found
> > No package 'libdrm' found
> > 
> You need some xorg development packages. On fedora, they are named 
> xorg-x11-server-sdk, libX11-devel, libXext-devel, mesa-libGL-devel, 
> libXvMC-devel, libdrm-devel. Don't know what the equivalent are for Debian.
> 
> Any Debian user around ?
> 
> Regards,
> Xavier
> 





More information about the Openchrome-users mailing list