[squeak-dev] Problems while compiling Squeak

Bert Freudenberg bert at freudenbergs.de
Tue Aug 18 07:14:39 UTC 2009


On 18.08.2009, at 03:05, Rodrigo Flores wrote:

> Hi
>
> I'm trying to compile Squeak 3.10 [1] from source. But I'm getting  
> this error [2]. I have seen a work around to fix it, but I would  
> like (as far as I can) to avoid this approach. Any ideas how to  
> solve that?

Yes, rename our use of dprintf (it was added to the POSIX standard in  
2008, alas):

http://lists.squeak.org/pipermail/vm-dev/2009-August/002931.html

If you can wait a day more or so it should make it into subversion,  
and shortly after that into a release I guess. Ian's been hacking like  
mad for the last two days:

http://squeakvm.org/svn/squeak/trunk/platforms/unix/ChangeLog

> I didn't see a Squeak dependence list. What are the dependencies for  
> compiling and running squeak ?


This is from the Debian package:
http://ftp.de.debian.org/debian/pool/main/s/squeak-vm/squeak-vm_3.10.3+svn1902.dfsg-1.dsc
Build-Depends: debhelper (>= 4.0.0), dpatch, autotools-dev, libaudio- 
dev, libxt-dev, libgl1-mesa-dev, libasound2-dev, nas-dev, uuid-dev,  
libspeex-dev, libxpm-dev, libxtst-dev, libxrender-dev, sharutils,  
libffi-dev, chrpath, libdbus-1-dev, libgstreamer0.10-dev, libvorbis- 
dev, libfreetype6-dev, libpango1.0-dev
And this from the Fedora package:
http://squeak-fedora.googlecode.com/files/squeak-vm.spec

BuildRequires:  libX11-devel
BuildRequires:  libXt-devel
BuildRequires:  libvorbis-devel
BuildRequires:  libtheora-devel
BuildRequires:  speex-devel
BuildRequires:  dbus-devel
BuildRequires:  alsa-lib-devel
BuildRequires:  pango-devel
BuildRequires:  gstreamer-devel
BuildRequires:  mesa-libGL-devel
BuildRequires:  libICE-devel
BuildRequires:  libSM-devel
BuildRequires:  libXext-devel
BuildRequires:  e2fsprogs-devel

- Bert -





More information about the Squeak-dev mailing list