help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] smalltalk-2.1-pre on Sun


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] smalltalk-2.1-pre on Sun
Date: Tue, 8 Apr 2003 10:14:33 +0200
User-agent: Mutt/1.4i

> In libsgst/sysdep.c
> function : PTR _gst_osmem_alloc (size_t size)
> Change made: declared int fd; 

Applied.  It is actually static int fd.

> In libgst/byte.h
> macro: GET_STACK_DEPTH(n)
> Change made : GET_STACK_DEPTH()

Had already found this.

> After making the changes, make works fine in all directories. I just have one
> more problem. It just seems to be hanging at this line:
> 
> sed "s,@\(lispdir\)@,/usr/local/share/emacs/site-lisp,"  > smalltalk-mode.el
> 
> What does this line do? How do I fix this problem. I am not able to locate 
> the 
> file /usr/local/share/emacs/site-lisp in my directories. Is that the problem? 
> I was able to find an xemacs/site-lisp though.

Just type Ctrl-D :-)

The right fix however is to replace $< in non-implicit rules which
some makes (including Sun's) do not support.

Paolo






reply via email to

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