Index: [thread] [date] [subject] [author]
  From: Andrew Apted <ajapted@netspace.net.au>
  To  : ggi-develop@eskimo.com
  Date: Thu, 3 Sep 1998 22:07:02 +1000

Re: libggi not working ...

Sven LUTHER writes:

>  i was trying to make libggi work on my linux/m68k based system.

Great !  

You're the first one I think, so it could be a bumpy ride :-)

>  at first i had some problems with the configuration, libc.ver was not
>  found so i just touched it, and it did not recognize my system as big
>  endian, you should add both m68k and powerpc to the debian definition.
>  so i added a #define BIG_ENDIAN, and it compiled.

Yes we need some checks in there, but I haven't a clue what they should
be.  (I'd guess something like #ifdef __powerpc__ etc).

Any suggestions ?

>  but it did not work :( i will append the output of it and of checkmode,
>  the only demo programm that worked.)
>  
>  i thought fbdev/fbcon was supported ?

It works on packed-pixel modes, but not planar modes yet (although there
is some minimal code there for them).  I am working on fbdev right now,
reorganising some things and then I'm going to implement mode-setting,
and while I'm at it I'll add the support for bit-planar and
interleaved-planar modes.  This will take 3-4 days (at least).

Cheers,
_____________________________________________  ____
                                               \  /
  Andrew Apted   <andrew@ggi-project.org>       \/
  

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