Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
clim-tos
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alastair Bridgewater
clim-tos
Commits
2dedaeb1
Commit
2dedaeb1
authored
15 years ago
by
Kevin Layer
Browse files
Options
Downloads
Patches
Plain Diff
error on 64-bit Mac OS X
parent
689dbc16
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog.n
+5
-1
5 additions, 1 deletion
ChangeLog.n
Makefile.macosx
+2
-1
2 additions, 1 deletion
Makefile.macosx
with
7 additions
and
2 deletions
ChangeLog.n
+
5
−
1
View file @
2dedaeb1
...
...
@@ -2,8 +2,12 @@
*** LEAVE THIS AT THE TOP OF THE FILE ***
don't forget to change the version in utils/packages.lisp if you do anything
user visible.
*******************************************************************************
2009-07-15 Kevin Layer <layer@gemini.franz.com>
* Makefile.macosx: ppc => i386; error on 64-bit Mac OS X
2009-06-29 Andreas Fuchs <afuchs@franz.com>
* aclpc/acl-frames.lisp: Fix types and ff call arguments in
...
...
This diff is collapsed.
Click to expand it.
Makefile.macosx
+
2
−
1
View file @
2dedaeb1
...
...
@@ -25,7 +25,8 @@ XLIB=-L/usr/X11R6/lib -lX11
XINCLUDES
=
-I
/usr/X11R6/include
-I
/usr/local/motif/include
ifeq
($(SIXTYFOURBIT),yes)
CFLAGS
=
-arch
ppc64
-DAcl64Bit
$(
error
CLIM does not work on 64-bit Mac OS X yet.
)
CFLAGS
=
-arch
i386
-DAcl64Bit
MAKE_SHARED
=
sh ../src/bin/make_shared.mac64
else
ifeq
($(MACHINE),x86)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment