[EMAIL PROTECTED] reports the following problem.
Version: 1.4 (January 1998)
OS: Solaris 2.4
compiler: gcc version 2.7.2
configuration: --with-readline --with-plugins --disable-large-banner
--enable-internal-prims
Expected behaviour:
The GreenCard documantation
http://www.cs.nott.ac.uk:80/~mpj/hugs14/docs/GreenCard
contains the lines
%include StdTypes.ss
%include Pointers.ss
but I can't find any .ss files in the distribution. Similarly it
contains
#include "HUGS.h"
but I can't find it. I have tried using "GreenCard.h"
but I get many errors when trying to compile the output
of primc, errors like
TkPrim.c:12: parse error before `XSpack_String'
TkPrim.c: In function `XSpack_String':
TkPrim.c:17: `hugsNIL' undeclared (first use this function)
I have had GreenCard working for Hugs 1.4 Version 970719.
Observed behaviour:
Transcript:
Code: