help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] GNU Smalltalk on Mac OS X compilation error


From: Philipp Riegger
Subject: Re: [Help-smalltalk] GNU Smalltalk on Mac OS X compilation error
Date: Wed, 11 Jan 2006 09:25:31 +0100

On Dec 18, 2005, at 5:57 PM, Philipp Riegger wrote:

I just tried to install GNU Smalltalk on OS X using NetBSD pkgsrc.

I get an error while compiling smalltalk-2.1.9/examples/gdbm.c because gdbm.c has "#include <malloc.h>" and there is no such file (/usr/include/malloc.h) on OS X. Is there any way to fix this or to compile Smalltalk without the examples?

So, this problem is solved by changing #include<malloc.h> to #include<stdlib.h>, but why is this not done by configure or somthing like this? I want to report a bug, where can i do it?

Next problem:

<quote>
Making all in doc
fixed=`pwd`/`echo gst-base.texi | sed 's/\.texi/-fixed&/' `; \
  cd . && \
/usr/pkgsrc/lang/smalltalk/work/.tools/bin/makeinfo `echo gst- base.texi | sed 's,.*/,,'` -E - -o /dev/null | \
  sed '/address@hidden/ s/:/_/g' > $fixed && \
/usr/pkgsrc/lang/smalltalk/work/.tools/bin/makeinfo $fixed > /dev/ null 2>&1 && \
  rm -f $fixed
make[2]: *** [gst-base.info] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
</quote>

This error did not occur in 1.2.3, but now 1.3.0 found it's way into the pkgsrc-tree and there i get this error. Any idea, how this can be solved?

Thanks,
        Philipp




reply via email to

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