gforth
[Top][All Lists]
Advanced

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

Re: [gforth] Can't compile Gforth 0.7.0 on MingW64


From: Dennis Ruffer
Subject: Re: [gforth] Can't compile Gforth 0.7.0 on MingW64
Date: Mon, 8 Apr 2013 22:30:56 -0700

Maybe not, since a fresh check out doesn't have this problem.

Curious ;(

DaR

-----Original Message-----
From: Dennis Ruffer [mailto:address@hidden 
Sent: Monday, April 08, 2013 8:56 PM
To: 'Marcel Hendrix'; 'address@hidden'
Subject: RE: [gforth] Can't compile Gforth 0.7.0 on MingW64

Bernd,

The last line of your check in of string-exec.fs on Mar 13 seems like it
should be:

    dup $[]@ 0 ?DO  I over $[]@ type cr  LOOP  drop ;

rather than:

    dup $[]# 0 ?DO  I over $[]@ type cr  LOOP  drop ;

At least that allows me to BUILD-FROM-STRATCH again. ;)

DaR

-----Original Message-----
From: Dennis Ruffer [mailto:address@hidden 
Sent: Monday, April 08, 2013 12:47 PM
To: 'Marcel Hendrix'; 'address@hidden'
Subject: RE: [gforth] Can't compile Gforth 0.7.0 on MingW64

But now I went and did something, and it fails.  I added some more of the
MingW64 tools, since cygwin appears to already use the MingW64 gcc core.  I
also updated my gforth git repository to the latest.  Now I get the
following error and I'll probably not be able to figure out what's wrong
until tonight:

address@hidden /usr/src/gforth
$ BUILD-FROM-SCRATCH
aclocal-1.12: warning: autoconf input should be named 'configure.ac', not
'configure.in'
configure.in:301: warning: AC_LIBOBJ(../$arm_cacheflush): you should use
literals
/usr/src/packages/autoconf/26/autoconf2.5-2.69-1/src/autoconf-2.69/lib/autoc
onf/general.m4:2938: AC_LIBOBJ is expanded from...
configure.in:301: the top level
configure.in:301: warning: AC_LIBOBJ(../$arm_cacheflush): you should use
literals
/usr/src/packages/autoconf/26/autoconf2.5-2.69-1/src/autoconf-2.69/lib/autoc
onf/general.m4:2938: AC_LIBOBJ is expanded from...
configure.in:301: the top level
configure.in:301: warning: AC_LIBOBJ(../$arm_cacheflush): you should use
literals
/usr/src/packages/autoconf/26/autoconf2.5-2.69-1/src/autoconf-2.69/lib/autoc
onf/general.m4:2938: AC_LIBOBJ is expanded from...
configure.in:301: the top level
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether to use two dispatches per conditional branch... 1
checking make type... GNU Make
checking whether the linker accepts -export-dynamic... yes
Check for arch/386//gforth.ld (false)
checking size of char *... 4
checking size of void *... 4
checking size of char... 1
checking size of short... 2
checking size of int... 4
checking size of long... 4
checking size of long long... 8
checking size of intptr_t... 4
checking size of int128_t... 0
checking size of uint128_t... 0
checking for a C type for cells... int
checking for a C type for wydes... short
checking for a C type for tetrabytes... int
checking for a C type for octabytes... long long
checking for a C type for double-cells... long long
checking for a C type for unsigned double-cells... unsigned long long
checking for off_t... yes
checking size of off_t... 8
checking if gcc understands -fno-gcse... yes
checking if gcc understands -fno-strict-aliasing... yes
checking if gcc understands -fno-crossjumping... yes
checking if gcc understands -fno-reorder-blocks... yes
checking if gcc understands -falign-labels=1... yes
checking if gcc understands -falign-loops=1... yes
checking if gcc understands -falign-jumps=1... yes
checking if gcc understands -Wimplicit-function-declaration... yes
checking how to suppress 'unused variable' warnings...
__attribute__((unused))
checking whether gcc understands '__thread'... yes
checking how to invoke m4... m4 -s
checking for install-info... /usr/bin/install-info
checking for chcon... chcon -t unconfined_execmem_exec_t
checking whether byte ordering is bigendian... no
checking if and how we can waste code space... .skip 16
checking if and how we can do comments in asm statements... "# "
checking whether ln -s works... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for texi2dvi4a2ps... no
checking for texi2dvi... texi2dvi
checking for emacs... emacs
checking for glibtool... no
checking for libtool... libtool
checking for asin in -lm... yes
checking for lt_dlinit in -lltdl... yes
checking for clock_gettime in -lrt... yes
checking ffi.h usability... yes
checking ffi.h presence... yes
checking for ffi.h... yes
checking for ffi_call in -lffi... yes
checking for __builtin_avcall in -lavcall... no
checking for working memcmp... yes
checking for memmove... yes
checking for strtoul... yes
checking for pow10... yes
checking for sincos... yes
checking for strerror... yes
checking for strsignal... yes
checking for atanh... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for ftello... yes
checking for dlopen... yes
checking for sys_siglist... yes
checking for getrusage... yes
checking for nanosleep... yes
checking for clock_gettime... yes
checking for stack_t... no
checking whether sys_siglist is declared... yes
checking for getopt_long... yes
checking for expm1... yes
checking for log1p... yes
checking for rint... yes
checking for ecvt... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking fnmatch.h usability... yes
checking fnmatch.h presence... yes
checking for fnmatch.h... yes
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking for working POSIX fnmatch... yes
checking for mmap... yes
checking for sysconf... yes
checking for getpagesize... yes
checking for wcwidth... yes
checking for emacs... (cached) emacs
checking where .elc files should go... ${datarootdir}/emacs/site-lisp
checking for gforth... /usr/local/bin/gforth -i
/usr/local/lib/gforth/0.7.9_20130214/gforth.fi
configure: creating ./config.status
config.status: creating Makefile
config.status: creating Makedist
config.status: creating gforthmi
config.status: creating gforthmi.sh
config.status: creating vmgen
config.status: creating machpc.fs
config.status: creating envos.fs
config.status: creating preforth
config.status: creating libforth
config.status: creating gforthker
config.status: creating engine/Makefile
config.status: WARNING:  'engine/Makefile.in' seems to ignore the
--datarootdir setting
config.status: creating engine/libcc.h
config.status: creating doc/version.texi
config.status: creating build-ec
config.status: creating engine/config.h
config.status: engine/config.h is unchanged
config.status: executing stamp-h commands
Running: make
(cd . && m4 -s -Dcondbranch_opt=0 prim) >prim.b
sleep 1 #should make hpux-workaround unnecessary
GFORTH="./preforth -p ".:~+:."" ./gfgen

in file included from *OS command line*:-1
in file included from startup.fs:83
in file included from libcc.fs:135
string-exec.fs:82: Undefined word
    dup >>>$[]#<<< 0 ?DO  I over $[]@ type cr  LOOP  drop ;
Backtrace:
$FFBB6040 throw
$FFBB7CFC perform Makefile:837: recipe for target `engine/prim.i' failed
make: *** [engine/prim.i] Error 243
make: *** Deleting file `engine/prim.i'

DaR

-----Original Message-----
From: Dennis Ruffer [mailto:address@hidden 
Sent: Monday, April 08, 2013 12:27 PM
To: 'Marcel Hendrix'; address@hidden
Subject: RE: [gforth] Can't compile Gforth 0.7.0 on MingW64

Marcel,

You didn't say which version of gforth you were trying to compile, and I use
a relatively recent version from the git repository that claims to be Gforth
0.7.9_20130214, but since I'm getting a full compile (1st time ever), I hope
the log might be helpful.  I'll have to see what it would take to do a
WingW64 version.

$ BUILD-FROM-SCRATCH
aclocal-1.12: warning: autoconf input should be named 'configure.ac', not
'configure.in'
configure.in:301: warning: AC_LIBOBJ(../$arm_cacheflush): you should use
literals
/usr/src/packages/autoconf/26/autoconf2.5-2.69-1/src/autoconf-2.69/lib/autoc
onf/general.m4:2938: AC_LIBOBJ is expanded from...
configure.in:301: the top level
configure.in:301: warning: AC_LIBOBJ(../$arm_cacheflush): you should use
literals
/usr/src/packages/autoconf/26/autoconf2.5-2.69-1/src/autoconf-2.69/lib/autoc
onf/general.m4:2938: AC_LIBOBJ is expanded from...
configure.in:301: the top level
configure.in:301: warning: AC_LIBOBJ(../$arm_cacheflush): you should use
literals
/usr/src/packages/autoconf/26/autoconf2.5-2.69-1/src/autoconf-2.69/lib/autoc
onf/general.m4:2938: AC_LIBOBJ is expanded from...
configure.in:301: the top level
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether to use two dispatches per conditional branch... 1
checking make type... GNU Make
checking whether the linker accepts -export-dynamic... yes
Check for arch/386//gforth.ld (false)
checking size of char *... 4
checking size of void *... 4
checking size of char... 1
checking size of short... 2
checking size of int... 4
checking size of long... 4
checking size of long long... 8
checking size of intptr_t... 4
checking size of int128_t... 0
checking size of uint128_t... 0
checking for a C type for cells... int
checking for a C type for wydes... short
checking for a C type for tetrabytes... int
checking for a C type for octabytes... long long
checking for a C type for double-cells... long long
checking for a C type for unsigned double-cells... unsigned long long
checking for off_t... yes
checking size of off_t... 8
checking if gcc understands -fno-gcse... yes
checking if gcc understands -fno-strict-aliasing... yes
checking if gcc understands -fno-crossjumping... yes
checking if gcc understands -fno-reorder-blocks... yes
checking if gcc understands -falign-labels=1... yes
checking if gcc understands -falign-loops=1... yes
checking if gcc understands -falign-jumps=1... yes
checking if gcc understands -Wimplicit-function-declaration... yes
checking how to suppress 'unused variable' warnings...
__attribute__((unused))
checking whether gcc understands '__thread'... yes
checking how to invoke m4... m4 -s
checking for install-info... /usr/bin/install-info
checking for chcon... chcon -t unconfined_execmem_exec_t
checking whether byte ordering is bigendian... no
checking if and how we can waste code space... .skip 16
checking if and how we can do comments in asm statements... "# "
checking whether ln -s works... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for texi2dvi4a2ps... no
checking for texi2dvi... texi2dvi
checking for emacs... emacs
checking for glibtool... no
checking for libtool... libtool
checking for asin in -lm... yes
checking for lt_dlinit in -lltdl... yes
checking for clock_gettime in -lrt... yes
checking ffi.h usability... yes
checking ffi.h presence... yes
checking for ffi.h... yes
checking for ffi_call in -lffi... yes
checking for __builtin_avcall in -lavcall... no
checking for working memcmp... yes
checking for memmove... yes
checking for strtoul... yes
checking for pow10... yes
checking for sincos... yes
checking for strerror... yes
checking for strsignal... yes
checking for atanh... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for ftello... yes
checking for dlopen... yes
checking for sys_siglist... yes
checking for getrusage... yes
checking for nanosleep... yes
checking for clock_gettime... yes
checking for stack_t... no
checking whether sys_siglist is declared... yes
checking for getopt_long... yes
checking for expm1... yes
checking for log1p... yes
checking for rint... yes
checking for ecvt... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking fnmatch.h usability... yes
checking fnmatch.h presence... yes
checking for fnmatch.h... yes
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking for working POSIX fnmatch... yes
checking for mmap... yes
checking for sysconf... yes
checking for getpagesize... yes
checking for wcwidth... yes
checking for emacs... (cached) emacs
checking where .elc files should go... ${datarootdir}/emacs/site-lisp
checking for gforth... /usr/local/bin/gforth -i
/usr/local/lib/gforth/0.7.9-20120209/gforth.fi
configure: creating ./config.status
config.status: creating Makefile
config.status: creating Makedist
config.status: creating gforthmi
config.status: creating gforthmi.sh
config.status: creating vmgen
config.status: creating machpc.fs
config.status: creating envos.fs
config.status: creating preforth
config.status: creating libforth
config.status: creating gforthker
config.status: creating engine/Makefile
config.status: WARNING:  'engine/Makefile.in' seems to ignore the
--datarootdir setting
config.status: creating engine/libcc.h
config.status: creating doc/version.texi
config.status: creating build-ec
config.status: creating engine/config.h
config.status: engine/config.h is unchanged
config.status: executing stamp-h commands
Running: make
./preforth -p ".:~+:." -e 's" mach32b.fs"' ./kernel/main.fs -e "save-cross
kernl32b.fi- /usr/local/bin/gforth-0.7.9_20130214 bye"
redefined NIL
kernel/io.fs:132 Warning: spaces-loop exists vtable: backspaces $4712
$4712

kernel/io.fs:135 Warning: spaces-loop exists vtable: 2Constant $4712   $4712
set image entry point

Unresolved: Nothing!

address-space      Start: 0000.0000  End: 0000.0000  DP: 0000.0000
user-region        Start: 0000.27E8  End: 0000.2BE8  DP: 0000.285C
dictionary         Start: 0000.0100  End: 0040.0100  DP: 0001.0764
return-stack       Start: 0000.0000  End: 0000.0000  DP: 0000.0000
data-stack         Start: 0000.0000  End: 0000.0000  DP: 0000.0000
tib-region         Start: 0000.0000  End: 0000.0000  DP: 0000.0000 Saving to
kernl32b.fi-
./preforth -p ".:~+:." -e 's" mach32l.fs"' ./kernel/main.fs -e "save-cross
kernl32l.fi- /usr/local/bin/gforth-0.7.9_20130214 bye"
redefined NIL
kernel/io.fs:132 Warning: spaces-loop exists vtable: backspaces $4712
$4712

kernel/io.fs:135 Warning: spaces-loop exists vtable: 2Constant $4712   $4712
set image entry point

Unresolved: Nothing!

address-space      Start: 0000.0000  End: 0000.0000  DP: 0000.0000
user-region        Start: 0000.27E8  End: 0000.2BE8  DP: 0000.285C
dictionary         Start: 0000.0100  End: 0040.0100  DP: 0001.0764
return-stack       Start: 0000.0000  End: 0000.0000  DP: 0000.0000
data-stack         Start: 0000.0000  End: 0000.0000  DP: 0000.0000
tib-region         Start: 0000.0000  End: 0000.0000  DP: 0000.0000 Saving to
kernl32l.fi-
./preforth -p ".:~+:." -e 's" mach64b.fs"' ./kernel/main.fs -e "save-cross
kernl64b.fi- /usr/local/bin/gforth-0.7.9_20130214 bye"
redefined NIL
kernel/io.fs:132 Warning: spaces-loop exists vtable: backspaces $4712
$4712

kernel/io.fs:135 Warning: spaces-loop exists vtable: 2Constant $4712   $4712
set image entry point

Unresolved: Nothing!

address-space      Start: 0000.0000  End: 0000.0000  DP: 0000.0000
user-region        Start: 0000.4208  End: 0000.4A08  DP: 0000.42F0
dictionary         Start: 0000.0100  End: 0040.0100  DP: 0001.D9E0
return-stack       Start: 0000.0000  End: 0000.0000  DP: 0000.0000
data-stack         Start: 0000.0000  End: 0000.0000  DP: 0000.0000
tib-region         Start: 0000.0000  End: 0000.0000  DP: 0000.0000 Saving to
kernl64b.fi-
./preforth -p ".:~+:." -e 's" mach64l.fs"' ./kernel/main.fs -e "save-cross
kernl64l.fi- /usr/local/bin/gforth-0.7.9_20130214 bye"
redefined NIL
kernel/io.fs:132 Warning: spaces-loop exists vtable: backspaces $4712
$4712

kernel/io.fs:135 Warning: spaces-loop exists vtable: 2Constant $4712   $4712
set image entry point

Unresolved: Nothing!

address-space      Start: 0000.0000  End: 0000.0000  DP: 0000.0000
user-region        Start: 0000.4208  End: 0000.4A08  DP: 0000.42F0
dictionary         Start: 0000.0100  End: 0040.0100  DP: 0001.D9E0
return-stack       Start: 0000.0000  End: 0000.0000  DP: 0000.0000
data-stack         Start: 0000.0000  End: 0000.0000  DP: 0000.0000
tib-region         Start: 0000.0000  End: 0000.0000  DP: 0000.0000 Saving to
kernl64l.fi-
cp -p kernl32l.fi kernl32l.fi~
cp -p kernl32l.fi- kernl32l.fi
if test -z ""; then \
        for i in -ll-reg -ll; do make optgforth OPT=$i && cp -p
gforth${i}.exe gforth.exe && break; done; \
else \
        ( cd engine && make gforth.exe ) && \
        cp -p engine/gforth.exe gforth.exe && \
        chcon -t unconfined_execmem_exec_t gforth.exe; \
        true; \
         make checkone check-nofast ENGINE=./engine/gforth.exe; \
fi
make[1]: Entering directory `/usr/src/gforth'
make gforth-ll-reg.exe OPT=-ll-reg OPTDEFINES="-DFORCE_LL -DFORCE_REG"
OPTOBJECTS=
make[2]: Entering directory `/usr/src/gforth'
cp -p kernl32l.fi kernl32l.fi~
cp -p kernl32l.fi- kernl32l.fi
if test -z "-ll-reg"; then \
        for i in -ll-reg -ll; do make optgforth OPT=$i && cp -p
gforth${i}.exe gforth-ll-reg.exe && break; done; \
else \
        ( cd engine && make gforth-ll-reg.exe ) && \
        cp -p engine/gforth-ll-reg.exe gforth-ll-reg.exe && \
        chcon -t unconfined_execmem_exec_t gforth-ll-reg.exe; \
        true; \
         make checkone check-nofast ENGINE=./engine/gforth-ll-reg.exe; \
fi
make[3]: Entering directory `/usr/src/gforth/engine'
cd .. && CONFIG_FILES=stamp-h CONFIG_HEADERS=engine/config.h ./config.status
config.status: creating stamp-h
config.status: creating engine/config.h
config.status: engine/config.h is unchanged
config.status: executing stamp-h commands
echo timestamp > stamp-h
make[3]: Leaving directory `/usr/src/gforth/engine'
chcon: failed to get security context of `gforth-ll-reg.exe': Not supported
make[3]: Entering directory `/usr/src/gforth'
cp -p kernl32l.fi kernl32l.fi~
cp -p kernl32l.fi- kernl32l.fi
cd engine && make gforth-ditc-noll.exe OPT=-noll OPTDEFINES=
OPTOBJECTS=dblsub.o
make[4]: Entering directory `/usr/src/gforth/engine'
make[4]: `gforth-ditc-noll.exe' is up to date.
make[4]: Leaving directory `/usr/src/gforth/engine'
cp -p engine/gforth-ditc-noll.exe gforth-ditc.exe
true
GFORTHD="./gforth-ditc.exe -p .:." GFORTH="./gforth-ditc.exe --die-on-signal
-p .:. -i kernl32l.fi exboot.fs startup.fs arch/386/asm.fs
arch/386/disasm.fs" includedir=`pwd`/include bindir=`pwd`
libccdir=`pwd`/lib/gforth/0.7.9_20130214/libcc-named/ ./gforthmi gforth.fi
--die-on-signal -p ".:~+:." -i kernl32l.fi exboot.fs startup.fs
arch/386/asm.fs arch/386/disasm.fs
 data offset=-FF20
 code offset=68
   xt offset=58
label offset=48
     2708         FFB53B34         FFB43B34
     270C         FFB53B30         FFB43B30
     2748         FFB1005C         FFB0005C
./engine/gforth-ll-reg.exe --die-on-signal -p
".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/
local/lib/gforth/0.7.9_20130214:/usr/local/share/gforth/0.7.9_20130214:/usr/
share/gforth/site-forth:/usr/local/share/gforth/site-forth:." test/tester.fs
test/coretest.fs test/postpone.fs test/dbltest.fs test/string.fs
test/float.fs test/deferred.fs test/coreext.fs test/search.fs -e bye
2>/dev/null | tr -d '\015' | diff -c - ./test/coretest.out
./engine/gforth-ll-reg.exe --die-on-signal -p
".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/
local/lib/gforth/0.7.9_20130214:/usr/local/share/gforth/0.7.9_20130214:/usr/
share/gforth/site-forth:/usr/local/share/gforth/site-forth:." test/other.fs
-e bye
expect ``warning: ')' missing''
warning: ')' missing
./engine/gforth-ll-reg.exe -p
".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/
local/lib/gforth/0.7.9_20130214:/usr/local/share/gforth/0.7.9_20130214:/usr/
share/gforth/site-forth:/usr/local/share/gforth/site-forth:."
test/signals.fs -e bye
./engine/gforth-ll-reg.exe -p
".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/
local/lib/gforth/0.7.9_20130214:/usr/local/share/gforth/0.7.9_20130214:/usr/
share/gforth/site-forth:/usr/local/share/gforth/site-forth:."
test/coremore.fs test/gforth.fs test/macros.fs -e bye 2>&1 | tr -d '\015' |
diff -c - ./test/gforth.out
./engine/gforth-ll-reg.exe --die-on-signal -p
".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/
local/lib/gforth/0.7.9_20130214:/usr/local/share/gforth/0.7.9_20130214:/usr/
share/gforth/site-forth:/usr/local/share/gforth/site-forth:." code.fs
test/checkans.fs -e bye | tr -d '\015' | diff -c - ./test/checkans.out
redefined place with PLACE  ./engine/gforth-ll-reg.exe --die-on-signal -p
".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/
local/lib/gforth/0.7.9_20130214:/usr/local/share/gforth/0.7.9_20130214:/usr/
share/gforth/site-forth:/usr/local/share/gforth/site-forth:." prims2x.fs -e
\
          "c-flag on s\" prim.i\" out-filename 2! s\" ./prim.b\" ' output-c
' output-c-combined process-file bye"| \
          tr -d '\015' | grep -v '^#line '|diff -c - engine/prim-s.i
./engine/gforth-ll-reg.exe -p
".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/
local/lib/gforth/0.7.9_20130214:/usr/local/share/gforth/0.7.9_20130214:/usr/
share/gforth/site-forth:/usr/local/share/gforth/site-forth:."
test/gforth-nofast.fs -e bye
redefined {  make[3]: Leaving directory `/usr/src/gforth'
make[2]: Leaving directory `/usr/src/gforth'
make[1]: Leaving directory `/usr/src/gforth'
cd engine && make gforth-ditc-noll.exe OPT=-noll OPTDEFINES=
OPTOBJECTS=dblsub.o
make[1]: Entering directory `/usr/src/gforth/engine'
make[1]: `gforth-ditc-noll.exe' is up to date.
make[1]: Leaving directory `/usr/src/gforth/engine'
cp -p engine/gforth-ditc-noll.exe gforth-ditc.exe
true
cd engine && make gforth-itc-noll.exe OPT=-noll OPTDEFINES=
OPTOBJECTS=dblsub.o
make[1]: Entering directory `/usr/src/gforth/engine'
make[1]: `gforth-itc-noll.exe' is up to date.
make[1]: Leaving directory `/usr/src/gforth/engine'
cp -p engine/gforth-itc-noll.exe gforth-itc.exe
true
cp -p kernl32b.fi kernl32b.fi~
cp -p kernl32b.fi- kernl32b.fi
cp -p kernl64l.fi kernl64l.fi~
cp -p kernl64l.fi- kernl64l.fi
cp -p kernl64b.fi kernl64b.fi~
cp -p kernl64b.fi- kernl64b.fi
(cd . && m4 -s -Dcondbranch_opt=1 -DSTACK_CACHE_FILE=cache-fast1.vmg
-DSTACK_CACHE_REGS=cache-regs1.vmg prim) >prim-fast.b
sleep 1 #should make hpux-workaround unnecessary
GFORTH="./preforth -p ".:~+:."" ./gfgen -fast
if test -z ""; then \
        for i in -ll-reg -ll; do make optgforth-fast OPT=$i && cp -p
gforth-fast${i}.exe gforth-fast.exe && break; done; \
else \
        (cd engine && make gforth-fast.exe ) && \
        cp -p engine/gforth-fast.exe gforth-fast.exe && \
        chcon -t unconfined_execmem_exec_t gforth-fast.exe; \
        true; \
         make checkone ENGINE=./engine/gforth-fast.exe; \
fi
make[1]: Entering directory `/usr/src/gforth'
make gforth-fast-ll-reg.exe OPT=-ll-reg OPTDEFINES="-DFORCE_LL -DFORCE_REG"
OPTOBJECTS=
make[2]: Entering directory `/usr/src/gforth'
if test -z "-ll-reg"; then \
        for i in -ll-reg -ll; do make optgforth-fast OPT=$i && cp -p
gforth-fast${i}.exe gforth-fast-ll-reg.exe && break; done; \
else \
        (cd engine && make gforth-fast-ll-reg.exe ) && \
        cp -p engine/gforth-fast-ll-reg.exe gforth-fast-ll-reg.exe && \
        chcon -t unconfined_execmem_exec_t gforth-fast-ll-reg.exe; \
        true; \
         make checkone ENGINE=./engine/gforth-fast-ll-reg.exe; \
fi
make[3]: Entering directory `/usr/src/gforth/engine'
gcc  -I./../arch/386 -I. -Wall -O2 -fomit-frame-pointer -fforce-addr
-march=pentium -mtune=generic -DHAVE_CONFIG_H -DFORCE_LL -DFORCE_REG
-DDEFAULTPATH='".:/usr/local/lib/gforth/site-forth:/usr/local/lib/gforth/0.7
.9_20130214:/usr/local/share/gforth/0.7.9_20130214:/usr/share/gforth/site-fo
rth:/usr/local/share/gforth/site-forth"'   -c  -fno-gcse
-fno-strict-aliasing -fno-crossjumping -fno-reorder-blocks -falign-labels=1
-falign-loops=1 -falign-jumps=1 -fno-defer-pop -fcaller-saves -fno-inline -o
engine-fast-ll-reg.o ./engine.c
In file included from ./engine.c:475:0:
prim: In function 'gforth_engine':
prim:2089:3: warning: pointer targets in passing argument 2 of
'gforth_memmove' differ in signedness
./engine.c:97:14: note: expected 'const Char *' but argument is of type
'char *'
In file included from ./engine.c:475:0:
prim:2355:1: warning: pointer targets in passing argument 2 of
'gforth_memcpy' differ in signedness
./engine.c:99:14: note: expected 'const Char *' but argument is of type
'char *'
gcc  -I./../arch/386 -I. -Wall -O2 -fomit-frame-pointer -fforce-addr
-march=pentium -mtune=generic -DHAVE_CONFIG_H -DFORCE_LL -DFORCE_REG
-DDEFAULTPATH='".:/usr/local/lib/gforth/site-forth:/usr/local/lib/gforth/0.7
.9_20130214:/usr/local/share/gforth/0.7.9_20130214:/usr/share/gforth/site-fo
rth:/usr/local/share/gforth/site-forth"'   -c  -fno-gcse
-fno-strict-aliasing -fno-crossjumping -fno-reorder-blocks -falign-labels=1
-falign-loops=1 -falign-jumps=1 -fno-defer-pop -fcaller-saves -fno-inline
-DENGINE=2 -o engine-fast2-ll-reg.o ./engine.c
In file included from ./engine.c:475:0:
prim: In function 'gforth_engine2':
prim:2089:3: warning: pointer targets in passing argument 2 of
'gforth_memmove' differ in signedness
./engine.c:97:14: note: expected 'const Char *' but argument is of type
'char *'
In file included from ./engine.c:475:0:
prim:2355:1: warning: pointer targets in passing argument 2 of
'gforth_memcpy' differ in signedness
./engine.c:99:14: note: expected 'const Char *' but argument is of type
'char *'
gcc  -I./../arch/386 -I. -Wall -O2 -fomit-frame-pointer -fforce-addr
-march=pentium -mtune=generic -DHAVE_CONFIG_H -DFORCE_LL -DFORCE_REG
-DDEFAULTPATH='".:/usr/local/lib/gforth/site-forth:/usr/local/lib/gforth/0.7
.9_20130214:/usr/local/share/gforth/0.7.9_20130214:/usr/share/gforth/site-fo
rth:/usr/local/share/gforth/site-forth"'   -c  -o main-fast-ll-reg.o
./main.c
./main.c: In function 'alloc_mmap':
./main.c:552:3: warning: format '%lx' expects type 'long unsigned int', but
argument 4 has type 'Cell'
./main.c:552:3: warning: format '%lx' expects type 'long unsigned int', but
argument 4 has type 'Cell'
./main.c: In function 'dict_alloc_read':
./main.c:619:7: warning: format '%lx' expects type 'long unsigned int', but
argument 4 has type 'Cell'
./main.c:619:7: warning: format '%lx' expects type 'long unsigned int', but
argument 4 has type 'Cell'
./main.c: In function 'gforth_free':
./main.c:641:3: warning: format '%lx' expects type 'long unsigned int', but
argument 4 has type 'UCell'
./main.c:641:3: warning: format '%lx' expects type 'long unsigned int', but
argument 4 has type 'UCell'
./main.c: In function 'gforth_loader':
./main.c:2105:6: warning: format '%lx' expects type 'long unsigned int', but
argument 4 has type 'UCell'
./main.c:2105:6: warning: format '%lx' expects type 'long unsigned int', but
argument 5 has type 'UCell'
./main.c:2105:6: warning: format '%lx' expects type 'long unsigned int', but
argument 4 has type 'UCell'
./main.c:2105:6: warning: format '%lx' expects type 'long unsigned int', but
argument 5 has type 'UCell'
./main.c: In function 'gforth_main':
./main.c:2621:3: warning: format '%ld' expects type 'long int', but argument
3 has type 'Cell'
./main.c:2621:3: warning: format '%ld' expects type 'long int', but argument
3 has type 'Cell'
gcc  -export-dynamic  engine-fast-ll-reg.o engine-fast2-ll-reg.o
main-fast-ll-reg.o io.o signals.o support-ll-reg.o   -lrt -lltdl -lm
libmain.o -o gforth-fast-ll-reg.exe
/usr/lib/gcc/i686-pc-cygwin/4.5.3/../../../../i686-pc-cygwin/bin/ld:
warning: --export-dynamic is not supported for PE targets, did you mean
--export-all-symbols?
make[3]: Leaving directory `/usr/src/gforth/engine'
chcon: failed to get security context of `gforth-fast-ll-reg.exe': Not
supported
make[3]: Entering directory `/usr/src/gforth'
cp -p kernl32l.fi kernl32l.fi~
cp -p kernl32l.fi- kernl32l.fi
cd engine && make gforth-ditc-noll.exe OPT=-noll OPTDEFINES=
OPTOBJECTS=dblsub.o
make[4]: Entering directory `/usr/src/gforth/engine'
make[4]: `gforth-ditc-noll.exe' is up to date.
make[4]: Leaving directory `/usr/src/gforth/engine'
cp -p engine/gforth-ditc-noll.exe gforth-ditc.exe
true
./engine/gforth-fast-ll-reg.exe --die-on-signal -p
".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/
local/lib/gforth/0.7.9_20130214:/usr/local/share/gforth/0.7.9_20130214:/usr/
share/gforth/site-forth:/usr/local/share/gforth/site-forth:." test/tester.fs
test/coretest.fs test/postpone.fs test/dbltest.fs test/string.fs
test/float.fs test/deferred.fs test/coreext.fs test/search.fs -e bye
2>/dev/null | tr -d '\015' | diff -c - ./test/coretest.out
./engine/gforth-fast-ll-reg.exe --die-on-signal -p
".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/
local/lib/gforth/0.7.9_20130214:/usr/local/share/gforth/0.7.9_20130214:/usr/
share/gforth/site-forth:/usr/local/share/gforth/site-forth:." test/other.fs
-e bye
expect ``warning: ')' missing''
warning: ')' missing
./engine/gforth-fast-ll-reg.exe -p
".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/
local/lib/gforth/0.7.9_20130214:/usr/local/share/gforth/0.7.9_20130214:/usr/
share/gforth/site-forth:/usr/local/share/gforth/site-forth:."
test/signals.fs -e bye
./engine/gforth-fast-ll-reg.exe -p
".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/
local/lib/gforth/0.7.9_20130214:/usr/local/share/gforth/0.7.9_20130214:/usr/
share/gforth/site-forth:/usr/local/share/gforth/site-forth:."
test/coremore.fs test/gforth.fs test/macros.fs -e bye 2>&1 | tr -d '\015' |
diff -c - ./test/gforth.out
./engine/gforth-fast-ll-reg.exe --die-on-signal -p
".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/
local/lib/gforth/0.7.9_20130214:/usr/local/share/gforth/0.7.9_20130214:/usr/
share/gforth/site-forth:/usr/local/share/gforth/site-forth:." code.fs
test/checkans.fs -e bye | tr -d '\015' | diff -c - ./test/checkans.out
redefined place with PLACE  ./engine/gforth-fast-ll-reg.exe --die-on-signal
-p
".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/
local/lib/gforth/0.7.9_20130214:/usr/local/share/gforth/0.7.9_20130214:/usr/
share/gforth/site-forth:/usr/local/share/gforth/site-forth:." prims2x.fs -e
\
          "c-flag on s\" prim.i\" out-filename 2! s\" ./prim.b\" ' output-c
' output-c-combined process-file bye"| \
          tr -d '\015' | grep -v '^#line '|diff -c - engine/prim-s.i
make[3]: Leaving directory `/usr/src/gforth'
make[2]: Leaving directory `/usr/src/gforth'
make[1]: Leaving directory `/usr/src/gforth'
rm -rf lib/gforth/0.7.9_20130214/libcc-named/
for i in libffi.fs cstr.fs unix/socket.fs unix/pthread.fs unix/mmap.fs; do
./libforth -e "s\" `pwd`/lib/gforth/0.7.9_20130214/libcc-named/\"
>libcc-named-dir libcc-path clear-path libcc-named-dir libcc-path also-path
:noname 2drop s\" /usr/local/lib/gforth/0.7.9_20130214/libcc-named/\" ; is
replace-rpath" ./$i -e bye; done
make checkone check-nofast ENGINE="./gforth.exe --no-dynamic" >/dev/null
2>&1
make checkone check-nofast ENGINE="./gforth-itc.exe" >/dev/null 2>&1
make checkone check-nofast ENGINE="./gforth-ditc.exe" >/dev/null 2>&1
make checkone ENGINE="./gforth-fast.exe --no-dynamic" >/dev/null 2>&1
make checkone check-nofast ENGINE="./gforth.exe" >/dev/null 2>&1
make checkone ENGINE="./gforth-fast.exe" >/dev/null 2>&1
*** Check successful ***
./gforth-fast.exe --diag -e bye
*** no performance problems ***
cp -p kernl32l.fi kernl32l.fi~
cp -p kernl32l.fi- kernl32l.fi
cd engine && make gforth-ditc-noll.exe OPT=-noll OPTDEFINES=
OPTOBJECTS=dblsub.o
make[1]: Entering directory `/usr/src/gforth/engine'
make[1]: `gforth-ditc-noll.exe' is up to date.
make[1]: Leaving directory `/usr/src/gforth/engine'
cp -p engine/gforth-ditc-noll.exe gforth-ditc.exe
true
./gforthker -p ".:~+:." -e "s\" doc/doc.fd\"" doc/makedoc.fs except.fs
startup.fs code.fs objects.fs oof.fs moofglos.fs regexp.fs fft.fs -e bye
redefined \G  redefined catch  redefined >o  redefined o>  redefined bind
redefined object  redefined interface  redefined method  redefined class
redefined end-class  redefined object  ./preforth -p ".:~+:." ds2texi.fs
prims2x.fs -e "s\" ./prim.b\" ' register-doc ' noop process-file"
doc/crossdoc.fd doc/doc.fd -e "s\" ./doc/gforth.ds\" r/o open-file throw
ds2texi bye" >doc/gforth.texi-
cp -p doc/gforth.texi- doc/gforth.texi
rm doc/gforth.texi-
cd doc; makeinfo gforth.texi
gforth.texi:13738: warning: unlikely character [ in @var.
gforth.texi:13738: warning: unlikely character ] in @var.
gforth.texi:13729: warning: unlikely character [ in @var.
gforth.texi:13729: warning: unlikely character ] in @var.
gforth.texi:13720: warning: unlikely character [ in @var.
gforth.texi:13720: warning: unlikely character ] in @var.
cd doc; makeinfo vmgen.texi
cd doc; makeinfo --html gforth.texi
gforth.texi:13738: warning: unlikely character [ in @var.
gforth.texi:13738: warning: unlikely character ] in @var.
gforth.texi:13729: warning: unlikely character [ in @var.
gforth.texi:13729: warning: unlikely character ] in @var.
gforth.texi:13720: warning: unlikely character [ in @var.
gforth.texi:13720: warning: unlikely character ] in @var.
cd doc; makeinfo --html vmgen.texi
cd doc; texi2dvi gforth.texi
This is pdfTeX, Version 3.1415926-2.4-1.40.13 (MiKTeX 2.9)
entering extended mode
(C:\cygwin\usr\src\gforth\doc\gforth.texi
("C:\Program Files (x86)\MiKTeX 2.9\tex\texinfo\base\texinfo.tex"
Loading texinfo [version 2013-02-01.11]: pdf, fonts, markup, glyphs,
page headings, tables, conditionals, indexing, sectioning, toc,
environments,
defuns, macros, cross references, insertions,
(C:\Users\druffer\AppData\Roaming\MiKTeX\2.9\tex\generic\epsf\epsf.tex
This is `epsf.tex' v2.7.4 <14 February 2011>
) localization, formatting, and turning on texinfo input format.)
(C:\cygwin\usr\src\gforth\doc\version.texi) [1]
Overfull \hbox (17.1251pt too wide) in paragraph at lines 7--8
address@hidden Copyright [] 1995, 1996, 1997, 1998, 2000, 2003,
2004,2005,2006,2007,
2008,2009,2010,2011,2012|
[2] [-1] (Preface) Chapter 1 [1]
Cross reference values unknown; you must run TeX again. Chapter 2 [2] [3]
[4] [5] [6] [7] [8] Chapter 3 [9] [10] [11] [12] [13] [14] [15] [16] [17]
[18] [19] [20] [21]
Overfull \hbox (14.94176pt too wide) in paragraph at lines 2208--2208
 address@hidden 1 0 / . \ "Floating-point unidentified fault" in Gforth on some
plat
forms[] |
[22] [23] [24] [25]
Underfull \hbox (badness 10000) in paragraph at lines 2572--2581
@textsl (@texttt
http://docs.sun.com/source/806-3568/address@hidden
 ), ACM Comp-ut-ing
[26]
Underfull \hbox (badness 10000) in paragraph at lines 2636--2644
 @textsl (@texttt
http://home.pipeline.com/~hbaker1/sigplannotices/sigcol05.ps.
address@hidden ),
[27] [28] [29] [30] [31] [32] [33] [34] [35]
Overfull \hbox (14.94176pt too wide) in paragraph at lines 3316--3316
 address@hidden : compile-vmul-step ( compilation: n --; run-time: n1 addr1 -- 
n2
ad
dr2 )[] |
[36] [37] Chapter 4 [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48]
Chapter 5 [49] [50] [51] [52] [53] [54] [55]
Underfull \hbox (badness 10000) in paragraph at lines 5334--5343
@textsl (@texttt
http://docs.sun.com/source/806-3568/address@hidden
 ), ACM Comp-ut-ing
[56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70]
[71] [72] [73] [74] [75] [76]
Overfull \hbox (20.69044pt too wide) in paragraph at lines 8222--8222
 address@hidden CREATE new-word2 1 cells allot  \ reserve 1 cell - initial value
und
efined[] |

Overfull \hbox (14.94176pt too wide) in paragraph at lines 8223--8223
 address@hidden CREATE new-word3 4 ,            \ reserve 1 cell and initialise
it (
to 4)[] |
[77] [78] [79] [80] [81] [82] [83] [84] [85] [86]
Overfull \hbox (49.43388pt too wide) in paragraph at lines 9102--9102
 []    @texttt 2@ swap here name string, ( u table-xt disasm-xt c-addr ) \
reme
mber string[] |
[87] [88]
Overfull \hbox (47.63586pt too wide) in paragraph at lines 9330--9330
address@hidden action-of[]       @textit interpretat-ion @texttt "@textit
address@hidden
t " @textit -- xt; compil-at-ion @texttt "@textit address@hidden " @textit -- ;
ru
n-time -- xt         @textrm gforth       ``action-|
[89] [90] [91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102]
[103] [104] [105] [106] [107] [108] [109] [110]
Overfull \hbox (20.69044pt too wide) in paragraph at lines 11717--11717
 address@hidden ( wid ) set-current \ restore original (i.e., public) 
compilation
wo
rdlist[] |
[111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122]
[123] [124] [125] [126] [127] [128] [129] [130] [131] [132] [133]
Underfull \hbox (badness 10000) in paragraph at lines 14610--14613
@textsl of Local Var-iables (@texttt
http://www.complang.tuwien.ac.at/papers/er
address@hidden )@textrm ,
[134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145]
[146]
Underfull \hbox (badness 10000) in paragraph at lines 15931--15937
address@hidden This sect-ion des-cribes the @texttt objects.fs[] @textrm 
package.
Th
is mater-ial also has

Underfull \hbox (badness 10000) in paragraph at lines 15931--15937
@textrm been pub-lis-hed in M. Anton Ertl, @textsl Yet Another Forth Objects
Pa
ckage

Underfull \hbox (badness 10000) in paragraph at lines 15931--15937
@textsl (@texttt
http://www.complang.tuwien.ac.at/forth/objects/objects.html[]@
textsl )@textrm , Forth
[147] [148] [149] [150] [151] [152] [153]
Overfull \hbox (20.69044pt too wide) in paragraph at lines 16555--16555
 address@hidden 2dup selector-interface @ ( object selector-body object
interface-of
fset )[] |
[154] [155] [156] [157] [158] [159] [160] [161] [162] [163] [164] [165]
[166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177]
[178]
Overfull \hbox (14.94176pt too wide) in paragraph at lines 19316--19316
 address@hidden 20 ax *4 i#)    20[eax*4]      20(,%eax,4)
(index*scale)+displac
ement[] |

Overfull \hbox (43.6852pt too wide) in paragraph at lines 19319--19319
 address@hidden 12 sp ax *2 di) 12[esp][eax*2] 12(%esp,%eax,2)
base+(index*scale)+di
splacement[] |
[179] [180] [181] [182] [183] [184] [185] [186] Chapter 6 [187] Chapter 7
[188] [189]
Overfull \hbox (26.43913pt too wide) in paragraph at lines 20189--20189
 address@hidden gforth depth-changes.fs -e "' all-lines is depth-changes-filter"
my-
file.fs[] |

Overfull \hbox (32.18782pt too wide) in paragraph at lines 20204--20204
 address@hidden gforth depth-changes.fs -e "' most-lines is 
depth-changes-filter"
my
-file.fs[] |
Chapter 8 [190] [191] [192] [193] [194] [195] [196] [197] [198] [199] [200]
[201] [202] [203] [204] Chapter 9 [205] Chapter 10 [206] Chapter 11 [207]
Chapter 12 [208] [209] [210] Chapter 13 [211] [212] [213]
Overfull \hbox (14.94176pt too wide) in paragraph at lines 22148--22148
 address@hidden GFORTHD="/usr/bin/gforth-fast --no-dynamic" gforthmi myimage.fi
sour
ce.fs[] |
[214] [215] [216]
Overfull \hbox (32.18782pt too wide) in paragraph at lines 22409--22409
 []    @texttt Defers 'cold \ do other initialization stuff (e.g., rehashing
wo
rdlists)[] |
Chapter 14 [217] [218] [219] [220] [221] [222]
Overfull \hbox (78.17732pt too wide) in paragraph at lines 22897--22897
 address@hidden DEF_CA                          /* definition of variable ca
(indire
ct threading) */[] |
[223] [224] [225]
Overfull \hbox (114.61086pt too wide) in paragraph at lines 23099--23109
address@hidden In @textsl Translat-ing Forth to Effic-ient C (@texttt
http://www.com
plang.tuwien.ac.at/papers/ertl&address@hidden )|
Chapter 15 [226] [227]
Overfull \hbox (20.69044pt too wide) in paragraph at lines 23237--23237
 []                                @texttt \ special conditionals supporting
gf
orths'[] |
[228] Appendix A [229] Appendix B [230] Appendix C [231] Appendix D [232]
(C:\cygwin\usr\src\gforth\doc\fdl.texi [233] [234] [235] [236] [237] [238])
(C:\cygwin\usr\src\gforth\doc\gpl.texi [239] [240] [241] [242] [243] [244]
[245] [246] [247] [248] [249]) (Word Index) [250] (Concept and Word Index)
[251] [252] )
(see the transcript file for additional information)
Output written on gforth.dvi (255 pages, 814312 bytes).
Transcript written on gforth.log.
dvips -t letterSize -Z doc/gforth.dvi -o doc/gforth.ps
Trying to make PK font ecrm1095 at 603 DPI...
Creating ecrm1095.pk...
Running miktex-mf.exe...
This is METAFONT, Version 2.718281 (MiKTeX 2.9)

(C:\Program Files (x86)\MiKTeX 2.9\fonts\source\jknappen\ec\ecrm1095.mf
(C:\Program Files (x86)\MiKTeX 2.9\fonts\source\jknappen\ec\exbase.mf)
(C:\Program Files (x86)\MiKTeX 2.9\fonts\source\jknappen\ec\ecrm.mf
(C:\Program Files (x86)\MiKTeX 2.9\fonts\source\jknappen\ec\exroman.mf
 Ok (C:\Program Files (x86)\MiKTeX 2.9\fonts\source\jknappen\ec\exaccess.mf
 Ok) (C:\Program Files (x86)\MiKTeX 2.9\fonts\source\jknappen\ec\expseudo.mf
 Ok) (C:\Program Files (x86)\MiKTeX 2.9\fonts\source\jknappen\ec\exruwest.mf
 Ok [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203]
[204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215]
[216] [217] [218] [219] [220] [221] [222] [223])
(C:\Program Files (x86)\MiKTeX 2.9\fonts\source\jknappen\ec\exrlwest.mf
 Ok [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235]
[236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247]
[248] [249] [250] [251] [252] [253] [254] [255])
(C:\Program Files (x86)\MiKTeX 2.9\fonts\source\jknappen\ec\exrueast.mf
 Ok [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139]
[140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151]
[152] [153] [154] [155] [156] [157])
(C:\Program Files (x86)\MiKTeX 2.9\fonts\source\jknappen\ec\exrleast.mf
 Ok [158] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170]
[171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182]
[183] [184] [185] [186] [187] [188])
(C:\Program Files (x86)\MiKTeX 2.9\fonts\source\jknappen\ec\exbraces.mf
 Ok [94] [126] [23] [40] [41] [60] [124] [62] [91] [93] [92] [123] [125]
[95] [127] [32])
(C:\Program Files (x86)\MiKTeX 2.9\fonts\source\jknappen\ec\expunct.mf
 Ok [14] [15] [19] [20] [13] [18] [33] [39] [42] [43] [44] [46] [47] [58]
[59] [61] [96] [189] [17] [45] [16] [21] [22])
(C:\Program Files (x86)\MiKTeX 2.9\fonts\source\jknappen\ec\exaccent.mf
 Ok [0] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12])
(C:\Program Files (x86)\MiKTeX 2.9\fonts\source\jknappen\ec\exsign.mf
 Ok [24] [34] [35] [36] [37] [64] [191] [159])
(C:\Program Files (x86)\MiKTeX 2.9\fonts\source\jknappen\ec\exrlig.mf
 Ok [25] [26] [28] [27] [29] [30] [31])
(C:\Program Files (x86)\MiKTeX 2.9\fonts\source\jknappen\ec\exromp.mf
 Ok [38] [63] [190])
(C:\Program Files (x86)\MiKTeX 2.9\fonts\source\jknappen\ec\exrulett.mf
 Ok [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78]
[79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90])
(C:\Program Files (x86)\MiKTeX 2.9\fonts\source\jknappen\ec\exrllett.mf
 Ok [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108]
[109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120]
[121] [122])
(C:\Program Files (x86)\MiKTeX 2.9\fonts\source\jknappen\ec\exrdigit.mf
 Ok [48] [49] [50] [51] [52] [53] [54] [55] [56] [57])
(C:\Program Files (x86)\MiKTeX 2.9\fonts\source\jknappen\ec\exrligtb.mf
 Ok) ) ) )
(some charht values had to be adjusted by as much as 0.07599pt)
Font metrics written on ecrm1095.tfm.
Output written on ecrm1095.603gf (256 characters, 55528 bytes).
Transcript written on ecrm1095.log.
METAFONT failed for some reason
ignoring 0 strange path(s)
Running gftopk.exe...
This is GFtoPK, Version 2.3 (MiKTeX 2.9)
'METAFONT output 2013.04.08:2019'
55528 bytes packed to 26376 bytes.
Trying to make PK font ecti1095 at 603 DPI...
Creating ecti1095.pk...
Running miktex-mf.exe...
This is METAFONT, Version 2.718281 (MiKTeX 2.9)

(C:\Program Files (x86)\MiKTeX 2.9\fonts\source\jknappen\ec\ecti1095.mf
(C:\Program Files (x86)\MiKTeX 2.9\fonts\source\jknappen\ec\exbase.mf)
(C:\Program Files (x86)\MiKTeX 2.9\fonts\source\jknappen\ec\ecti.mf
(C:\Program Files (x86)\MiKTeX 2.9\fonts\source\jknappen\ec\extextit.mf
 Ok (C:\Program Files (x86)\MiKTeX 2.9\fonts\source\jknappen\ec\exaccess.mf
 Ok) (C:\Program Files (x86)\MiKTeX 2.9\fonts\source\jknappen\ec\expseudo.mf
 Ok) (C:\Program Files (x86)\MiKTeX 2.9\fonts\source\jknappen\ec\exileast.mf
 Ok [158] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170]
[171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182]
[183] [184] [185] [186] [187] [188])
(C:\Program Files (x86)\MiKTeX 2.9\fonts\source\jknappen\ec\exilwest.mf
 Ok [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235]
[236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247]
[248] [249] [250] [251] [252] [253] [254] [255])
(C:\Program Files (x86)\MiKTeX 2.9\fonts\source\jknappen\ec\exruwest.mf
 Ok [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203]
[204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215]
[216] [217] [218] [219] [220] [221] [222] [223])
(C:\Program Files (x86)\MiKTeX 2.9\fonts\source\jknappen\ec\exrueast.mf
 Ok [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139]
[140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151]
[152] [153] [154] [155] [156] [157])
(C:\Program Files (x86)\MiKTeX 2.9\fonts\source\jknappen\ec\exbraces.mf
 Ok [94] [126] [23] [40] [41] [60] [124] [62] [91] [93] [92] [123] [125]
[95] [127] [32])
(C:\Program Files (x86)\MiKTeX 2.9\fonts\source\jknappen\ec\expunct.mf
 Ok [14] [15] [19] [20] [13] [18] [33] [39] [42] [43] [44] [46] [47] [58]
[59] [61] [96] [189] [17] [45] [16] [21] [22])
(C:\Program Files (x86)\MiKTeX 2.9\fonts\source\jknappen\ec\exaccent.mf
 Ok [0] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12])
(C:\Program Files (x86)\MiKTeX 2.9\fonts\source\jknappen\ec\exsign.mf
 Ok [24] [34] [35] [36] [37] [64] [191] [159])
(C:\Program Files (x86)\MiKTeX 2.9\fonts\source\jknappen\ec\exilig.mf
 Ok [25] [26] [27] [28] [29] [30] [31])
(C:\Program Files (x86)\MiKTeX 2.9\fonts\source\jknappen\ec\exitalp.mf
 Ok [38] [63] [190])
(C:\Program Files (x86)\MiKTeX 2.9\fonts\source\jknappen\ec\exrulett.mf
 Ok [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78]
[79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90])
(C:\Program Files (x86)\MiKTeX 2.9\fonts\source\jknappen\ec\exillett.mf
 Ok [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108]
[109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120]
[121] [122])
(C:\Program Files (x86)\MiKTeX 2.9\fonts\source\jknappen\ec\exidigit.mf
 Ok [48] [49] [50] [51] [52] [53] [54] [55] [56] [57])
(C:\Program Files (x86)\MiKTeX 2.9\fonts\source\jknappen\ec\exiligtb.mf
 Ok) ) ) )
(some charht values had to be adjusted by as much as 0.06808pt)
Font metrics written on ecti1095.tfm.
Output written on ecti1095.603gf (256 characters, 57976 bytes).
Transcript written on ecti1095.log.
METAFONT failed for some reason
ignoring 0 strange path(s)
Running gftopk.exe...
This is GFtoPK, Version 2.3 (MiKTeX 2.9)
'METAFONT output 2013.04.08:2019'
57976 bytes packed to 35204 bytes.
This is dvips(k) 5.992 Copyright 2012 Radical Eye Software
(www.radicaleye.com)
' TeX output 2013.04.08:2019' -> doc/gforth.ps

<C:\Users\druffer\AppData\Local\MiKTeX\2.9\fonts\pk\ljfour\jknappen\ec\dpi60
3\ecrm1095.pk>
<C:\Users\druffer\AppData\Local\MiKTeX\2.9\fonts\pk\ljfour\jknappen\ec\dpi60
3\ecti1095.pk>
<C:/Program Files (x86)/MiKTeX 2.9/dvips/base/texc.pro>
<C:/Program Files (x86)/MiKTeX 2.9/dvips/base/texps.pro>.
<C:/Program Files (x86)/MiKTeX
2.9/fonts/type1/public/amsfonts/cm/cmsltt10.pfb>
<C:/Program Files (x86)/MiKTeX 2.9/fonts/type1/public/amsfonts/cm/cmr10.pfb>
<C:/Program Files (x86)/MiKTeX
2.9/fonts/type1/public/amsfonts/cm/cmcsc10.pfb>
<C:/Program Files (x86)/MiKTeX 2.9/fonts/type1/public/amsfonts/cm/cmti9.pfb>
<C:/Program Files (x86)/MiKTeX
2.9/fonts/type1/public/amsfonts/cm/cmtt12.pfb>
<C:/Program Files (x86)/MiKTeX 2.9/fonts/type1/public/amsfonts/cm/cmsl9.pfb>
<C:/Program Files (x86)/MiKTeX 2.9/fonts/type1/public/amsfonts/cm/cmsy9.pfb>
<C:/Program Files (x86)/MiKTeX
2.9/fonts/type1/public/amsfonts/cm/cmbx12.pfb>
<C:/Program Files (x86)/MiKTeX 2.9/fonts/type1/public/amsfonts/cm/cmtt9.pfb>
<C:/Program Files (x86)/MiKTeX 2.9/fonts/type1/public/amsfonts/cm/cmb10.pfb>
<C:/Program Files (x86)/MiKTeX
2.9/fonts/type1/public/amsfonts/cm/cmsl10.pfb>
<C:/Program Files (x86)/MiKTeX
2.9/fonts/type1/public/amsfonts/cm/cmti10.pfb>
<C:/Program Files (x86)/MiKTeX
2.9/fonts/type1/public/amsfonts/cm/cmtt10.pfb>
<C:/Program Files (x86)/MiKTeX 2.9/fonts/type1/public/amsfonts/cm/cmr9.pfb>
<C:/Program Files (x86)/MiKTeX 2.9/fonts/type1/public/amsfonts/cm/cmr7.pfb>
<C:/Program Files (x86)/MiKTeX
2.9/fonts/type1/public/amsfonts/cm/cmsy10.pfb>
[1] [2] [-1] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14]
[15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29]
[30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44]
[45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59]
[60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74]
[75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89]
[90] [91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103]
[104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115]
[116]
[117] [118] [119] [120] [121] [122] [123] [124] [125] [126] [127] [128]
[129]
[130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141]
[142]
[143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154]
[155]
[156] [157] [158] [159] [160] [161] [162] [163] [164] [165] [166] [167]
[168]
[169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180]
[181]
[182] [183] [184] [185] [186] [187] [188] [189] [190] [191] [192] [193]
[194]
[195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206]
[207]
[208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219]
[220]
[221] [222] [223] [224] [225] [226] [227] [228] [229] [230] [231] [232]
[233]
[234] [235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245]
[246]
[247] [248] [249] [250] [251] [252]
cd doc; texi2dvi vmgen.texi
This is pdfTeX, Version 3.1415926-2.4-1.40.13 (MiKTeX 2.9)
entering extended mode
(C:\cygwin\usr\src\gforth\doc\vmgen.texi
("C:\Program Files (x86)\MiKTeX 2.9\tex\texinfo\base\texinfo.tex"
Loading texinfo [version 2013-02-01.11]: pdf, fonts, markup, glyphs,
page headings, tables, conditionals, indexing, sectioning, toc,
environments,
defuns, macros, cross references, insertions,
(C:\Users\druffer\AppData\Roaming\MiKTeX\2.9\tex\generic\epsf\epsf.tex
This is `epsf.tex' v2.7.4 <14 February 2011>
) localization, formatting, and turning on texinfo input format.)
(C:\cygwin\usr\src\gforth\doc\version.texi) [1] [2] [-1] Chapter 1
Cross reference values unknown; you must run TeX again. [1] Chapter 2 [2]
Chapter 3 [3] [4] Chapter 4 [5] Chapter 5 [6] [7] Chapter 6 [8] [9] [10]
[11] [12]
Overfull \hbox (32.51715pt too wide) in paragraph at lines 964--964
 []  @texttt SET_IP(target); INST_TAIL; /* now this INST_TAIL is necessary
*/[]
 |
[13] [14] [15] Chapter 7 [16] Chapter 8 [17] [18] [19] [20] [21] [22] [23]
Chapter 9 [24] Chapter 10 [25] Chapter 11 [26] Chapter 12 [27] Appendix A
[28] (C:\cygwin\usr\src\gforth\doc\fdl.texi [29] [30] [31] [32] [33] [34])
(Index) [35] [36] )
(see the transcript file for additional information)
Output written on vmgen.dvi (39 pages, 111528 bytes).
Transcript written on vmgen.log.
dvips -t letterSize -Z doc/vmgen.dvi -o doc/vmgen.ps
This is dvips(k) 5.992 Copyright 2012 Radical Eye Software
(www.radicaleye.com)
' TeX output 2013.04.08:2019' -> doc/vmgen.ps
<C:/Program Files (x86)/MiKTeX 2.9/dvips/base/texc.pro>
<C:/Program Files (x86)/MiKTeX 2.9/dvips/base/texps.pro>.
<C:/Program Files (x86)/MiKTeX 2.9/fonts/type1/public/amsfonts/cm/cmr9.pfb>
<C:/Program Files (x86)/MiKTeX
2.9/fonts/type1/public/amsfonts/cm/cmsltt10.pfb>
<C:/Program Files (x86)/MiKTeX 2.9/fonts/type1/public/amsfonts/cm/cmtt9.pfb>
<C:/Program Files (x86)/MiKTeX 2.9/fonts/type1/public/amsfonts/cm/cmr10.pfb>
<C:/Program Files (x86)/MiKTeX
2.9/fonts/type1/public/amsfonts/cm/cmcsc10.pfb>
<C:/Program Files (x86)/MiKTeX
2.9/fonts/type1/public/amsfonts/cm/cmbx12.pfb>
<C:/Program Files (x86)/MiKTeX
2.9/fonts/type1/public/amsfonts/cm/cmsl10.pfb>
<C:/Program Files (x86)/MiKTeX
2.9/fonts/type1/public/amsfonts/cm/cmtt10.pfb>
<C:/Program Files (x86)/MiKTeX 2.9/fonts/type1/public/amsfonts/cm/cmb10.pfb>
<C:/Program Files (x86)/MiKTeX
2.9/fonts/type1/public/amsfonts/cm/cmti10.pfb>
<C:/Program Files (x86)/MiKTeX
2.9/fonts/type1/public/amsfonts/cm/cmsy10.pfb>
<C:/Program Files (x86)/MiKTeX
2.9/fonts/type1/public/amsfonts/cm/cmtt12.pfb>
[1] [2] [-1] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14]
[15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29]
[30] [31] [32] [33] [34] [35] [36]
cd doc; makeinfo --no-headers --no-split gforth.texi >gforth.txt
gforth.texi:105: warning: address@hidden' omitted since writing to stdout.
gforth.texi:23405: warning: address@hidden fn' omitted since writing to
stdout.
gforth.texi:23425: warning: address@hidden cp' omitted since writing to
stdout.
cd doc; makeinfo --no-headers --no-split vmgen.texi >vmgen.txt
vmgen.texi:44: warning: address@hidden' omitted since writing to stdout.
vmgen.texi:2011: warning: address@hidden cp' omitted since writing to stdout.
if test -z ""; then \
        for i in -ll-reg -ll; do make optgforth OPT=$i && cp -p
gforth${i}.exe gforth.exe && break; done; \
else \
        ( cd engine && make gforth.exe ) && \
        cp -p engine/gforth.exe gforth.exe && \
        chcon -t unconfined_execmem_exec_t gforth.exe; \
        true; \
         make checkone check-nofast ENGINE=./engine/gforth.exe; \
fi
make[1]: Entering directory `/usr/src/gforth'
make gforth-ll-reg.exe OPT=-ll-reg OPTDEFINES="-DFORCE_LL -DFORCE_REG"
OPTOBJECTS=
make[2]: Entering directory `/usr/src/gforth'
cp -p kernl32l.fi kernl32l.fi~
cp -p kernl32l.fi- kernl32l.fi
if test -z "-ll-reg"; then \
        for i in -ll-reg -ll; do make optgforth OPT=$i && cp -p
gforth${i}.exe gforth-ll-reg.exe && break; done; \
else \
        ( cd engine && make gforth-ll-reg.exe ) && \
        cp -p engine/gforth-ll-reg.exe gforth-ll-reg.exe && \
        chcon -t unconfined_execmem_exec_t gforth-ll-reg.exe; \
        true; \
         make checkone check-nofast ENGINE=./engine/gforth-ll-reg.exe; \
fi
make[3]: Entering directory `/usr/src/gforth/engine'
make[3]: `gforth-ll-reg.exe' is up to date.
make[3]: Leaving directory `/usr/src/gforth/engine'
chcon: failed to get security context of `gforth-ll-reg.exe': Not supported
make[3]: Entering directory `/usr/src/gforth'
cp -p kernl32l.fi kernl32l.fi~
cp -p kernl32l.fi- kernl32l.fi
cd engine && make gforth-ditc-noll.exe OPT=-noll OPTDEFINES=
OPTOBJECTS=dblsub.o
make[4]: Entering directory `/usr/src/gforth/engine'
make[4]: `gforth-ditc-noll.exe' is up to date.
make[4]: Leaving directory `/usr/src/gforth/engine'
cp -p engine/gforth-ditc-noll.exe gforth-ditc.exe
true
./engine/gforth-ll-reg.exe --die-on-signal -p
".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/
local/lib/gforth/0.7.9_20130214:/usr/local/share/gforth/0.7.9_20130214:/usr/
share/gforth/site-forth:/usr/local/share/gforth/site-forth:." test/tester.fs
test/coretest.fs test/postpone.fs test/dbltest.fs test/string.fs
test/float.fs test/deferred.fs test/coreext.fs test/search.fs -e bye
2>/dev/null | tr -d '\015' | diff -c - ./test/coretest.out
./engine/gforth-ll-reg.exe --die-on-signal -p
".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/
local/lib/gforth/0.7.9_20130214:/usr/local/share/gforth/0.7.9_20130214:/usr/
share/gforth/site-forth:/usr/local/share/gforth/site-forth:." test/other.fs
-e bye
expect ``warning: ')' missing''
warning: ')' missing
./engine/gforth-ll-reg.exe -p
".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/
local/lib/gforth/0.7.9_20130214:/usr/local/share/gforth/0.7.9_20130214:/usr/
share/gforth/site-forth:/usr/local/share/gforth/site-forth:."
test/signals.fs -e bye
./engine/gforth-ll-reg.exe -p
".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/
local/lib/gforth/0.7.9_20130214:/usr/local/share/gforth/0.7.9_20130214:/usr/
share/gforth/site-forth:/usr/local/share/gforth/site-forth:."
test/coremore.fs test/gforth.fs test/macros.fs -e bye 2>&1 | tr -d '\015' |
diff -c - ./test/gforth.out
./engine/gforth-ll-reg.exe --die-on-signal -p
".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/
local/lib/gforth/0.7.9_20130214:/usr/local/share/gforth/0.7.9_20130214:/usr/
share/gforth/site-forth:/usr/local/share/gforth/site-forth:." code.fs
test/checkans.fs -e bye | tr -d '\015' | diff -c - ./test/checkans.out
redefined place with PLACE  ./engine/gforth-ll-reg.exe --die-on-signal -p
".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/
local/lib/gforth/0.7.9_20130214:/usr/local/share/gforth/0.7.9_20130214:/usr/
share/gforth/site-forth:/usr/local/share/gforth/site-forth:." prims2x.fs -e
\
          "c-flag on s\" prim.i\" out-filename 2! s\" ./prim.b\" ' output-c
' output-c-combined process-file bye"| \
          tr -d '\015' | grep -v '^#line '|diff -c - engine/prim-s.i
./engine/gforth-ll-reg.exe -p
".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/
local/lib/gforth/0.7.9_20130214:/usr/local/share/gforth/0.7.9_20130214:/usr/
share/gforth/site-forth:/usr/local/share/gforth/site-forth:."
test/gforth-nofast.fs -e bye
redefined {  make[3]: Leaving directory `/usr/src/gforth'
make[2]: Leaving directory `/usr/src/gforth'
make[1]: Leaving directory `/usr/src/gforth'
./preforth -p ".:~+:." prims2x.fs -e "s\" ./prim.b\" ' output-tag dup
process-file bye"|sed 's#^./prim#prim#' >prim.TAGS-
cp -p prim.TAGS- prim.TAGS
rm prim.TAGS-
./gforthker -p ".:~+:." etags.fs except.fs startup.fs -e bye
cat TAGS prim.TAGS kernel.TAGS >gforth.TAGS
rm TAGS
cp -p gforth.TAGS TAGS
cp -p kernl32l.fi kernl32l.fi~
cp -p kernl32l.fi- kernl32l.fi
if test -z ""; then \
        for i in -ll-reg -ll; do make optgforth OPT=$i && cp -p
gforth${i}.exe gforth.exe && break; done; \
else \
        ( cd engine && make gforth.exe ) && \
        cp -p engine/gforth.exe gforth.exe && \
        chcon -t unconfined_execmem_exec_t gforth.exe; \
        true; \
         make checkone check-nofast ENGINE=./engine/gforth.exe; \
fi
make[1]: Entering directory `/usr/src/gforth'
make gforth-ll-reg.exe OPT=-ll-reg OPTDEFINES="-DFORCE_LL -DFORCE_REG"
OPTOBJECTS=
make[2]: Entering directory `/usr/src/gforth'
cp -p kernl32l.fi kernl32l.fi~
cp -p kernl32l.fi- kernl32l.fi
if test -z "-ll-reg"; then \
        for i in -ll-reg -ll; do make optgforth OPT=$i && cp -p
gforth${i}.exe gforth-ll-reg.exe && break; done; \
else \
        ( cd engine && make gforth-ll-reg.exe ) && \
        cp -p engine/gforth-ll-reg.exe gforth-ll-reg.exe && \
        chcon -t unconfined_execmem_exec_t gforth-ll-reg.exe; \
        true; \
         make checkone check-nofast ENGINE=./engine/gforth-ll-reg.exe; \
fi
make[3]: Entering directory `/usr/src/gforth/engine'
make[3]: `gforth-ll-reg.exe' is up to date.
make[3]: Leaving directory `/usr/src/gforth/engine'
chcon: failed to get security context of `gforth-ll-reg.exe': Not supported
make[3]: Entering directory `/usr/src/gforth'
cp -p kernl32l.fi kernl32l.fi~
cp -p kernl32l.fi- kernl32l.fi
cd engine && make gforth-ditc-noll.exe OPT=-noll OPTDEFINES=
OPTOBJECTS=dblsub.o
make[4]: Entering directory `/usr/src/gforth/engine'
make[4]: `gforth-ditc-noll.exe' is up to date.
make[4]: Leaving directory `/usr/src/gforth/engine'
cp -p engine/gforth-ditc-noll.exe gforth-ditc.exe
true
./engine/gforth-ll-reg.exe --die-on-signal -p
".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/
local/lib/gforth/0.7.9_20130214:/usr/local/share/gforth/0.7.9_20130214:/usr/
share/gforth/site-forth:/usr/local/share/gforth/site-forth:." test/tester.fs
test/coretest.fs test/postpone.fs test/dbltest.fs test/string.fs
test/float.fs test/deferred.fs test/coreext.fs test/search.fs -e bye
2>/dev/null | tr -d '\015' | diff -c - ./test/coretest.out
./engine/gforth-ll-reg.exe --die-on-signal -p
".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/
local/lib/gforth/0.7.9_20130214:/usr/local/share/gforth/0.7.9_20130214:/usr/
share/gforth/site-forth:/usr/local/share/gforth/site-forth:." test/other.fs
-e bye
expect ``warning: ')' missing''
warning: ')' missing
./engine/gforth-ll-reg.exe -p
".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/
local/lib/gforth/0.7.9_20130214:/usr/local/share/gforth/0.7.9_20130214:/usr/
share/gforth/site-forth:/usr/local/share/gforth/site-forth:."
test/signals.fs -e bye
./engine/gforth-ll-reg.exe -p
".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/
local/lib/gforth/0.7.9_20130214:/usr/local/share/gforth/0.7.9_20130214:/usr/
share/gforth/site-forth:/usr/local/share/gforth/site-forth:."
test/coremore.fs test/gforth.fs test/macros.fs -e bye 2>&1 | tr -d '\015' |
diff -c - ./test/gforth.out
./engine/gforth-ll-reg.exe --die-on-signal -p
".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/
local/lib/gforth/0.7.9_20130214:/usr/local/share/gforth/0.7.9_20130214:/usr/
share/gforth/site-forth:/usr/local/share/gforth/site-forth:." code.fs
test/checkans.fs -e bye | tr -d '\015' | diff -c - ./test/checkans.out
redefined place with PLACE  ./engine/gforth-ll-reg.exe --die-on-signal -p
".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/
local/lib/gforth/0.7.9_20130214:/usr/local/share/gforth/0.7.9_20130214:/usr/
share/gforth/site-forth:/usr/local/share/gforth/site-forth:." prims2x.fs -e
\
          "c-flag on s\" prim.i\" out-filename 2! s\" ./prim.b\" ' output-c
' output-c-combined process-file bye"| \
          tr -d '\015' | grep -v '^#line '|diff -c - engine/prim-s.i
./engine/gforth-ll-reg.exe -p
".:/usr/local/lib/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/
local/lib/gforth/0.7.9_20130214:/usr/local/share/gforth/0.7.9_20130214:/usr/
share/gforth/site-forth:/usr/local/share/gforth/site-forth:."
test/gforth-nofast.fs -e bye
redefined {  make[3]: Leaving directory `/usr/src/gforth'
make[2]: Leaving directory `/usr/src/gforth'
make[1]: Leaving directory `/usr/src/gforth'
cd engine && make gforth-ditc-noll.exe OPT=-noll OPTDEFINES=
OPTOBJECTS=dblsub.o
make[1]: Entering directory `/usr/src/gforth/engine'
make[1]: `gforth-ditc-noll.exe' is up to date.
make[1]: Leaving directory `/usr/src/gforth/engine'
cp -p engine/gforth-ditc-noll.exe gforth-ditc.exe
true
cd engine && make gforth-itc-noll.exe OPT=-noll OPTDEFINES=
OPTOBJECTS=dblsub.o
make[1]: Entering directory `/usr/src/gforth/engine'
make[1]: `gforth-itc-noll.exe' is up to date.
make[1]: Leaving directory `/usr/src/gforth/engine'
cp -p engine/gforth-itc-noll.exe gforth-itc.exe
true
cp -p kernl32b.fi kernl32b.fi~
cp -p kernl32b.fi- kernl32b.fi
cp -p kernl64b.fi kernl64b.fi~
cp -p kernl64b.fi- kernl64b.fi
rm -rf lib/gforth/0.7.9_20130214/libcc-named/
for i in libffi.fs cstr.fs unix/socket.fs unix/pthread.fs unix/mmap.fs; do
./libforth -e "s\" `pwd`/lib/gforth/0.7.9_20130214/libcc-named/\"
>libcc-named-dir libcc-path clear-path libcc-named-dir libcc-path also-path
:noname 2drop s\" /usr/local/lib/gforth/0.7.9_20130214/libcc-named/\" ; is
replace-rpath" ./$i -e bye; done

DaR

-----Original Message-----
From: address@hidden
[mailto:address@hidden On Behalf Of Marcel
Hendrix
Sent: Monday, April 08, 2013 11:47 AM
To: address@hidden
Subject: [gforth] Can't compile Gforth 0.7.0 on MingW64

Dear Gforth people,
X-Online-Scanned: by Cloudmark authority (on smtp09.online.nl)

I try to recompile Gforth for my Windows 7 box (with MingW64 installed).
This is the result of "make". Is there something I can do / should have done
about this? "configure" seems to work. Note that I had to remove the -m486
switch, because this gcc doesn't recognize it (Hmm, maybe incompatibe with
64 bits, but it could have told me in a polite manner :-) 

To me, it seems the getkey and rows calls have bad syntax, The missing pwd.h
file is something configure should have caught? Can I disable pwd or provide
a hack? I thought -m32 should not be needed for Gforth?

-marcel
---------------------------------------
address@hidden /c/temp/gforthm/gforth
$ make
if test -z ""; then \
                for i in -ll-reg -noll-reg -ll -noll; do make optgforth
OPT=$i && cp -p gforth${i}.exe gforth.exe && break; done; \
        else \
                ( cd engine && make gforth.exe ) && \
                cp -p engine/gforth.exe gforth.exe && \
                true gforth.exe; \
                true; \
                make checkone check-nofast ENGINE=./engine/gforth.exe; \
        fi
make[1]: Entering directory `/c/temp/gforthm/gforth'
make gforth-ll-reg.exe OPT=-ll-reg OPTDEFINES="-DFORCE_LL -DFORCE_REG"
OPTOBJECTS=
make[2]: Entering directory `/c/temp/gforthm/gforth'
if test -z "-ll-reg"; then \
                for i in -ll-reg -noll-reg -ll -noll; do make optgforth
OPT=$i && cp -p gforth${i}.exe gforth-ll-reg.exe && break; done; \
        else \
                ( cd engine && make gforth-ll-reg.exe ) && \
                cp -p engine/gforth-ll-reg.exe gforth-ll-reg.exe && \
                true gforth-ll-reg.exe; \
                true; \
                make checkone check-nofast
ENGINE=./engine/gforth-ll-reg.exe; \
        fi
make[3]: Entering directory `/c/temp/gforthm/gforth/engine'
gcc  -I./../arch/386 -I. -Wall -O2 -fomit-frame-pointer -fforce-addr
-DHAVE_CONFIG_H -DFORCE_LL -DFORCE_REG -DDEFAULTPATH='".:/usr/local/lib
/gforth/site-forth:/usr/local/share/gforth/site-forth:/usr/local/lib/gforth/
0.7.0:/usr/local/share/gforth/0.7.0"'   -fno-gcse -fno-strict-al
iasing -fno-crossjumping -fno-reorder-blocks -falign-labels=1
-falign-loops=1 -falign-jumps=1 -fno-defer-pop -fcaller-saves -fno-inline
-DGF ORTH_DEBUGGING -o engine-ll-reg.o -c ./engine.c In file included from
c:\mingw64\bin\../lib/gcc/x86_64-w64-mingw32/4.5.2/../../../../x86_64-w64-mi
ngw32/include/unistd.h:10:0,
                 from ./forth.h:25,
                 from ./engine.c:28:
./io.h:33:6: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'getkey'
./io.h:44:14: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'rows'
./engine.c:45:17: fatal error: pwd.h: No such file or directory compilation
terminated.
make[3]: *** [engine-ll-reg.o] Error 1







reply via email to

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