Subject: Re: X11R6 install failed
To: Karl Stenerud <mock@res.com>
From: Bernd Ernesti <netbsd@arresum.inka.de>
List: amiga
Date: 08/31/1995 09:19:22
On Thu Aug 31 01:15:07 1995, Karl Stenerud wrote:
> 
> I have managed to successfully compile X11R6 with fix-12.  However,
> it chokes during the install:
> 
> ....
> installing in programs/rgb...
> make: don't know how to make rgb.pag. Stop
> *** Error code 2

That's okay, because you need an fix for the Imakefile in that dir :)

*** Imakefile-orig      Wed Aug 30 14:45:42 1995
--- Imakefile   Wed Aug 30 21:39:00 1995
***************
*** 20,26 ****
           OBJS = $(OBJS1) $(OBJS2)
       PROGRAMS = $(RGB_PROG) showrgb
  #if !UseRgbTxt
! #ifdef BSD386Architecture
      DATAFILES = rgb.db
        DATADEP = rgb.db
  #else
--- 20,26 ----
           OBJS = $(OBJS1) $(OBJS2)
       PROGRAMS = $(RGB_PROG) showrgb
  #if !UseRgbTxt
! #if defined(BSD386Architecture) || defined(NetBSDArchitecture)
      DATAFILES = rgb.db
        DATADEP = rgb.db
  #else

When you can wait some days I updload an new X11R6 to regensburg which an ~20kb
patchfile.

Bernd