2.8 Architecture-specific: MacOS X

Q2.8-1) Does Allegro CL 6.2 work on MacOS X 10.2 and 10.3?
Q 2.8-2) How do I get CLIM to work with MacOS X 10.2 and 10.3?

Go to main FAQ page.


Q 2.8-1) Does Allegro CL 6.2 work on MacOS X 10.2 and 10.3?

A 2.8-1) Yes it does, when the patch files described just below are applied. (Allegro CL 6.2 as originally released did not work on MacOS X 10.2 or 10.3.)

The new patch files are shared library patches which must be downloaded manually into your Allegro directory, replacing files with the same names. First copy the existing files to libacli623.dylibold and libacl623.dylibold. Then download the files. They should replace the currently existing files in your Allegro directory (the directory where Allegro CL is installed).

From a browser, the patches can be downloaded by clicking on the links:

For regular versions, please download:

ftp://ftp.franz.com/pub/patches/6.2/macosx102/libacli623.dylib 
ftp://ftp.franz.com/pub/patches/6.2/macosx102/libacl623.dylib 

For the Trial version, please download:

ftp://ftp.franz.com/pub/patches/6.2/macosx102/libacli623t.dylib 

If using an FTP client, please refer to "Installing Patches Manually" in http://www.franz.com/ftp/pub/patches/6.2/README for general assistance in downloading patches.


Q 2.8-2) How do I get CLIM to work with MacOS X 10.2 and 10.3?

A 2.8-2) You need a newly released version of OpenMotif and a patch to that version. If you are running 10.2, you (probably) need to get X11 first (X11 should already be available on 10.3).

To obtain X11, do the following (for 10.2 users only):

  1. Download the X11 sources from http://www.opensource.apple.com/darwinsource/tarballs/other/X11ForMacOSXSource-1.0.tar.gz.
  2. Unzip and untar the downloaded file.
  3. Install following the instructions included. Note that the source is for 10.3 so some spurious warnings may be printed. However, X11 will install correctly on 10.2.

To obtain and install OpenMotif 2.2.2, do the following:

  1. Download openMotif-2.2.2.tar.gz from the following location: ftp://ftp.sgi.com/other/motifzone/2.2/src/openMotif-2.2.2.tar.gz
  2. Download the patch for OpenMotif from Franz Inc., from the location ftp://ftp.franz.com/pub/acl62/macosx/openMotif-2.2.2-darwin.patch. This patch fixes building problems we have identified and does not change the OpenMotif 2.2.2 program.
  3. On your MacOS X machine, enter the following commands (make sure you specify the correct path for the openMotif-2.2.2-darwin.patch, downloaded in step 2):
cd /tmp 
tar zxf openMotif-2.2.2.tar.gz 
cd openMotif-2.2.2 
patch -p0 < openMotif-2.2.2-darwin.patch 
./configure 
make && make install 

You should now have a working Motif suitable to use with CLIM.


Next FAQ topic: 3.1. Base Lisp

Previous FAQ topic: Architecture-specific problems: 2.7. Linux


© Copyright 1999, 2000, 2001, 2002, Franz Inc., Berkeley, CA.  All rights reserved.
$Revision: 1.1.2.10 $