bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

fix for version 1.6.4 gc_os_dep-orig.c


From: Robert D. Skeels
Subject: fix for version 1.6.4 gc_os_dep-orig.c
Date: Thu, 16 Oct 2003 23:35:01 -0700
User-agent: Microsoft-Outlook-Express-Macintosh-Edition/5.0.3

--- /Users/Shared/src/guile-1.6.4/libguile/gc_os_dep-orig.c    Thu Oct 16
23:24:42 2003
+++ /Users/Shared/src/guile-1.6.4/libguile/gc_os_dep.c    Thu Oct 16
22:31:31 2003
@@ -376,7 +376,7 @@
 /* Note that SGI IRIX is treated identically to RISCOS.            */
 /* SYSV on an M68K actually means A/UX.                    */
 /* The distinction in these cases is usually the stack starting address */
-# ifndef mach_type_known
+# ifdef mach_type_known
     --> unknown machine type
 # endif
             /* Mapping is: M68K       ==> Motorola 680X0    */



Caught showstopper during make on MacOSX 10.2.8, the following patch to
./libguile/gc_os_dep.c fixes it, but the above is the diff -u your project
requests.

379c379
< # ifndef mach_type_known
---
> # ifdef mach_type_known

BTW, OSX only builds static './configure --disable-shared' and make check
fails, although guile installs and runs.


((lambda (args) (display args)) "
    Robert D. Skeels
     address@hidden")





reply via email to

[Prev in Thread] Current Thread [Next in Thread]