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

Casimiro de Almeida Barreto casimiro.barreto at gmail.com
Thu Jun 25 03:16:06 UTC 2009


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... :(




More information about the Squeak-dev mailing list