Index: [thread] [date] [subject] [author]
  From: Jon M. Taylor <taylorj@ecs.csus.edu>
  To  : ggi-develop@eskimo.com
  Date: Fri, 7 Aug 1998 16:32:45 -0700 (PDT)

Re: Mach64 support? and some questions

On Fri, 7 Aug 1998, Brian Julin wrote:

> On Fri, 7 Aug 1998, Jon M. Taylor wrote:
> > > ln -s /usr/src/ggi/kgicom/include /usr/src/linux/include/kgi
> > > ln -s /usr/src/ggi/include/ggi/ /usr/src/linux/include/ggi
> > 
> > 	The first one is done by "make install" as root in degas/kgicon,
> > and the secong is not necessary (for kgicon). 
> > 
> 
> Au contraire...
> 
> Chipset driver: IBM vga...
> 
> make[2]: Entering directory `/usr/src/cvsdevel/degas/kgicon/kgi/chipset/IBM'
> make[2]: *** No rule to make target `/usr/src/linux/include/ggi/maintainers.h',
> needed by `vga.o'.  Stop.
> 
> 
> Which should not be the case, but is.

	Right, but the problem is that the #includes ing some part of the
VGA driver have not been changed from <ggi/*> to <kgi/*>.  <ggi/*> is for
LibGGI.

Jon

---
'Cloning and the reprogramming of DNA is the first serious step in 
becoming one with God.'
	- Scientist G. Richard Seed

Index: [thread] [date] [subject] [author]