Bernd,

I've taken a little detour, building gforth on a new Ubuntu 13.10 and get
the following error:

./gforthker -p ".:~+:." etags.fs except.fs startup.fs cstr.fs unix/socket.fs
unix/pthread.fs unix/mmap.fs unix/serial.fs -e bye
redefined field,  /home/druffer/.gforth/amd64/libcc-named/cstr.c:1:41: fatal
error: gforth/0.7.9_20130214/libcc.h: No such file or directory
 #include <gforth/0.7.9_20130214/libcc.h>
                                         ^
compilation terminated.

Log attached.

DaR

-----Original Message-----
From: Dennis Ruffer [mailto:[email protected]] 
Sent: Tuesday, August 13, 2013 2:07 PM
To: 'Bernd Paysan'
Cc: 'gforth'
Subject: RE: [gforth] Latest git and cygwin 64-bit

From: Bernd Paysan [mailto:[email protected]]
Sent: Tuesday, August 13, 2013 12:51 PM
Am Dienstag, 13. August 2013, 12:28:30 schrieb Dennis Ruffer:
> You wrote: " To solve the chicken and egg problem do a make dist e.g. 
> on Linux and untar the created tarball on cygwin64."
> 
> I'm not sure exactly what that gained, but the build did get further.  
> It still fails, with log attached. ;(
> 
> I see that you commented out the thread affinity and the 32 bit 
> compile appears to get as far as it used to, but the make install 
> still
fails:
> 
> $ make install
> cp -p kernl32l.fi kernl32l.fi~
> cp -p kernl32l.fi- kernl32l.fi
> ./gforthker -p ".:~+:." etags.fs except.fs startup.fs fflib.fs cstr.fs 
> unix/socket.fs unix/pthread.fs unix/mmap.fs unix/serial.fs -e bye 
> redefined field,
> *** Warning: This system can not link to static lib archive 
> /usr/lib/libavcall.la.
> *** I have the capability to make that library automatically link in 
> when
> *** you link to this library.  But I can only do this if you have a
> *** shared version of the library, which you do not appear to have.
> *** But as you try to build a module library, libtool will still 
> create
> *** a static module, that should work as long as the dlopening 
> application
> *** is linked with the -dlopen flag to resolve symbols at runtime.
> 
> file not found
> uncaught exception: error #-2
> Makefile:975: recipe for target `gforth.TAGS' failed
> make: *** [gforth.TAGS] Error 2

It looks like the check on ffcall succeeds, but you don't have the necessary
dynamic libraries for it to build successfully.  Go to the Makefile and edit
ffcall.fs out in the LIBCC_SRC variable.

<DaR> The LIBCC_BUILD_SRC variable had fflib.fs in the 04/09 version (which
works) but it wasn't used in gforth.TAGS.

<DaR> I've got libtool and ffcall, but no /usr/lib or libavcall*.  Why was
that change made?

<DaR> Any more clues on the 64 bit version?

DaR

--
Bernd Paysan
"If you want it done right, you have to do it yourself"
http://bernd-paysan.de/

aclocal: warning: autoconf input should be named 'configure.ac', not 
'configure.in'
configure.in:301: warning: AC_LIBOBJ(../$arm_cacheflush): you should use 
literals
../../lib/autoconf/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
../../lib/autoconf/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
../../lib/autoconf/general.m4:2938: AC_LIBOBJ is expanded from...
configure.in:301: the top level
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
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... /bin/grep
checking for egrep... /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/amd64//gforth.ld (false)
checking size of char *... 8
checking size of void *... 8
checking size of char... 1
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of intptr_t... 8
checking size of int128_t... 0
checking size of uint128_t... 0
checking for a C type for cells... long
checking for a C type for wydes... short
checking for a C type for tetrabytes... int
checking for a C type for octabytes... long
checking for a C type for double-cells... none
checking for a C type for unsigned double-cells... none
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 -pthread... 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/sbin/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... no
checking for xemacs... no
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... no
checking ffi.h presence... no
checking for ffi.h... no
checking ffi/ffi.h usability... no
checking ffi/ffi.h presence... no
checking for ffi/ffi.h... no
checking for ffi_call in -lffi... no
checking for __builtin_avcall in -lavcall... no
configure: WARNING: The (old) lib.fs foreign function interface needs either 
libffi or the ffcall libraries
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... no
checking for sys_siglist... yes
checking for getrusage... yes
checking for nanosleep... yes
checking for clock_gettime... yes
checking for stack_t... yes
checking whether sys_siglist is declared... yes
checking for getopt_long... yes
checking for expm1... yes
checking for log1p... yes
checking for mcheck... yes
checking for mprobe... 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... no
checking for xemacs... no
checking where .elc files should go... ${datadir}/emacs/site-lisp
checking for gforth... /usr/bin/gforth -i 
/usr/lib/x86_64-linux-gnu/gforth/0.7.0/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  set image entry point

Unresolved: Nothing!

address-space      Start: 0000.0000  End: 0000.0000  DP: 0000.0000 
user-region        Start: 0000.2948  End: 0000.2D48  DP: 0000.29C4 
dictionary         Start: 0000.0100  End: 0080.0100  DP: 0001.0EF4 
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  set image entry point

Unresolved: Nothing!

address-space      Start: 0000.0000  End: 0000.0000  DP: 0000.0000 
user-region        Start: 0000.2948  End: 0000.2D48  DP: 0000.29C4 
dictionary         Start: 0000.0100  End: 0080.0100  DP: 0001.0EF4 
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  set image entry point

Unresolved: Nothing!

address-space      Start: 0000.0000  End: 0000.0000  DP: 0000.0000 
user-region        Start: 0000.4480  End: 0000.4C80  DP: 0000.4578 
dictionary         Start: 0000.0100  End: 0080.0100  DP: 0001.E818 
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  set image entry point

Unresolved: Nothing!

address-space      Start: 0000.0000  End: 0000.0000  DP: 0000.0000 
user-region        Start: 0000.4480  End: 0000.4C80  DP: 0000.4578 
dictionary         Start: 0000.0100  End: 0080.0100  DP: 0001.E818 
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 kernl64l.fi kernl64l.fi~
cp: cannot stat ‘kernl64l.fi’: No such file or directory
make: [kernl64l.fi] Error 1 (ignored)
cp -p kernl64l.fi- kernl64l.fi
if test -z ""; then \
                for i in -ll-reg -noll-reg -ll -noll; do make optgforth OPT=$i 
&& cp -p gforth${i} gforth && break; done; \
        else \
                ( cd engine && make gforth ) && \
                cp -p engine/gforth gforth && \
                chcon -t unconfined_execmem_exec_t gforth; \
                true; \
                 make checkone check-nofast ENGINE=./engine/gforth; \
        fi
make[1]: Entering directory `/home/druffer/src/gforth'
make gforth-ll-reg OPT=-ll-reg OPTDEFINES="-DFORCE_LL -DFORCE_REG" OPTOBJECTS=
make[2]: Entering directory `/home/druffer/src/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} gforth-ll-reg && break; done; \
        else \
                ( cd engine && make gforth-ll-reg ) && \
                cp -p engine/gforth-ll-reg gforth-ll-reg && \
                chcon -t unconfined_execmem_exec_t gforth-ll-reg; \
                true; \
                 make checkone check-nofast ENGINE=./engine/gforth-ll-reg; \
        fi
make[3]: Entering directory `/home/druffer/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 `/home/druffer/src/gforth/engine'
chcon: can't apply partial context to unlabeled file ‘gforth-ll-reg’
make[3]: Entering directory `/home/druffer/src/gforth'
cd engine && make gforth-ditc-noll OPT=-noll OPTDEFINES= OPTOBJECTS=dblsub.o
make[4]: Entering directory `/home/druffer/src/gforth/engine'
make[4]: `gforth-ditc-noll' is up to date.
make[4]: Leaving directory `/home/druffer/src/gforth/engine'
cp -p engine/gforth-ditc-noll gforth-ditc
true
GFORTHD="./gforth-ditc -p .:." GFORTH="./gforth-ditc --die-on-signal -p .:. -i 
kernl64l.fi exboot.fs startup.fs arch/amd64/asm.fs arch/amd64/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 kernl64l.fi exboot.fs startup.fs 
arch/amd64/asm.fs arch/amd64/disasm.fs
 data offset=1C0 
 code offset=5ED0D0 
   xt offset=5ED0B0 
label offset=5ED090 
     4468           822BE8           E0FBE8
     4498           83C6D0           E296D0
    16000           8060B0           DF30B0
    16078     7FFF23D40178     7FFF0F4E81E8
    179D8           8225C0           E0F5C0
    17A10           83C8E0           E298E0
    17A48           83C960           E29960
    191B0           840FF0           E2DFF0
    23B88           845300           E32300
    23C40           825DB0           E12DB0
    30CC0           832320           E1F320
    36930           832C10           E1FC10
    4AE30           8327C0           E1F7C0
    4B240           832760           E1F760
    4B280           832680           E1F680
    4B2C0           83CB60           E29B60
    4B548           832700           E1F700
./engine/gforth-ll-reg --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 --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 -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 -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 --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 --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 -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 `/home/druffer/src/gforth'
make[2]: Leaving directory `/home/druffer/src/gforth'
make[1]: Leaving directory `/home/druffer/src/gforth'
cd engine && make gforth-ditc-noll OPT=-noll OPTDEFINES= OPTOBJECTS=dblsub.o
make[1]: Entering directory `/home/druffer/src/gforth/engine'
make[1]: `gforth-ditc-noll' is up to date.
make[1]: Leaving directory `/home/druffer/src/gforth/engine'
cp -p engine/gforth-ditc-noll gforth-ditc
true
cd engine && make gforth-itc-noll OPT=-noll OPTDEFINES= OPTOBJECTS=dblsub.o
make[1]: Entering directory `/home/druffer/src/gforth/engine'
make[1]: `gforth-itc-noll' is up to date.
make[1]: Leaving directory `/home/druffer/src/gforth/engine'
cp -p engine/gforth-itc-noll gforth-itc
true
cp -p kernl32l.fi kernl32l.fi~
cp: cannot stat ‘kernl32l.fi’: No such file or directory
make: [kernl32l.fi] Error 1 (ignored)
cp -p kernl32l.fi- kernl32l.fi
cp -p kernl32b.fi kernl32b.fi~
cp: cannot stat ‘kernl32b.fi’: No such file or directory
make: [kernl32b.fi] Error 1 (ignored)
cp -p kernl32b.fi- kernl32b.fi
cp -p kernl64b.fi kernl64b.fi~
cp: cannot stat ‘kernl64b.fi’: No such file or directory
make: [kernl64b.fi] Error 1 (ignored)
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 -noll-reg -ll -noll; do make optgforth-fast 
OPT=$i && cp -p gforth-fast${i} gforth-fast && break; done; \
        else \
                (cd engine && make gforth-fast ) && \
                cp -p engine/gforth-fast gforth-fast && \
                chcon -t unconfined_execmem_exec_t gforth-fast; \
                true; \
                 make checkone ENGINE=./engine/gforth-fast; \
        fi
make[1]: Entering directory `/home/druffer/src/gforth'
make gforth-fast-ll-reg OPT=-ll-reg OPTDEFINES="-DFORCE_LL -DFORCE_REG" 
OPTOBJECTS=
make[2]: Entering directory `/home/druffer/src/gforth'
if test -z "-ll-reg"; then \
                for i in -ll-reg -noll-reg -ll -noll; do make optgforth-fast 
OPT=$i && cp -p gforth-fast${i} gforth-fast-ll-reg && break; done; \
        else \
                (cd engine && make gforth-fast-ll-reg ) && \
                cp -p engine/gforth-fast-ll-reg gforth-fast-ll-reg && \
                chcon -t unconfined_execmem_exec_t gforth-fast-ll-reg; \
                true; \
                 make checkone ENGINE=./engine/gforth-fast-ll-reg; \
        fi
make[3]: Entering directory `/home/druffer/src/gforth/engine'
gcc  -I./../arch/amd64 -I. -Wall -O2 -pthread -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-forth:/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 -pthread -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:661:6: warning: assignment from incompatible pointer type [enabled by 
default]
In file included from ./engine.c:475:0:
prim:670:4: warning: assignment from incompatible pointer type [enabled by 
default]
In file included from ./engine.c:475:0:
prim:1904:1: warning: '0' flag used with ‘%p’ gnu_printf format [-Wformat=]
prim:1904:1: warning: format ‘%x’ expects argument of type ‘unsigned 
int’, but argument 4 has type ‘UCell’ [-Wformat=]
In file included from ./engine.c:28:0:
./forth.h:204:45: warning: ‘ud’ may be used uninitialized in this function 
[-Wmaybe-uninitialized]
 #define DLO_IS(x,y) ({ Double_Store _d; _d.d=(x); _d.cells.low =(y); (x)=_d.d; 
})
                                             ^
In file included from ./engine.c:475:0:
prim-fast.i:15884:8: note: ‘ud’ was declared here
 UDCell ud;
        ^
In file included from ./engine.c:28:0:
./forth.h:204:45: warning: ‘ud’ may be used uninitialized in this function 
[-Wmaybe-uninitialized]
 #define DLO_IS(x,y) ({ Double_Store _d; _d.d=(x); _d.cells.low =(y); (x)=_d.d; 
})
                                             ^
In file included from ./engine.c:475:0:
prim-fast.i:15819:8: note: ‘ud’ was declared here
 UDCell ud;
        ^
In file included from ./engine.c:28:0:
./forth.h:204:45: warning: ‘d’ may be used uninitialized in this function 
[-Wmaybe-uninitialized]
 #define DLO_IS(x,y) ({ Double_Store _d; _d.d=(x); _d.cells.low =(y); (x)=_d.d; 
})
                                             ^
In file included from ./engine.c:475:0:
prim-fast.i:15647:7: note: ‘d’ was declared here
 DCell d;
       ^
In file included from ./engine.c:28:0:
./forth.h:204:45: warning: ‘ud’ may be used uninitialized in this function 
[-Wmaybe-uninitialized]
 #define DLO_IS(x,y) ({ Double_Store _d; _d.d=(x); _d.cells.low =(y); (x)=_d.d; 
})
                                             ^
In file included from ./engine.c:475:0:
prim-fast.i:15597:8: note: ‘ud’ was declared here
 UDCell ud;
        ^
gcc  -I./../arch/amd64 -I. -Wall -O2 -pthread -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-forth:/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 -pthread -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:661:6: warning: assignment from incompatible pointer type [enabled by 
default]
In file included from ./engine.c:475:0:
prim:670:4: warning: assignment from incompatible pointer type [enabled by 
default]
In file included from ./engine.c:475:0:
prim:1904:1: warning: '0' flag used with ‘%p’ gnu_printf format [-Wformat=]
prim:1904:1: warning: format ‘%x’ expects argument of type ‘unsigned 
int’, but argument 4 has type ‘UCell’ [-Wformat=]
In file included from ./engine.c:28:0:
./forth.h:204:45: warning: ‘ud’ may be used uninitialized in this function 
[-Wmaybe-uninitialized]
 #define DLO_IS(x,y) ({ Double_Store _d; _d.d=(x); _d.cells.low =(y); (x)=_d.d; 
})
                                             ^
In file included from ./engine.c:475:0:
prim-fast.i:15884:8: note: ‘ud’ was declared here
 UDCell ud;
        ^
In file included from ./engine.c:28:0:
./forth.h:204:45: warning: ‘ud’ may be used uninitialized in this function 
[-Wmaybe-uninitialized]
 #define DLO_IS(x,y) ({ Double_Store _d; _d.d=(x); _d.cells.low =(y); (x)=_d.d; 
})
                                             ^
In file included from ./engine.c:475:0:
prim-fast.i:15819:8: note: ‘ud’ was declared here
 UDCell ud;
        ^
In file included from ./engine.c:28:0:
./forth.h:204:45: warning: ‘d’ may be used uninitialized in this function 
[-Wmaybe-uninitialized]
 #define DLO_IS(x,y) ({ Double_Store _d; _d.d=(x); _d.cells.low =(y); (x)=_d.d; 
})
                                             ^
In file included from ./engine.c:475:0:
prim-fast.i:15647:7: note: ‘d’ was declared here
 DCell d;
       ^
In file included from ./engine.c:28:0:
./forth.h:204:45: warning: ‘ud’ may be used uninitialized in this function 
[-Wmaybe-uninitialized]
 #define DLO_IS(x,y) ({ Double_Store _d; _d.d=(x); _d.cells.low =(y); (x)=_d.d; 
})
                                             ^
In file included from ./engine.c:475:0:
prim-fast.i:15597:8: note: ‘ud’ was declared here
 UDCell ud;
        ^
gcc  -I./../arch/amd64 -I. -Wall -O2 -pthread -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-forth:/usr/local/share/gforth/site-forth"'
   -c  -o main-fast-ll-reg.o ./main.c
./main.c: In function ‘gforth_start’:
./main.c:2612:3: warning: implicit declaration of function ‘mcheck’ 
[-Wimplicit-function-declaration]
   mcheck(gforth_abortmcheck);
   ^
./main.c: In function ‘gforth_loader’:
./main.c:2061:8: warning: ignoring return value of ‘fread’, declared with 
attribute warn_unused_result [-Wunused-result]
   fread((void *)&header,sizeof(ImageHeader),1,imagefile);
        ^
./main.c:2086:10: warning: ignoring return value of ‘fread’, declared with 
attribute warn_unused_result [-Wunused-result]
     fread(reloc_bits, 1, reloc_size, imagefile);
          ^
./main.c: In function ‘dict_alloc_read’:
./main.c:631:10: warning: ignoring return value of ‘fread’, declared with 
attribute warn_unused_result [-Wunused-result]
     fread(image, 1, imagesize, file);
          ^
gcc  -export-dynamic -pthread  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
make[3]: Leaving directory `/home/druffer/src/gforth/engine'
chcon: can't apply partial context to unlabeled file ‘gforth-fast-ll-reg’
make[3]: Entering directory `/home/druffer/src/gforth'
cd engine && make gforth-ditc-noll OPT=-noll OPTDEFINES= OPTOBJECTS=dblsub.o
make[4]: Entering directory `/home/druffer/src/gforth/engine'
make[4]: `gforth-ditc-noll' is up to date.
make[4]: Leaving directory `/home/druffer/src/gforth/engine'
cp -p engine/gforth-ditc-noll gforth-ditc
true
./engine/gforth-fast-ll-reg --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 --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 -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 -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 --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 --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 `/home/druffer/src/gforth'
make[2]: Leaving directory `/home/druffer/src/gforth'
make[1]: Leaving directory `/home/druffer/src/gforth'
rm -rf lib/gforth/0.7.9_20130214/libcc-named/
for i in cstr.fs unix/socket.fs unix/pthread.fs unix/mmap.fs unix/serial.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
/home/druffer/src/gforth/lib/gforth/0.7.9_20130214/libcc-named/pthread.c: In 
function 'create_pipe':
/home/druffer/src/gforth/lib/gforth/0.7.9_20130214/libcc-named/pthread.c:111:7: 
warning: ignoring return value of 'pipe', declared with attribute 
warn_unused_result [-Wunused-result]
   pipe(epipe);
       ^
make checkone check-nofast ENGINE="./gforth --no-dynamic" >/dev/null 2>&1
make checkone check-nofast ENGINE="./gforth-itc" >/dev/null 2>&1
make checkone check-nofast ENGINE="./gforth-ditc" >/dev/null 2>&1
make checkone ENGINE="./gforth-fast --no-dynamic" >/dev/null 2>&1
make checkone check-nofast ENGINE="./gforth" >/dev/null 2>&1
make checkone ENGINE="./gforth-fast" >/dev/null 2>&1
*** Check successful ***
./gforth-fast --diag -e bye
*** no performance problems ***
cd engine && make gforth-ditc-noll OPT=-noll OPTDEFINES= OPTOBJECTS=dblsub.o
make[1]: Entering directory `/home/druffer/src/gforth/engine'
make[1]: `gforth-ditc-noll' is up to date.
make[1]: Leaving directory `/home/druffer/src/gforth/engine'
cp -p engine/gforth-ditc-noll gforth-ditc
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
cd doc; makeinfo vmgen.texi
cd doc; makeinfo --html gforth.texi
cd doc; makeinfo --html vmgen.texi
cd doc; texi2dvi gforth.texi
This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013/Debian)
 restricted \write18 enabled.
entering extended mode
(./gforth.texi (/usr/share/texmf/tex/texinfo/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,
(/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
This is `epsf.tex' v2.7.4 <14 February 2011>
) localization, formatting, and turning on texinfo input format.) (./gforth.aux
) (./version.texi) [1]
Overfull \hbox (17.1251pt too wide) in paragraph at lines 7--8
[]@textrm Copyright [] 1995, 1996, 1997, 1998, 2000, 2003, 2004,2005,2006,2007,
2008,2009,2010,2011,2012|
[2] (./gforth.toc [-1] [-2] [-3] [-4] [-5] [-6] [-7]) [-8] (Preface) Chapter 1
[1] 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
 []@texttt 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/ncg_goldberg.html[]@textsl
 ), ACM Com-put-ing
[26]
Underfull \hbox (badness 10000) in paragraph at lines 2636--2644
 @textsl (@texttt http://home.pipeline.com/~hbaker1/sigplannotices/sigcol05.ps.
gz[]@textsl ), 
[27] [28] [29] [30] [31] [32] [33] [34] [35]
Overfull \hbox (14.94176pt too wide) in paragraph at lines 3316--3316
 []@texttt : 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/ncg_goldberg.html[]@textsl
 ), ACM Com-put-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
 []@texttt 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
 []@texttt 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
[]@texttt action-of[]       @textit in-ter-pre-ta-tion @texttt "@textit name@te
xttt " @textit -- xt; com-pi-la-tion @texttt "@textit name@texttt " @textit -- 
; run-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]
Overfull \hbox (20.69044pt too wide) in paragraph at lines 11714--11714
 []@texttt ( wid ) set-current \ restore original (i.e., public) compilation wo
rdlist[] |
[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]
Underfull \hbox (badness 10000) in paragraph at lines 16011--16017
[]@textrm This sec-tion de-scribes the @texttt objects.fs[] @textrm pack-age. T
his ma-te-rial also has

Underfull \hbox (badness 10000) in paragraph at lines 16011--16017
@textrm been pub-lished in M. An-ton Ertl, @textsl Yet An-other Forth Ob-jects 
Pack-age

Underfull \hbox (badness 10000) in paragraph at lines 16011--16017
@textsl (@texttt http://www.complang.tuwien.ac.at/forth/objects/objects.html[]@
textsl )@textrm , Forth
[148] [149] [150] [151] [152] [153] [154]
Overfull \hbox (20.69044pt too wide) in paragraph at lines 16635--16635
 []@texttt 2dup selector-interface @ ( object selector-body object interface-of
fset )[] |
[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 19396--19396
 []@texttt 20 ax *4 i#)    20[eax*4]      20(,%eax,4)     (index*scale)+displac
ement[] |

Overfull \hbox (43.6852pt too wide) in paragraph at lines 19399--19399
 []@texttt 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 20269--20269
 []@texttt gforth depth-changes.fs -e "' all-lines is depth-changes-filter" my-
file.fs[] |

Overfull \hbox (32.18782pt too wide) in paragraph at lines 20284--20284
 []@texttt 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 22228--22228
 []@texttt 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 22489--22489
 []    @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 22977--22977
 []@texttt DEF_CA                          /* definition of variable ca (indire
ct threading) */[] |
[223] [224] [225]
Overfull \hbox (114.61086pt too wide) in paragraph at lines 23179--23189
[]@textrm In @textsl Trans-lat-ing Forth to Ef-fi-cient C (@texttt http://www.c
omplang.tuwien.ac.at/papers/ertl&maierhofer95.ps.gz[]@textsl )|
Chapter 15 [226] [227]
Overfull \hbox (20.69044pt too wide) in paragraph at lines 23317--23317
 []                                @texttt \ special conditionals supporting gf
orths'[] |
[228] Appendix A [229] Appendix B [230] Appendix C [231] Appendix D [232]
(./fdl.texi [233] [234] [235] [236] [237] [238]) (./gpl.texi [239] [240]
[241] [242] [243] [244] [245] [246] [247] [248] [249]) (Word Index) [250]
(./gforth.fns [251] [252] [253] [254] [255] [256] [257] [258] [259])
(Concept and Word Index) [260] (./gforth.cps [261] [262] [263] [264] [265]
[266] [267] [268] [269] [270] [271] [272] [273] [274] [275] [276] [277]
[278]) [279] )
(see the transcript file for additional information)
Output written on gforth.dvi (289 pages, 1669664 bytes).
Transcript written on gforth.log.
dvips -t letterSize -Z doc/gforth.dvi -o doc/gforth.ps
This is dvips(k) 5.993 Copyright 2013 Radical Eye Software (www.radicaleye.com)
' TeX output 2013.08.15:2002' -> doc/gforth.ps
</tmp/texfonts/pk/ljfour/jknappen/ec/ecrm1095.603pk>
</tmp/texfonts/pk/ljfour/jknappen/ec/ecti1095.603pk>
</usr/share/texlive/texmf-dist/dvips/base/texc.pro>
</usr/share/texlive/texmf-dist/dvips/base/texps.pro>. 
</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi9.pfb>
</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsltt10.pfb>
</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb>
</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmcsc10.pfb>
</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmti9.pfb>
</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt12.pfb>
</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsl9.pfb>
</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx12.pfb>
</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt9.pfb>
</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmb10.pfb>
</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsl10.pfb>
</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmti10.pfb>
</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr9.pfb>
</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr7.pfb>
</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt10.pfb>
</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb>
</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi12.pfb>
</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb>[1] 
[2] [-1] [-2] [-3] [-4] [-5] [-6] [-7] [-8] [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] [253] [254] 
[255] [256] [257] [258] [259] [260] [261] [262] [263] [264] [265] [266] [267] 
[268] [269] [270] [271] [272] [273] [274] [275] [276] [277] [278] [279] 
cd doc; texi2dvi vmgen.texi
This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013/Debian)
 restricted \write18 enabled.
entering extended mode
(./vmgen.texi (/usr/share/texmf/tex/texinfo/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,
(/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
This is `epsf.tex' v2.7.4 <14 February 2011>
) localization, formatting, and turning on texinfo input format.) (./vmgen.aux)
(./version.texi) [1] [2] (./vmgen.toc [-1]) [-2] Chapter 1 [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] (./fdl.texi [29] [30] [31] [32] [33] [34]) (Index) [35] (./vmgen.cps
[36] [37]) [38] )
(see the transcript file for additional information)
Output written on vmgen.dvi (42 pages, 169648 bytes).
Transcript written on vmgen.log.
dvips -t letterSize -Z doc/vmgen.dvi -o doc/vmgen.ps
This is dvips(k) 5.993 Copyright 2013 Radical Eye Software (www.radicaleye.com)
' TeX output 2013.08.15:2002' -> doc/vmgen.ps
</usr/share/texlive/texmf-dist/dvips/base/texc.pro>
</usr/share/texlive/texmf-dist/dvips/base/texps.pro>. 
</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi9.pfb>
</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr9.pfb>
</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsltt10.pfb>
</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt9.pfb>
</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb>
</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmcsc10.pfb>
</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx12.pfb>
</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsl10.pfb>
</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt10.pfb>
</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmb10.pfb>
</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmti10.pfb>
</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb>
</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi12.pfb>
</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb>
</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt12.pfb>[1] 
[2] [-1] [-2] [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] 
cd doc; makeinfo --no-headers --no-split gforth.texi >gforth.txt
cd doc; makeinfo --no-headers --no-split vmgen.texi >vmgen.txt
if test -z ""; then \
                for i in -ll-reg -noll-reg -ll -noll; do make optgforth OPT=$i 
&& cp -p gforth${i} gforth && break; done; \
        else \
                ( cd engine && make gforth ) && \
                cp -p engine/gforth gforth && \
                chcon -t unconfined_execmem_exec_t gforth; \
                true; \
                 make checkone check-nofast ENGINE=./engine/gforth; \
        fi
make[1]: Entering directory `/home/druffer/src/gforth'
make gforth-ll-reg OPT=-ll-reg OPTDEFINES="-DFORCE_LL -DFORCE_REG" OPTOBJECTS=
make[2]: Entering directory `/home/druffer/src/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} gforth-ll-reg && break; done; \
        else \
                ( cd engine && make gforth-ll-reg ) && \
                cp -p engine/gforth-ll-reg gforth-ll-reg && \
                chcon -t unconfined_execmem_exec_t gforth-ll-reg; \
                true; \
                 make checkone check-nofast ENGINE=./engine/gforth-ll-reg; \
        fi
make[3]: Entering directory `/home/druffer/src/gforth/engine'
make[3]: `gforth-ll-reg' is up to date.
make[3]: Leaving directory `/home/druffer/src/gforth/engine'
chcon: can't apply partial context to unlabeled file ‘gforth-ll-reg’
make[3]: Entering directory `/home/druffer/src/gforth'
cd engine && make gforth-ditc-noll OPT=-noll OPTDEFINES= OPTOBJECTS=dblsub.o
make[4]: Entering directory `/home/druffer/src/gforth/engine'
make[4]: `gforth-ditc-noll' is up to date.
make[4]: Leaving directory `/home/druffer/src/gforth/engine'
cp -p engine/gforth-ditc-noll gforth-ditc
true
./engine/gforth-ll-reg --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 --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 -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 -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 --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 --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 -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 `/home/druffer/src/gforth'
make[2]: Leaving directory `/home/druffer/src/gforth'
make[1]: Leaving directory `/home/druffer/src/gforth'
./gforthker -p ".:~+:." etags.fs except.fs startup.fs cstr.fs unix/socket.fs 
unix/pthread.fs unix/mmap.fs unix/serial.fs -e bye
redefined field,  /home/druffer/.gforth/amd64/libcc-named/cstr.c:1:41: fatal 
error: gforth/0.7.9_20130214/libcc.h: No such file or directory
 #include <gforth/0.7.9_20130214/libcc.h>
                                         ^
compilation terminated.

uncaught exception: error #-2
make: *** [gforth.TAGS] Error 2

Reply via email to