bug-epsilon
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-epsilon] 64-bit Epsilon Testing


From: Luca Saiu
Subject: Re: [Bug-epsilon] 64-bit Epsilon Testing
Date: Sun, 22 Jun 2003 18:01:34 +0200
User-agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.4a) Gecko/20030304

  Hi.

Thomas A. Cort wrote:
I got this error when trying to compile the new tarball. I looked through eam_tyes.h, but I couldn't find the syntax error
Mmm. eam_types.h is essential for defining the basic types used in the epsilon Abstract Machine, such as pointer (word_t) and standard integer (integer_t), which should be 64-bit wide on your machine. It heavily relies on config.h, generated by configure. Could you please send me your config.h? It is in the main directory of the epsilon distribution.

cp: cannot stat `scheme_instructions/integer_label/*': No such file or directory cp: cannot stat `scheme_instructions/integer_label/*': No such file or director
This is "normal", I just forgot redirecting standard error in Makefile.am when making a copy; however it is not a fatal error.

In file included from heap.h:26,
                 from heap.c:21:
../eam_types.h:89: syntax error before `integer_t'
Oh! I've just found the syntax error, it was trivial: a 'typedef' misspelled as 'typdef'. It is in eam/eam_types.h at the line 89, as reported by the compiler (and there is another identical error at line 132).
  Could you please correct those two typos and retry?
  I would be nonetheless interested in your config.h, just to check.

  Thanks,

--
Luca Saiu, maintainer of GNU epsilon
http://www.gnu.org/software/epsilon





reply via email to

[Prev in Thread] Current Thread [Next in Thread]