gforth
[Top][All Lists]
Advanced

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

Re: [gforth] missing file included, error message corrupted


From: Marcos Cruz
Subject: Re: [gforth] missing file included, error message corrupted
Date: Mon, 19 Aug 2013 16:17:05 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

En/Je/On 2013-08-19 14:43, Anton Ertl escribió / skribis / wrote :

> you can check if this happens if you install from our Gforth source 
> <http://www.complang.tuwien.ac.at/forth/gforth/>.

Ok. I downloaded the tar.gz of 0.7.0, 0.7.1 and 0.7.2.

I'm using Debian 7.1 on a x86 Celeron at the moment.

Compilation of 0.7.0 failed (the last messages are about coretest; I
didn't investigate it, anyway my C knowledge is very basic).

0.7.1 and 0.7.2 compiled without problem, and the same bug happens in
both versions. Pasted below.

By the way, 'sudo make install' failed. I post that apart.

--------------------------------
Gforth 0.7.1, Copyright (C) 1995-2008 Free Software Foundation, Inc.
Gforth comes with ABSOLUTELY NO WARRANTY; for details type `license'
Type `bye' to exit
include exists.fs
exists.fs:1: No existe el fichero o el directorio
uu>>>u+u1u<<<
Backtrace:
$B71AF4A0 throw
$B71AF538 included
include exists.fs
exists.fs:1: No existe el fichero o el directorio
include >>>missing.fs<<<
Backtrace:
$B71AF4A0 throw
$B71AF538 included
--------------------------------

--------------------------------
Gforth 0.7.2, Copyright (C) 1995-2008 Free Software Foundation, Inc.
Gforth comes with ABSOLUTELY NO WARRANTY; for details type `license'
Type `bye' to exit
include exists.fs
exists.fs:1: No existe el fichero o el directorio
a�      r�      >>>z�   ��      �<<<
Backtrace:
$B72134A0 throw
$B7213538 included
include exists.fs
exists.fs:1: No existe el fichero o el directorio
include >>>missing.fs<<<
Backtrace:
$B72134A0 throw
$B7213538 included
--------------------------------

Marcos

-- 
http://programandala.net



reply via email to

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