Index: [thread] [date] [subject] [author]
  From: Ding, Hai Zhou (roger) <roger.ding@intel.com>
  To  : ggi-develop@eskimo.com
  Date: Mon, 26 Jul 1999 13:30:58 -0700

Help

Hi, all:

I tried to install Mesa 3.0 in my RH 6.0 workstation.  But it can not be
compiled.
Following is the detailed description.  Any help is appreciated.

thanks,
roger.

--------------------------------------------------------------------
1. Download LibGII -- libgii-0.6.tar.gz
   put it in /
   zcat libgii-0.6.tar.gz | tar xf -
   cd libgii-0.6
   ./configure
   make
   make install
	

2. download LibGGI -- libggi-2.0b2.1.tar.gz
   put it in /
   zcat libggi-2.0b2.1.tar.gz | tar xf -
   cd libggi-2.0b2.1
   ./configure
   make
   make install

3. download Mesa -- MesaLib-3.0.tar.Z
   put it in /
   zcat MesaLib-3.0.tar.Z | tar xf -


4. download Mesa patch  -- ggimesa.patch.gz
   put it in /
   zcat ggimesa.patch.gz


5. compile Mesa:
   cd Mesa-3.0
   make linux-ggi

   get following message:
   
   ...
   In file included from GGI/ggimesa.h:44,
                    from GGI/ggimesa.c:27:
   ../include/GL/ggimesa.h:41: ggi/libggi.h: No such file or directory
   In file included from GGI/ggimesa.c:27:
   GGI/ggimesa.h:45: ggi/libggi.h: No such file or directory
   GGI/ggimesa.h:46: ggi/libggi_ext.h: No such file or directory
   GGI/ggimesa.h:47: ggi/internal/libggi/internal.h: No such file or
directory
   make[2]: *** [GGI/ggimesa.o] Error 1
   make[2]: Leaving directory `/Mesa-3.0/src'
   make[1]: *** [linux-ggi] Error 2
   make[1]: Leaving directory `/Mesa-3.0/src'
   make: *** [linux-ggi] Error 2

----------------------------------------------------------------------------
----
I go to /usr/local/include/ggi, 
[root@scmgl ggi]# ls -l
total 76
drwxr-xr-x   2 root     root         1024 Jul 22 14:29 display
-rw-r--r--   1 root     root         2950 Jul 22 14:21 errors.h
-rw-r--r--   1 root     root         9873 Jul 22 14:21 events.h
-rw-r--r--   1 root     root         4957 Jul 22 14:21 gg.h
-rw-r--r--   1 root     root         1712 Jul 22 14:29 ggi-unix.h
-rw-r--r--   1 root     root        16370 Jul 22 14:29 ggi.h
-rw-r--r--   1 root     root         2031 Jul 22 14:29 ggi_ext.h
-rw-r--r--   1 root     root         1714 Jul 22 14:21 gii-unix.h
-rw-r--r--   1 root     root         3523 Jul 22 14:21 gii.h
drwxr-xr-x   2 root     root         1024 Jul 22 14:21 input
drwxr-xr-x   2 root     root         1024 Jul 22 14:29 internal
-rw-r--r--   1 root     root        17779 Jul 22 14:21 keyboard.h
-rw-r--r--   1 root     root          606 Jul 22 14:29 misc.h
-rw-r--r--   1 root     root          731 Jul 22 14:21 system.h
-rw-r--r--   1 root     root         7094 Jul 22 14:29 types.h
----------------------------------------------------------------------------
--


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