Index: [thread] [date] [subject] [author]
  From: Evan Martin <txs@concentric.net>
  To  : ggi-develop@eskimo.com
  Date: Tue, 11 May 1999 08:16:37 -0700

GGI on mklinux report

I tried building the most recent snapshot on an mklinux box.

libgii built happily.

A file in a subdirectory of libggi/default/fbdev/mga causes it to fail.
I didn't think I needed that, so I modified the Makefile:
SUBDIRS = mga
to 
SUBDIRS = 

I don't have access to the machine right now, and gpm wasn't working,
so I am not able to paste the error message.  I could get it if it's 
important.  It looked like a macro wasn't defined in a system include
file.

I'm sure there's a better way around this.  Probably a configure flag?

After this change, libggi built happily.

Unfortunately, it appears that mklinux doesn't have fbdev support. :\
Is this correct?  There were no /dev/fb* devices, and mknod'ing one 
didn't work, either. 

Running uname on thhis machine (a PowerMac 8100/100av, btw) shows that
it is running linux 2.0.33-osfmach3.  Supposedly, the mklinux 
developers are currently still working on porting 2.2.x.

In better news, the vsca target worked. :)

-- 
Evan Martin - txs@concentric.net - http://e.x0r.ml.org

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