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

Casimiro de Almeida Barreto casimiro.barreto at gmail.com
Wed Jun 24 15:48:47 UTC 2009


Hello,

First part of problem solved by changing order of includes as follows:

In file debug.c

#include<stdio.h>
#include<stdarg.h>
#include<string.h>
#include<stdlib.h>
#include "debug.h"
(debug.h comes after stdio.h)

But then there are other problems ahead




More information about the Squeak-dev mailing list