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
