From 8d6a01fb95f03bbd21732a3d0a3da1392777e8e3 Mon Sep 17 00:00:00 2001 From: Raymond Toy <toy.raymond@gmail.com> Date: Thu, 25 Feb 2016 21:30:29 -0800 Subject: [PATCH] Add note on building motifd and clm. Mention that you need Motif to build motifd which is required for clm. Also say that the build error can be safely ignored if you do not need clm. Fix issue #20 --- BUILDING | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/BUILDING b/BUILDING index cf5508473..0331a4f8a 100644 --- a/BUILDING +++ b/BUILDING @@ -334,6 +334,18 @@ including CLX, CMUCL/Motif, the Motif debugger, inspector, and control panel, and the Hemlock editor. It will use the lisp executable and core of the given target. +Note: To build with Motif (clm), you need to have the Motif libraries +available and headers available to build motifd, the clm Motif server. +OpenMotif is known to work. + +You may need to adjust the include paths and library paths in +src/motif/server/Config.* to match where Motif is installed if the +paths therein are incorrect. + +Unless you intend to use clm and motifd, you can safely ignore the +build failure. Everything else will have been compiled correctly; you +just can't use clm. + * bin/make-dist.sh [-bg] [-G group] [-O owner] target-directory version arch os This script creates both main and extra distribution tarballs from the -- GitLab