#include sqMachDep.h (is missing ?)

Ian Piumarta piumarta at prof.inria.fr
Sun Feb 1 20:31:13 UTC 1998


> I am trying to compile the new interpreter (jitter) project under Windows95.
> We must include "sqMachDep.h" file to be compiled;
> but there is no reference to thi s inclusion in any file.

clotho$ head ~/squeak/devel/src/sq.h
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>

#include "sqMachDep.h"

#define true 1
#define false 0

Ian





More information about the Squeak-dev mailing list