Skip to content
Snippets Groups Projects
Commit 76c8dd65 authored by Andreas Fuchs's avatar Andreas Fuchs
Browse files

Fix build of CLIM on OS X, using Motif from Macports at version 2.3.x.

This should make it possible to build and run CLIM on OS X with the macports Motif
in place. In order to build CLIM, this needs a symlink in place from
/usr/local/motif to /opt/local/var/macports/software/openmotif/<VERSION>/opt/local/,
the installation prefix of whatever the installed version of Motif is.
parent 7d7cc517
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,13 @@ user visible.
* test/test-driver.lisp: Remove :process7 feature dependencies
*******************************************************************************
2009-06-08 Andreas Fuchs <afuchs@franz.com>
* Makefile.macosx: Fix build of CLIM on Mac OS X: Now, it requires Motif
2.3.x from Macports to be installed, and a symlink from
/usr/local/motif -> /opt/local/var/macports/software/openmotif/<VERSION>/opt/local/
in place.
2009-05-06 Andreas Fuchs <afuchs@franz.com>
* clim/accept.lisp: offer only those presentations on presentation history
......
......@@ -13,18 +13,16 @@ SHARED-OL-OBJS= climol.dylib
Makefile=Makefile.macosx
# removed /usr/local/lib:
SET_LIBRARY_PATH = \
DYLD_LIBRARY_PATH=/opt/local/lib:/usr/X11R6/lib:/lib:/usr/lib:$(DYLD_LIBRARY_PATH); \
export DYLD_LIBRARY_PATH
SET_LIBRARY_PATH =
#CL=../src/xm-dcl
TKLIB=-L/opt/local/lib -L/usr/local/motif/lib -lXm -lpng12
TKLIB=-L/usr/local/motif/lib -lXm
XTLIB=-L/usr/X11R6/lib -lXt
XLIB=-L/usr/X11R6/lib -lX11
# removed /usr/local/lib/liblanginfo.a from XLIB
XINCLUDES=-I/usr/X11R6/include -I/usr/local/motif/include -I/opt/local/include -I/opt/local/include/X11
XINCLUDES=-I/usr/X11R6/include -I/usr/local/motif/include
ifeq ($(SIXTYFOURBIT),yes)
CFLAGS= -arch ppc64 -DAcl64Bit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment