[ANN] So where's 3.2-5 for Unix?

Steve Elkins sgelkins at bellsouth.net
Thu Oct 17 04:45:30 UTC 2002


Ian Piumarta <ian.piumarta at inria.fr> writes:

> It's in the usual place [1].

Thanks, Ian.  It (sources downloaded after you said to download them
again) built (following the instructions for the impatient in the
README) pretty well on OpenBSD 3.1 and started an image.  Just a few
things I think I should mention...


First the build failure...

  /bin/sh -ec 'cd nps; make VM_VERSION=3.2-5 SQ_DIR=/usr/local/lib/squeak'
  gcc -c -I./include -O2 -fPIC -Wall -DVM_LIBDIR=\"/usr/local/lib/squeak/3.2-5\" npsqueak.c
  In file included from npsqueak.c:20:
  include/npapi.h:129: X11/Xlib.h: No such file or directory
  npsqueak.c:30: X11/Xlib.h: No such file or directory
  npsqueak.c:31: X11/Intrinsic.h: No such file or directory
  npsqueak.c:32: X11/StringDefs.h: No such file or directory
  *** Error code 1

  sge:/usr/local/src/Squeak-3.2-5/build:31$ diff -u nps/Makefile.ORIG nps/Makefile
  --- nps/Makefile.ORIG	Thu Oct 17 00:09:58 2002
  +++ nps/Makefile	Thu Oct 17 00:09:18 2002
  @@ -3,7 +3,7 @@
 
   ############ Customize flags here #######################
 
  -INC	= -I./include
  +INC	= -I./include -I/usr/X11R6/include
   CC	= gcc
   CFLAGS	= $(INC) -O2 -fPIC -Wall
   LD	= gcc
  sge:/usr/local/src/Squeak-3.2-5/build:32$


And a couple of other items:

* Saw "******** AUDIO DISABLED (no support found for: auto)" go by in
  the configure step.  I've hacked sound in before, I'll see if I can
  repeat it and report back.

* Saw "******** disabling SqueakFFIPrims" go by in the configure step,
  don't remember if it worked before.


Cheers,
Steve





More information about the Squeak-dev mailing list