Index: [thread] [date] [subject] [author]
  From: Mike McQuade <mmcquade@aa.net>
  To  : ggi-develop@eskimo.com
  Date: Tue, 09 Feb 1999 22:16:48 -0800

libggi2D

Got the latest snapshot 990209, started to build
things, here are my findings.


libggi - builds no problem

libggi2d - errors on ./configure;

  loading cache ./config.cache
  configure: error: can not find install-sh or install.sh in . ./..
./../..


libggi3d - errors on make;


  make[1]: Entering directory `/home/mike/degas/lib/libggi3d/modules'
  gcc -c -O2 -g -I../include -I.   -c zbuffer.c -o zbuffer.o
  In file included from zbuffer.c:29:
  ../include/ggi3d/modules/globals.h:29: glib/glib.h: No such file or
directory
  ../include/ggi3d/modules/globals.h:30: meschach/matrix.h: No such file
or directory
  In file included from zbuffer.c:33:
  /usr/include/glib.h:58: glibconfig.h: No such file or directory
  make[1]: *** [zbuffer.o] Error 1
  make[1]: Leaving directory `/home/mike/degas/lib/libggi3d/modules'
  make: *** [subdirs] Error 2


libggidemos - builds no problem

libgii - builds no problem

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