[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problems about compiling display card driver



On Sat, Jul 21, 2001 at 01:03:29PM +0000, Kyo.bbs@VOIDbbs.e-fever.org wrote:
> 【 在 hashao@chinese.com (ha shao) 的大作中提到: 】
> : On Sun, Jul 15, 2001 at 11:28:11AM +0000, Kyo.bbs@VOIDbbs.e-fever.org wrote:
> : > Actually I have fixed some of them before, but still not succeed because
> : > I don't have idea on some of others, eg. makeinfo, xf86Parser.h
> : .....
> : > debian:/usr/src/mgapdesk# make
> : > make  all-recursive
> : > make[1]: Entering directory `/usr/src/mgapdesk'
> : > Making all in src
> : > make[2]: Entering directory `/usr/src/mgapdesk/src'
> : > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/gtk-1.2 -I/usr/include/
> : > glib-1.2 -I/usr/lib/glib/include    -g -O2 -Wall -c callbacks.c
> : > callbacks.c:31: xf86Parser.h: No such file or directory
> : > In file included from callbacks.c:42:
> : > mgaXconfig.h:26: xf86Parser.h: No such file or directory
> : Does it have a README or INSTALL file? Read them please.
> It said it required for the Xfree86 4.0.2 or 4.0.3 but I have already installed
> at the begining.
> : xf86Parser.h comes with the xfree86 source. In debian, you can 
> : get it from xlibs-dev package.
> I found that package is also installed at the beginning. 
> I should install the xfree86 source in order to get such file?
> thx
> 

The xfree86 4.0.2 or 4.0.3 you installed are mostly likely
binaries for running an X server. When you want to compile
something, you also need some header files (if you know c
then language) which are needed for your source code. the
package xlibs-dev provide those header files. So you have
to install the xlibs-dev if you want to compile the mga
driver. 
apt-get install xlibs-dev
will get you there.

-- 
hashao|  Generated by Signify v1.07.  For this and more, visit http://www.debian.org/

-- 
| This message was re-posted from debian-chinese-big5@lists.debian.org
| and converted from big5 to gb2312 by an automatic gateway.



Reply to: