bug-mit-scheme
[Top][All Lists]
Advanced

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

[Bug-mit-scheme] [bug #48727] MIT/GNU Scheme does not install on OpenBSD


From: Matt Birkholz
Subject: [Bug-mit-scheme] [bug #48727] MIT/GNU Scheme does not install on OpenBSD 5.9 release
Date: Wed, 10 Aug 2016 15:44:53 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0

Follow-up Comment #1, bug #48727 (project mit-scheme):

Just punt the declarations of SI_ASYNCIO and SI_MESGQ?

diff --git a/src/microcode/uxtrap.c b/src/microcode/uxtrap.c
index 58cd7a5..3dad188 100644
--- a/src/microcode/uxtrap.c
+++ b/src/microcode/uxtrap.c
@@ -668,2 +668,3 @@ initialize_ux_signal_codes (void)
     (SI_TIMER, "signal generated by timer expiration");
+#if 0
   DECLARE_GENERIC_SIGNAL_CODE
@@ -672,2 +673,3 @@ initialize_ux_signal_codes (void)
     (SI_MESGQ, "signal generated by message queue arrival");
+#endif
 #endif /* _POSIX_REALTIME_SIGNALS */


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?48727>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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