Build problems on Linux

Bert Freudenberg bert at impara.de
Mon Nov 15 13:49:33 UTC 2004


Am 14.11.2004 um 16:02 schrieb Jimmie Houchin:

>>> /home/jimmie/Desktop/b-3.7b-5/Squeak-3.7b-5/src/vm/interp.c:734: 
>>> error: syntax error before "const"
>
>> Can you attach the source code lines surrounding that error?
>
> 731:    { NULL, NULL, NULL }
> 732:    };
> 733:    unsigned char* memory;
> 734:    fptr const primitiveTable[] = {
> 735:    primitiveFail,
> 736:    primitiveAdd,
>

There should be this typedef in platforms/Cross/vm/sq.h, which normally 
is #included in interp.c:

	typedef  int (*fptr) (void);

I wonder why this is not found?

- Bert -




More information about the Squeak-dev mailing list