[comp.windows.x] Problem compiling X11 R4 for IBM RT 6152 running AOS 4.3 + FIX

ehrlich@psuvax1.cs.psu.edu (Daniel Ehrlich) (01/18/90)

If one tries to compile X11 R4 for an RT running AOS 4.3, and asks that the
IBM 8514 support be included (so X11 R4 can also be run on an RT 6152) the
build will abort with:

	Make:  Don't know how to make ibm8514/ibm8514.o.  Stop.
	*** Exit 1

This is beacuse the Imakefile in mit/server/ddx/ibm does correctly generate
the entries for 8514 support under AOS 4.3.  Applying the following patch to
the Imakefile and rebuilding the server will allow it to compile (do not
know if the server actually works yet ;-).

--
Dan Ehrlich <ehrlich@cs.psu.edu>
Quote of the day: "I like XEDIT on VM/CMS, but then I liked TECO too!", Annon

RCS file: mit/server/ddx/ibm/RCS/Imakefile,v
retrieving revision 1.1
diff -c -r1.1 mit/server/ddx/ibm/Imakefile
*** /tmp/,RCSt1a13112   Thu Jan 18 08:47:17 1990
--- mit/server/ddx/ibm/Imakefile        Thu Jan 18 08:28:22 1990
***************
*** 26,36 ****
  DSUBOBJS/**/new= $(DSUBOBJS/**/last) @@\
  PSUBOBJS/**/new= $(PSUBOBJS/**/last)

! #if ibmInclude8514
  ListCreate(ibm8514)
! #else
  ListCreateEmpty()
! #endif
  #if ibmIncludeAED
  ListAdd(0,1,aed)
  #else
--- 26,44 ----
  DSUBOBJS/**/new= $(DSUBOBJS/**/last) @@\
  PSUBOBJS/**/new= $(PSUBOBJS/**/last)

! #if   ibmInclude8514
! #ifdef        AIXArchitecture
  ListCreate(ibm8514)
! #else	/* !AIXArchitecture */
! SUBDIRS0 = ibm8514
! SUBOBJS0 = ibm8514/ibm8514bsd.o
! DSUBOBJS0 = ibm8514/ibm8514bsd_d.o
! PSUBOBJS0 = ibm8514/ibm8514bsd_p.o
! #endif	/* !AIXArchitecture */
! #else /* !ibmInclude8514 */
  ListCreateEmpty()
! #endif        /* !ibmInclude8514 */
!
  #if ibmIncludeAED
  ListAdd(0,1,aed)
  #else
-- 
Dan Ehrlich <ehrlich@cs.psu.edu>
Voice: +1 814 863 1142	FAX: +1 814 865 3176