Index: [thread] [date] [subject] [author]
  From: Marcus Sundberg <e94_msu@elixir.e.kth.se>
  To  : ggi-develop@eskimo.com
  Date: Fri, 21 Aug 1998 14:34:40 +0200

Re: Unsupported clock chip

> 	My second problem is that kgi won't compile for me.  I run into a couple 
> of things like "can't find kgi/maintainers.h" and "can't find kgi/module.h"
> when I run make config. 

Get the latest development snapshot from our development and read
kgicon/README.install for instructions. (Hint: you need to make a
symlink from /usr/src/linux/include/kgi to degas/kgicon/include)

> I also am unable to select the GX accelerated 
> option under make config.  It will let me choose just about anything but 
> that.

This should in the 980822 snapshot and later, please try that one when it's
available.
Or if you don't want to wait, change '/tmp/.graphictype' to '/tmp/.acceltype'
in the file degas/kgicon/kgi/accel/Cyrix/.configure and see if it works.

> I manually changed .config but make still did not work.  I am an 
> admitted newbie, and unsure how to grab the output of make so that I can 
> post it. 

If you're running bash, type
make 2>&1 > filename
if you're running csh or tcsh, type
make >& filename
and you'll have all the output in the file "filename"

//Marcus
-- 
-------------------------------+------------------------------------
        Marcus Sundberg        | http://www.stacken.kth.se/~mackan
 Royal Institute of Technology |       Phone: +46 707 295404
       Stockholm, Sweden       |      E-Mail: e94_msu@e.kth.se


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