Bugs item #428101, was updated on 2001-05-28 16:40
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=110493&aid=428101&group_id=10493
Category: build
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Brian D. Carlstrom (bdc)
Assigned to: Mike Sperber (sperber)
Summary: 0.5.2 on AIX 4.3
Initial Comment:
From: sperber@informatik.uni-tuebingen.de (Michael
Sperber [Mr. Preprocessor])
Sender: sperber@informatik.uni-tuebingen.de
To: scsh@zurich.ai.mit.edu
Subject: 0.5.2 on AIX 4.3
Date: 31 Oct 1999 12:02:23 +0100
... needs these patchlets to compile. Someone should
sanity-check if
this won't break other platforms, but I don't think it
will.
--- unix.c.orig Sun Oct 31 11:45:29 1999
+++ unix.c Sun Oct 31 11:45:37 1999
@@ -523,7 +523,7 @@
entry.n_scnum != N_UNDEF &&
entry.n_scnum != N_DEBUG)
{
- extern char *ldgetname(LDFILE *, SYMENT *);
+ extern char *ldgetname(LDFILE *, void *);
char *p = ldgetname(f, &entry);
if (p != NULL && p[0] == '.') {
--- scsh/network1.c.orig Sun Oct 31 12:01:47
1999
+++ scsh/network1.c Sun Oct 31 11:47:48 1999
@@ -22,8 +22,6 @@
/* Make sure our exports match up w/the
implementation: */
#include "network1.h"
-extern int h_errno;
-
/* to extract a 4 byte long value from a scheme
string */
#define GET_LONG(x,n) (*((u_long *)
(ADDRESS_AFTER_HEADER((x),unsigned char)+(n\
*4))))
--
Cheers =8-} Mike
Friede, V\366lkerverst\344ndigung und \374berhaupt
blabla
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=110493&aid=428101&group_id=10493
|