[Vm-dev] Forwarded: [squeak-dev] Re: Problems building squeak VM (Fedora core 11)

David T. Lewis lewis at mail.msen.com
Thu Jun 25 11:19:21 UTC 2009


FYI for folks building VMs on Linux, the following is from the squeak-dev
list. See the list archives for background.

Dave

----- Forwarded message from Casimiro de Almeida Barreto <casimiro.barreto at gmail.com> -----

Date: Thu, 25 Jun 2009 00:16:06 -0300
From: Casimiro de Almeida Barreto <casimiro.barreto at gmail.com>
To: The general-purpose Squeak developers list <squeak-dev at lists.squeakfoundation.org>
Subject: [squeak-dev] Re: Problems building squeak VM (Fedora core 11)
Precedence: list

Problem is Fedora rel 11 compiler is botched.
Made a copy of /usr/include/stdio.h in $ROOT/platforms/unix/vm/stdio.h
Edited this file removing dprintf (starting line 399)
Changed:
    #include <stdio.h>
to:
    #include "stdio.h"
whenever had problem.

in file debug.c included line #include <stdlib.h>

Dirty work. But fix things... :(


----- End forwarded message -----


More information about the Vm-dev mailing list