unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Panicz Maciej Godek <godek.maciek@gmail.com>
To: Andy Wingo <wingo@pobox.com>
Cc: "guile-user@gnu.org" <guile-user@gnu.org>
Subject: Re: guile 2.0.9 build on mingw
Date: Sun, 26 May 2013 22:41:16 +0200	[thread overview]
Message-ID: <CAMFYt2YBv2+p-h2DAVc3PfO6KPVQFt5dq_wgdMxQP7HPyGLF2A@mail.gmail.com> (raw)
In-Reply-To: <874ndx9y7h.fsf@pobox.com>


[-- Attachment #1.1: Type: text/plain, Size: 3486 bytes --]

2013/5/20 Andy Wingo <wingo@pobox.com>

> On Mon 20 May 2013 22:05, Eli Zaretskii <eliz@gnu.org> writes:
>
> >> Date: Mon, 20 May 2013 21:46:02 +0200
> >> From: Panicz Maciej Godek <godek.maciek@gmail.com>
> >>
> >> I'm trying to build guile on mingw, but i get the following error:
> >>
> >> the instruction at 0x7059fe6b refrenced memory at 0x00000004 the memory
> >> could not be read
> >>
> >> The error appears at the stage
> >>
> >>   GEN      guile-procedures.texi
> >>
> >> but when I ask make to keep going, the same error appears when guilec
> tries
> >> to compile ice-9/eval.go.
> >
> > I reported a similar problem here:
> >
> >   http://lists.gnu.org/archive/html/bug-guile/2013-05/msg00006.html
> >
> > So far no replies.  I hope to hear from them some day.
>
> Thanks for the ping :)  Can you run meta/gdb-uninstalled-guile and get a
> backtrace somehow?  Do you know what source line this error is coming
> from?  I've only cross-built and not actually tried to run Guile on
> native MinGW.
>

I don't know how to handle more advanced debugging methods, but perhaps it
might be helpful to note that in case of GUILEC, the error pop-ups almost
simultaneously with a notice from make, which states that it wrote the .go
file.
I include the standard output and error logs from make -k.

After some cheap cheats with makefiles (i.e. replacing the
guile-procedues.texi rule with "touch $@" in libguile/Makefile, and
touching libguile/guile-procedures.txt) I finally managed to make -k
install (the "-k" option was needed, because there was no file named
guild.exe, and I don't think that there's supposed to be one).

When I run it for the first time, I got the following message:

--BEGIN--
Throw without catch before boot:
Throw to key misc-error with args ("primitive-load-path" "Unable to find
file ~S in load path" ("ice-9/boot-9") #f)Aborting.

This application has requested the Runtime to terminate it in an unusual
way.
Please contact the application's support team for more information.
Cannot exit gracefully when init is in progress; aborting.

This application has requested the Runtime to terminate it in an unusual
way.
Please contact the application's support team for more information.
--END--

I therefore decided to show guile explicitly where it should look for
modules:
$ GUILE_LOAD_PATH=/usr/share/guile/2.0

It opened and started to compile the modules, although initially it was
complaining that there was no language scheme nor tree-il, and the
auto-compilation process stalled when compiling ice-9/threads.scm

The aforementioned complaints didin't appear when I ran guile for the
second time, but then I obtained a lot of messages like:
;;; compiling C:/msys/share/guile/2.0\language\assembly.scm
;;; it seems C:/msys/share/guile/2.0\language\assembly.scm
;;; is part of the compiler; skipping auto-compilation

it sort of stalled after having skipped the srfi\srfi-11.scm module, so I
decided to run it for the third time, this time passing
GUILE_AUTO_COMPILE=0 as well, but then the interpreter started without any
prompt, as if it was dead (although it did terminate with Ctrl+C). I also
decided to see whether it could be readline's fault (or something), so I
ran it passing the --version arg, but it didn't change anything.

I attach the make logs, unfortunately in two distinct files for stdout and
stderr, loosing the chronology of messages. During compilation to .go
files, the error messages came after the "wrote `*.go'".

Best regards!

[-- Attachment #1.2: Type: text/html, Size: 4987 bytes --]

[-- Attachment #2: make.err --]
[-- Type: application/octet-stream, Size: 21845 bytes --]

make[3]: *** [guile-procedures.texi] Error 1
make[3]: Target `all-am' not remade because of errors.
make[2]: *** [all] Error 2
make[2]: *** [ice-9/vlist.go] Error 5
make[2]: *** [srfi/srfi-1.go] Error 5
make[2]: *** [language/tree-il/peval.go] Error 5
make[2]: *** [language/tree-il/cse.go] Error 5
make[2]: *** [language/tree-il.go] Error 5
make[2]: *** [language/glil.go] Error 5
make[2]: *** [language/assembly.go] Error 5
make[2]: *** [language/tree-il/primitives.go] Error 5
make[2]: *** [language/tree-il/effects.go] Error 5
make[2]: *** [language/tree-il/fix-letrec.go] Error 5
make[2]: *** [language/tree-il/optimize.go] Error 5
make[2]: *** [language/tree-il/canonicalize.go] Error 5
make[2]: *** [language/tree-il/analyze.go] Error 5
make[2]: *** [language/tree-il/inline.go] Error 5
make[2]: *** [language/tree-il/compile-glil.go] Error 5
make[2]: *** [language/tree-il/debug.go] Error 5
make[2]: *** [language/tree-il/spec.go] Error 5
make[2]: *** [language/glil/spec.go] Error 5
make[2]: *** [language/glil/compile-assembly.go] Error 5
make[2]: *** [language/assembly/spec.go] Error 5
make[2]: *** [language/assembly/compile-bytecode.go] Error 5
make[2]: *** [language/assembly/decompile-bytecode.go] Error 5
make[2]: *** [language/assembly/disassemble.go] Error 5
make[2]: *** [language/bytecode/spec.go] Error 5
make[2]: *** [language/objcode/spec.go] Error 5
make[2]: *** [language/value/spec.go] Error 5
make[2]: *** [language/scheme/spec.go] Error 5
make[2]: *** [language/scheme/compile-tree-il.go] Error 5
make[2]: *** [language/scheme/decompile-tree-il.go] Error 5
make[2]: *** [system/base/pmatch.go] Error 5
make[2]: *** [system/base/syntax.go] Error 5
make[2]: *** [system/base/compile.go] Error 5
make[2]: *** [system/base/language.go] Error 5
make[2]: *** [system/base/lalr.go] Error 5
make[2]: *** [system/base/message.go] Error 5
make[2]: *** [system/base/target.go] Error 5
make[2]: *** [system/base/ck.go] Error 5
make[2]: *** [ice-9/r4rs.go] Error 5
make[2]: *** [ice-9/r5rs.go] Error 5
make[2]: *** [ice-9/deprecated.go] Error 5
make[2]: *** [ice-9/and-let-star.go] Error 5
make[2]: *** [ice-9/binary-ports.go] Error 5
make[2]: *** [ice-9/calling.go] Error 5
make[2]: *** [ice-9/command-line.go] Error 5
make[2]: *** [ice-9/common-list.go] Error 5
make[2]: *** [ice-9/control.go] Error 5
make[2]: *** [ice-9/curried-definitions.go] Error 5
make[2]: *** [ice-9/debug.go] Error 5
make[2]: *** [ice-9/documentation.go] Error 5
make[2]: *** [ice-9/eval-string.go] Error 5
make[2]: *** [ice-9/expect.go] Error 5
make[2]: *** [ice-9/format.go] Error 5
make[2]: *** [ice-9/futures.go] Error 253
make[2]: *** [ice-9/getopt-long.go] Error 5
make[2]: *** [ice-9/hcons.go] Error 5
make[2]: *** [ice-9/i18n.go] Error 5
make[2]: *** [ice-9/iconv.go] Error 5
make[2]: *** [ice-9/lineio.go] Error 5
make[2]: *** [ice-9/ls.go] Error 253
make[2]: *** [ice-9/mapping.go] Error 253
make[2]: *** [ice-9/match.go] Error 5
ice-9/networking.scm:23:29: warning: possibly unbound variable `gethost'
ice-9/networking.scm:24:29: warning: possibly unbound variable `gethost'
ice-9/networking.scm:26:28: warning: possibly unbound variable `getnet'
ice-9/networking.scm:27:28: warning: possibly unbound variable `getnet'
ice-9/networking.scm:29:30: warning: possibly unbound variable `getproto'
ice-9/networking.scm:30:32: warning: possibly unbound variable `getproto'
ice-9/networking.scm:32:35: warning: possibly unbound variable `getserv'
ice-9/networking.scm:33:35: warning: possibly unbound variable `getserv'
ice-9/networking.scm:37:6: warning: possibly unbound variable `sethost'
ice-9/networking.scm:38:6: warning: possibly unbound variable `sethost'
ice-9/networking.scm:41:6: warning: possibly unbound variable `setnet'
ice-9/networking.scm:42:6: warning: possibly unbound variable `setnet'
ice-9/networking.scm:45:6: warning: possibly unbound variable `setproto'
ice-9/networking.scm:46:6: warning: possibly unbound variable `setproto'
ice-9/nemake[2]: *** [ice-9/networking.go] Error 5
make[2]: *** [ice-9/null.go] Error 5
make[2]: *** [ice-9/occam-channel.go] Error 5
make[2]: *** [ice-9/optargs.go] Error 253
make[2]: *** [ice-9/poe.go] Error 5
make[2]: *** [ice-9/poll.go] Error 5
make[2]: *** [ice-9/posix.go] Error 5
make[2]: *** [ice-9/q.go] Error 5
make[2]: *** [ice-9/rdelim.go] Error 5
make[2]: *** [ice-9/receive.go] Error 5
make[2]: *** [ice-9/regex.go] Error 5
make[2]: *** [ice-9/runq.go] Error 5
make[2]: *** [ice-9/rw.go] Error 253
make[2]: *** [ice-9/safe-r5rs.go] Error 253
make[2]: *** [ice-9/safe.go] Error 253
make[2]: *** [ice-9/save-stack.go] Error 253
make[2]: *** [ice-9/scm-style-repl.go] Error 5
ice-9/session.scm:241:11: warning: non-literal format string
make[2]: *** [ice-9/session.go] Error 5
make[2]: *** [ice-9/slib.go] Error 253
make[2]: *** [ice-9/stack-catch.go] Error 253
make[2]: *** [ice-9/streams.go] Error 5
make[2]: *** [ice-9/string-fun.go] Error 5
make[2]: *** [ice-9/syncase.go] Error 5
make[2]: *** [ice-9/threads.go] Error 5
make[2]: *** [ice-9/top-repl.go] Error 5
make[2]: *** [ice-9/buffered-input.go] Error 5
make[2]: *** [ice-9/time.go] Error 5
make[2]: *** [ice-9/history.go] Error 5
make[2]: *** [ice-9/channel.go] Error 253
make[2]: *** [ice-9/pretty-print.go] Error 5
ice-9/ftw.scm:256:13: warning: possibly unbound variable `getuid'
ice-9/ftw.scm:257:13: warning: possibly unbound variable `getgid'
ice-9/ftw.scm:284:35: warning: possibly unbound variable `lstat'
ice-9/ftw.scm:307:46: warning: possibly unbound variable `getuid'
ice-9/ftw.scm:307:55: warning: possibly unbound variable `getgid'
ice-9/ftw.scm:327:44: warning: possibly unbound variable `lstat'
ice-9/ftw.scm:353:52: warning: possibly unbound variable `getuid'
ice-9/ftw.scm:353:61: warning: possibly unbound variable `getgid'
ice-9/ftw.scm:399:0: warning: possibly unbound variable `lstat'
ice-9/ftw.scm:493:0: warning: possibly unbound variable `lstat'
ice-9/ftw.scm:565:9: warning: possibly unbound variable `lstat'
make[2]: *** [ice-9/ftw.go] Error 5
make[2]: *** [ice-9/gap-buffer.go] Error 5
make[2]: *** [ice-9/weak-vector.go] Error 5
make[2]: *** [ice-9/list.go] Error 5
make[2]: *** [ice-9/serialize.go] Error 253
make[2]: *** [ice-9/local-eval.go] Error 5
make[2]: *** [srfi/srfi-2.go] Error 5
make[2]: *** [srfi/srfi-4.go] Error 5
make[2]: *** [srfi/srfi-4/gnu.go] Error 5
make[2]: *** [srfi/srfi-6.go] Error 5
make[2]: *** [srfi/srfi-8.go] Error 5
make[2]: *** [srfi/srfi-9.go] Error 5
make[2]: *** [srfi/srfi-9/gnu.go] Error 5
make[2]: *** [srfi/srfi-10.go] Error 5
make[2]: *** [srfi/srfi-11.go] Error 5
make[2]: *** [srfi/srfi-13.go] Error 5
make[2]: *** [srfi/srfi-14.go] Error 5
make[2]: *** [srfi/srfi-16.go] Error 5
make[2]: *** [srfi/srfi-17.go] Error 253
make[2]: *** [srfi/srfi-18.go] Error 5
make[2]: *** [srfi/srfi-19.go] Error 5
make[2]: *** [srfi/srfi-26.go] Error 5
make[2]: *** [srfi/srfi-27.go] Error 5
make[2]: *** [srfi/srfi-31.go] Error 5
make[2]: *** [srfi/srfi-34.go] Error 5
make[2]: *** [srfi/srfi-35.go] Error 253
make[2]: *** [srfi/srfi-37.go] Error 5
make[2]: *** [srfi/srfi-38.go] Error 253
make[2]: *** [srfi/srfi-41.go] Error 5
make[2]: *** [srfi/srfi-42.go] Error 5
make[2]: *** [srfi/srfi-39.go] Error 5
make[2]: *** [srfi/srfi-45.go] Error 5
make[2]: *** [srfi/srfi-60.go] Error 5
make[2]: *** [srfi/srfi-67.go] Error 5
make[2]: *** [srfi/srfi-69.go] Error 253
make[2]: *** [srfi/srfi-88.go] Error 5
make[2]: *** [srfi/srfi-98.go] Error 253
make[2]: *** [rnrs/base.go] Error 5
make[2]: *** [rnrs/conditions.go] Error 5
make[2]: *** [rnrs/control.go] Error 5
make[2]: *** [rnrs/enums.go] Error 5
make[2]: *** [rnrs/eval.go] Error 5
make[2]: *** [rnrs/exceptions.go] Error 5
make[2]: *** [rnrs/files.go] Error 5
make[2]: *** [rnrs/hashtables.go] Error 5
make[2]: *** [rnrs/lists.go] Error 5
make[2]: *** [rnrs/mutable-pairs.go] Error 253
make[2]: *** [rnrs/mutable-strings.go] Error 253
make[2]: *** [rnrs/programs.go] Error 5
make[2]: *** [rnrs/r5rs.go] Error 5
make[2]: *** [rnrs/sorting.go] Error 5
make[2]: *** [rnrs/syntax-case.go] Error 5
make[2]: *** [rnrs/unicode.go] Error 5
make[2]: *** [rnrs/arithmetic/bitwise.go] Error 5
make[2]: *** [rnrs/arithmetic/fixnums.go] Error 5
make[2]: *** [rnrs/arithmetic/flonums.go] Error 5
make[2]: *** [rnrs/bytevectors.go] Error 5
make[2]: *** [rnrs/io/simple.go] Error 5
make[2]: *** [rnrs/io/ports.go] Error 5
make[2]: *** [rnrs/records/inspection.go] Error 5
make[2]: *** [rnrs/records/procedural.go] Error 5
make[2]: *** [rnrs/records/syntactic.go] Error 5
make[2]: *** [rnrs.go] Error 5
make[2]: *** [oop/goops.go] Error 5
make[2]: *** [oop/goops/active-slot.go] Error 5
make[2]: *** [oop/goops/compile.go] Error 5
make[2]: *** [oop/goops/composite-slot.go] Error 5
make[2]: *** [oop/goops/describe.go] Error 5
make[2]: *** [oop/goops/dispatch.go] Error 5
make[2]: *** [oop/goops/internal.go] Error 5
make[2]: *** [oop/goops/save.go] Error 5
make[2]: *** [oop/goops/stklos.go] Error 5
make[2]: *** [oop/goops/util.go] Error 5
make[2]: *** [oop/goops/accessors.go] Error 5
make[2]: *** [oop/goops/simple.go] Error 5
make[2]: *** [system/vm/inspect.go] Error 5
make[2]: *** [system/vm/coverage.go] Error 5
make[2]: *** [system/vm/frame.go] Error 5
make[2]: *** [system/vm/instruction.go] Error 253
make[2]: *** [system/vm/objcode.go] Error 253
make[2]: *** [system/vm/program.go] Error 253
make[2]: *** [system/vm/trace.go] Error 253
make[2]: *** [system/vm/traps.go] Error 253
make[2]: *** [system/vm/trap-state.go] Error 253
make[2]: *** [system/vm/vm.go] Error 253
make[2]: *** [system/foreign.go] Error 5
make[2]: *** [system/xref.go] Error 5
make[2]: *** [system/repl/debug.go] Error 5
make[2]: *** [system/repl/error-handling.go] Error 5
make[2]: *** [system/repl/common.go] Error 5
make[2]: *** [system/repl/command.go] Error 5
make[2]: *** [system/repl/repl.go] Error 5
system/repl/server.scm:106:2: warning: possibly unbound variable `SIGPIPE'
make[2]: *** [system/repl/server.go] Error 5
make[2]: *** [scripts/compile.go] Error 5
make[2]: *** [scripts/disassemble.go] Error 5
make[2]: *** [scripts/display-commentary.go] Error 5
make[2]: *** [scripts/doc-snarf.go] Error 5
make[2]: *** [scripts/frisk.go] Error 5
make[2]: *** [scripts/generate-autoload.go] Error 5
make[2]: *** [scripts/help.go] Error 5
make[2]: *** [scripts/lint.go] Error 5
make[2]: *** [scripts/list.go] Error 5
make[2]: *** [scripts/punify.go] Error 5
make[2]: *** [scripts/read-scheme-source.go] Error 5
make[2]: *** [scripts/read-text-outline.go] Error 5
make[2]: *** [scripts/use2dot.go] Error 5
make[2]: *** [scripts/snarf-check-and-output-texi.go] Error 5
make[2]: *** [scripts/summarize-guile-TODO.go] Error 5
make[2]: *** [scripts/api-diff.go] Error 5
make[2]: *** [scripts/read-rfc822.go] Error 5
make[2]: *** [scripts/snarf-guile-m4-docs.go] Error 5
make[2]: *** [language/ecmascript/tokenize.go] Error 5
make[2]: *** [language/ecmascript/parse.go] Error 5
make[2]: *** [language/ecmascript/impl.go] Error 5
language/ecmascript/base.scm:227:22: warning: possibly unbound variable `Boolean'
language/ecmascript/base.scm:228:21: warning: possibly unbound variable `String'
language/ecmascript/base.scm:229:21: warning: possibly unbound variable `Number'
make[2]: *** [language/ecmascript/base.go] Error 5
language/ecmascript/function.scm:40:9: warning: possibly unbound variable `<js-array-object>'
language/ecmascript/function.scm:44:43: warning: possibly unbound variable `js-array-vector'
make[2]: *** [language/ecmascript/function.go] Error 5
make[2]: *** [language/ecmascript/array.go] Error 5
make[2]: *** [language/ecmascript/compile-tree-il.go] Error 5
make[2]: *** [language/ecmascript/spec.go] Error 5
make[2]: *** [language/elisp/lexer.go] Error 5
make[2]: *** [language/elisp/parser.go] Error 5
make[2]: *** [language/elisp/bindings.go] Error 5
make[2]: *** [language/elisp/compile-tree-il.go] Error 5
make[2]: *** [language/elisp/runtime.go] Error 5
WARNING: (language elisp runtime function-slot): imported module (language elisp compile-tree-il) overrides core binding `if'
WARNING: (language elisp runtime function-slot): imported module (language elisp compile-tree-il) overrides core binding `let'
WARNING: (language elisp runtime function-slot): imported module (language elisp compile-tree-il) overrides core binding `let*'
WARNING: (language elisp runtime function-slot): imported module (language elisp compile-tree-il) overrides core binding `while'
WARNING: (language elisp runtime function-slot): imported module (language elisp compile-tree-il) overrides core binding `defmacro'
WARNING: (language elisp runtime function-slot): imported module (language elisp compile-tree-il) overrides core binding `quote'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime macros) overrides core binding `lambda'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime macros) overrides core binding `when'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime macros) overrides core binding `unless'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime macros) overrides core binding `cond'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime macros) overrides core binding `and'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime macros) overrides core binding `or'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime macros) overrides core binding `catch'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `='
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `<'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `<='
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `>'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `>='
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `max'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `min'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `abs'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `#{1+}#'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `#{1-}#'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `+'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `-'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `*'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `car'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `cdr'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `length'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `cons'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `list'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `make-list'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `append'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `reverse'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `copy-tree'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `apply'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `throw'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `not'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `eval'
WARNING: (language elisp runtime function-slot): imported module (language elisp runtime subrs) overrides core binding `load'
make[2]: *** [language/elisp/runtime/function-slot.go] Error 5
make[2]: *** [language/elisp/runtime/value-slot.go] Error 5
make[2]: *** [language/elisp/runtime/macros.go] Error 5
make[2]: *** [language/elisp/runtime/subrs.go] Error 5
make[2]: *** [language/elisp/spec.go] Error 5
make[2]: *** [language/brainfuck/parse.go] Error 5
make[2]: *** [language/brainfuck/compile-scheme.go] Error 5
make[2]: *** [language/brainfuck/compile-tree-il.go] Error 5
make[2]: *** [language/brainfuck/spec.go] Error 5
statprof.scm:303:8: warning: possibly unbound variable `setitimer'
statprof.scm:303:8: warning: possibly unbound variable `ITIMER_PROF'
statprof.scm:355:12: warning: possibly unbound variable `setitimer'
statprof.scm:355:12: warning: possibly unbound variable `ITIMER_PROF'
statprof.scm:356:12: warning: possibly unbound variable `setitimer'
statprof.scm:356:12: warning: possibly unbound variable `ITIMER_PROF'
statprof.scm:380:34: warning: possibly unbound variable `setitimer'
statprof.scm:380:34: warning: possibly unbound variable `ITIMER_PROF'
statprof.scm:404:2: warning: possibly unbound variable `SIGPROF'
make[2]: *** [statprof.go] Error 5
make[2]: *** [sxml/apply-templates.go] Error 5
make[2]: *** [sxml/fold.go] Error 5
make[2]: *** [sxml/match.go] Error 5
make[2]: *** [sxml/simple.go] Error 5
make[2]: *** [sxml/ssax/input-parse.go] Error 5
make[2]: *** [sxml/ssax.go] Error 5
make[2]: *** [sxml/transform.go] Error 5
make[2]: *** [sxml/xpath.go] Error 5
make[2]: *** [texinfo.go] Error 5
make[2]: *** [texinfo/docbook.go] Error 5
make[2]: *** [texinfo/html.go] Error 5
make[2]: *** [texinfo/indexing.go] Error 5
make[2]: *** [texinfo/string-utils.go] Error 5
make[2]: *** [texinfo/plain-text.go] Error 5
make[2]: *** [texinfo/reflection.go] Error 5
make[2]: *** [texinfo/serialize.go] Error 5
make[2]: *** [web/client.go] Error 5
make[2]: *** [web/http.go] Error 5
make[2]: *** [web/request.go] Error 5
make[2]: *** [web/response.go] Error 5
make[2]: *** [web/server.go] Error 5
web/server/http.scm:67:2: warning: possibly unbound variable `SIGPIPE'
make[2]: *** [web/server/http.go] Error 5
make[2]: *** [web/uri.go] Error 5
make[2]: Target `all' not remade because of errors.
libtool: link: warning: `c:/msys/lib/libgc.la' seems to be moved
libtool: link: warning: `c:/msys/lib/libffi.la' seems to be moved
libtool: link: warning: `c:/msys/lib/libintl.la' seems to be moved
libtool: link: warning: `c:/msys/lib/libunistring.la' seems to be moved
libtool: link: warning: `c:/msys/lib/libiconv.la' seems to be moved
libtool: link: warning: `/usr/lib/libintl.la' seems to be moved
libtool: link: warning: `/usr/lib/libiconv.la' seems to be moved
libtool: link: warning: `c:/msys/lib/libgmp.la' seems to be moved
libtool: link: warning: `c:/msys/lib/libltdl.la' seems to be moved
libtool: link: warning: `c:/msys/lib/libgc.la' seems to be moved
libtool: link: warning: `c:/msys/lib/libffi.la' seems to be moved
libtool: link: warning: `c:/msys/lib/libintl.la' seems to be moved
libtool: link: warning: `c:/msys/lib/libunistring.la' seems to be moved
libtool: link: warning: `c:/msys/lib/libiconv.la' seems to be moved
libtool: link: warning: `/usr/lib/libintl.la' seems to be moved
libtool: link: warning: `/usr/lib/libiconv.la' seems to be moved
libtool: link: warning: `c:/msys/lib/libgmp.la' seems to be moved
libtool: link: warning: `c:/msys/lib/libltdl.la' seems to be moved
libtool: link: warning: `c:/msys/lib/libgc.la' seems to be moved
libtool: link: warning: `c:/msys/lib/libffi.la' seems to be moved
libtool: link: warning: `c:/msys/lib/libintl.la' seems to be moved
libtool: link: warning: `c:/msys/lib/libunistring.la' seems to be moved
libtool: link: warning: `c:/msys/lib/libiconv.la' seems to be moved
libtool: link: warning: `/usr/lib/libintl.la' seems to be moved
libtool: link: warning: `/usr/lib/libiconv.la' seems to be moved
libtool: link: warning: `c:/msys/lib/libgmp.la' seems to be moved
libtool: link: warning: `c:/msys/lib/libltdl.la' seems to be moved
libtool: link: warning: `c:/msys/lib/libgc.la' seems to be moved
libtool: link: warning: `c:/msys/lib/libffi.la' seems to be moved
libtool: link: warning: `c:/msys/lib/libintl.la' seems to be moved
libtool: link: warning: `c:/msys/lib/libunistring.la' seems to be moved
libtool: link: warning: `c:/msys/lib/libiconv.la' seems to be moved
libtool: link: warning: `/usr/lib/libintl.la' seems to be moved
libtool: link: warning: `/usr/lib/libiconv.la' seems to be moved
libtool: link: warning: `c:/msys/lib/libgmp.la' seems to be moved
libtool: link: warning: `c:/msys/lib/libltdl.la' seems to be moved
make[2]: *** No rule to make target `libguile/guile-procedures.texi', needed by `libguile/guile-procedures.txt'.
make[2]: Target `all-am' not remade because of errors.
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

[-- Attachment #3: make.log --]
[-- Type: application/octet-stream, Size: 52381 bytes --]

make  all-recursive
make[1]: Entering directory `/home/XPMUser/guile-2.0.9'
Making all in lib
make[2]: Entering directory `/home/XPMUser/guile-2.0.9/lib'
make  all-recursive
make[3]: Entering directory `/home/XPMUser/guile-2.0.9/lib'
make[4]: Entering directory `/home/XPMUser/guile-2.0.9/lib'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/XPMUser/guile-2.0.9/lib'
make[3]: Leaving directory `/home/XPMUser/guile-2.0.9/lib'
make[2]: Leaving directory `/home/XPMUser/guile-2.0.9/lib'
Making all in meta
make[2]: Entering directory `/home/XPMUser/guile-2.0.9/meta'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/XPMUser/guile-2.0.9/meta'
Making all in libguile
make[2]: Entering directory `/home/XPMUser/guile-2.0.9/libguile'
make  all-am
make[3]: Entering directory `/home/XPMUser/guile-2.0.9/libguile'
  GEN      guile-procedures.texi
make[3]: Leaving directory `/home/XPMUser/guile-2.0.9/libguile'
make[2]: Leaving directory `/home/XPMUser/guile-2.0.9/libguile'
Making all in module
make[2]: Entering directory `/home/XPMUser/guile-2.0.9/module'
  GUILEC ice-9/vlist.go
  GUILEC srfi/srfi-1.go
  GUILEC language/tree-il/peval.go
  GUILEC language/tree-il/cse.go
  GUILEC language/tree-il.go
  GUILEC language/glil.go
  GUILEC language/assembly.go
  GUILEC language/tree-il/primitives.go
  GUILEC language/tree-il/effects.go
  GUILEC language/tree-il/fix-letrec.go
  GUILEC language/tree-il/optimize.go
  GUILEC language/tree-il/canonicalize.go
  GUILEC language/tree-il/analyze.go
  GUILEC language/tree-il/inline.go
  GUILEC language/tree-il/compile-glil.go
  GUILEC language/tree-il/debug.go
wrote `language/tree-il/debug.go'
  GUILEC language/tree-il/spec.go
  GUILEC language/glil/spec.go
  GUILEC language/glil/compile-assembly.go
  GUILEC language/assembly/spec.go
  GUILEC language/assembly/compile-bytecode.go
wrote `language/assembly/compile-bytecode.go'
  GUILEC language/assembly/decompile-bytecode.go
wrote `language/assembly/decompile-bytecode.go'
  GUILEC language/assembly/disassemble.go
wrote `language/assembly/disassemble.go'
  GUILEC language/bytecode/spec.go
  GUILEC language/objcode/spec.go
wrote `language/objcode/spec.go'
  GUILEC language/value/spec.go
  GUILEC language/scheme/spec.go
  GUILEC language/scheme/compile-tree-il.go
  GUILEC language/scheme/decompile-tree-il.go
wrote `language/scheme/decompile-tree-il.go'
  GUILEC system/base/pmatch.go
  GUILEC system/base/syntax.go
wrote `system/base/syntax.go'
  GUILEC system/base/compile.go
wrote `system/base/compile.go'
  GUILEC system/base/language.go
  GUILEC system/base/lalr.go
  GUILEC system/base/message.go
  GUILEC system/base/target.go
wrote `system/base/target.go'
  GUILEC system/base/ck.go
  GUILEC ice-9/r4rs.go
  GUILEC ice-9/r5rs.go
  GUILEC ice-9/deprecated.go
  GUILEC ice-9/and-let-star.go
  GUILEC ice-9/binary-ports.go
  GUILEC ice-9/calling.go
  GUILEC ice-9/command-line.go
wrote `ice-9/command-line.go'
  GUILEC ice-9/common-list.go
wrote `ice-9/common-list.go'
  GUILEC ice-9/control.go
  GUILEC ice-9/curried-definitions.go
  GUILEC ice-9/debug.go
  GUILEC ice-9/documentation.go
wrote `ice-9/documentation.go'
  GUILEC ice-9/eval-string.go
  GUILEC ice-9/expect.go
wrote `ice-9/expect.go'
  GUILEC ice-9/format.go
wrote `ice-9/format.go'
  GUILEC ice-9/futures.go
  GUILEC ice-9/getopt-long.go
  GUILEC ice-9/hcons.go
wrote `ice-9/hcons.go'
  GUILEC ice-9/i18n.go
  GUILEC ice-9/iconv.go
wrote `ice-9/iconv.go'
  GUILEC ice-9/lineio.go
wrote `ice-9/lineio.go'
  GUILEC ice-9/ls.go
  GUILEC ice-9/mapping.go
  GUILEC ice-9/match.go
  GUILEC ice-9/networking.go
  GUILEC ice-9/null.go
  GUILEC ice-9/occam-channel.go
  GUILEC ice-9/optargs.go
  GUILEC ice-9/poe.go
wrote `ice-9/poe.go'
  GUILEC ice-9/poll.go
wrote `ice-9/poll.go'
  GUILEC ice-9/posix.go
  GUILEC ice-9/q.go
  GUILEC ice-9/rdelim.go
wrote `ice-9/rdelim.go'
  GUILEC ice-9/receive.go
  GUILEC ice-9/regex.go
wrote `ice-9/regex.go'
  GUILEC ice-9/runq.go
wrote `ice-9/runq.go'
  GUILEC ice-9/rw.go
  GUILEC ice-9/safe-r5rs.go
  GUILEC ice-9/safe.go
  GUILEC ice-9/save-stack.go
  GUILEC ice-9/scm-style-repl.go
wrote `ice-9/scm-style-repl.go'
  GUILEC ice-9/session.go
wrote `ice-9/session.go'
  GUILEC ice-9/slib.go
  GUILEC ice-9/stack-catch.go
  GUILEC ice-9/streams.go
wrote `ice-9/streams.go'
  GUILEC ice-9/string-fun.go
wrote `ice-9/string-fun.go'
  GUILEC ice-9/syncase.go
  GUILEC ice-9/threads.go
wrote `ice-9/threads.go'
  GUILEC ice-9/top-repl.go
  GUILEC ice-9/buffered-input.go
  GUILEC ice-9/time.go
  GUILEC ice-9/history.go
  GUILEC ice-9/channel.go
  GUILEC ice-9/pretty-print.go
  GUILEC ice-9/ftw.go
wrote `ice-9/ftw.go'
  GUILEC ice-9/gap-buffer.go
wrote `ice-9/gap-buffer.go'
  GUILEC ice-9/weak-vector.go
  GUILEC ice-9/list.go
wrote `ice-9/list.go'
  GUILEC ice-9/serialize.go
  GUILEC ice-9/local-eval.go
wrote `ice-9/local-eval.go'
  GUILEC srfi/srfi-2.go
  GUILEC srfi/srfi-4.go
  GUILEC srfi/srfi-4/gnu.go
  GUILEC srfi/srfi-6.go
wrote `srfi/srfi-6.go'
  GUILEC srfi/srfi-8.go
wrote `srfi/srfi-8.go'
  GUILEC srfi/srfi-9.go
wrote `srfi/srfi-9.go'
  GUILEC srfi/srfi-9/gnu.go
  GUILEC srfi/srfi-10.go
  GUILEC srfi/srfi-11.go
  GUILEC srfi/srfi-13.go
  GUILEC srfi/srfi-14.go
  GUILEC srfi/srfi-16.go
  GUILEC srfi/srfi-17.go
  GUILEC srfi/srfi-18.go
wrote `srfi/srfi-18.go'
  GUILEC srfi/srfi-19.go
wrote `srfi/srfi-19.go'
  GUILEC srfi/srfi-26.go
  GUILEC srfi/srfi-27.go
wrote `srfi/srfi-27.go'
  GUILEC srfi/srfi-31.go
  GUILEC srfi/srfi-34.go
  GUILEC srfi/srfi-35.go
  GUILEC srfi/srfi-37.go
  GUILEC srfi/srfi-38.go
  GUILEC srfi/srfi-41.go
wrote `srfi/srfi-41.go'
  GUILEC srfi/srfi-42.go
wrote `srfi/srfi-42.go'
  GUILEC srfi/srfi-39.go
  GUILEC srfi/srfi-45.go
  GUILEC srfi/srfi-60.go
  GUILEC srfi/srfi-67.go
wrote `srfi/srfi-67.go'
  GUILEC srfi/srfi-69.go
  GUILEC srfi/srfi-88.go
  GUILEC srfi/srfi-98.go
  GUILEC rnrs/base.go
  GUILEC rnrs/conditions.go
  GUILEC rnrs/control.go
  GUILEC rnrs/enums.go
  GUILEC rnrs/eval.go
  GUILEC rnrs/exceptions.go
  GUILEC rnrs/files.go
  GUILEC rnrs/hashtables.go
  GUILEC rnrs/lists.go
  GUILEC rnrs/mutable-pairs.go
  GUILEC rnrs/mutable-strings.go
  GUILEC rnrs/programs.go
  GUILEC rnrs/r5rs.go
  GUILEC rnrs/sorting.go
  GUILEC rnrs/syntax-case.go
  GUILEC rnrs/unicode.go
  GUILEC rnrs/arithmetic/bitwise.go
  GUILEC rnrs/arithmetic/fixnums.go
  GUILEC rnrs/arithmetic/flonums.go
  GUILEC rnrs/bytevectors.go
  GUILEC rnrs/io/simple.go
  GUILEC rnrs/io/ports.go
  GUILEC rnrs/records/inspection.go
  GUILEC rnrs/records/procedural.go
  GUILEC rnrs/records/syntactic.go
  GUILEC rnrs.go
  GUILEC oop/goops.go
wrote `oop/goops.go'
  GUILEC oop/goops/active-slot.go
wrote `oop/goops/active-slot.go'
  GUILEC oop/goops/compile.go
  GUILEC oop/goops/composite-slot.go
  GUILEC oop/goops/describe.go
wrote `oop/goops/describe.go'
  GUILEC oop/goops/dispatch.go
wrote `oop/goops/dispatch.go'
  GUILEC oop/goops/internal.go
wrote `oop/goops/internal.go'
  GUILEC oop/goops/save.go
wrote `oop/goops/save.go'
  GUILEC oop/goops/stklos.go
  GUILEC oop/goops/util.go
  GUILEC oop/goops/accessors.go
  GUILEC oop/goops/simple.go
wrote `oop/goops/simple.go'
  GUILEC system/vm/inspect.go
  GUILEC system/vm/coverage.go
  GUILEC system/vm/frame.go
  GUILEC system/vm/instruction.go
  GUILEC system/vm/objcode.go
  GUILEC system/vm/program.go
  GUILEC system/vm/trace.go
  GUILEC system/vm/traps.go
  GUILEC system/vm/trap-state.go
  GUILEC system/vm/vm.go
  GUILEC system/foreign.go
  GUILEC system/xref.go
wrote `system/xref.go'
  GUILEC system/repl/debug.go
wrote `system/repl/debug.go'
  GUILEC system/repl/error-handling.go
  GUILEC system/repl/common.go
wrote `system/repl/common.go'
  GUILEC system/repl/command.go
wrote `system/repl/command.go'
  GUILEC system/repl/repl.go
  GUILEC system/repl/server.go
wrote `system/repl/server.go'
  GUILEC scripts/compile.go
wrote `scripts/compile.go'
  GUILEC scripts/disassemble.go
wrote `scripts/disassemble.go'
  GUILEC scripts/display-commentary.go
wrote `scripts/display-commentary.go'
  GUILEC scripts/doc-snarf.go
wrote `scripts/doc-snarf.go'
  GUILEC scripts/frisk.go
wrote `scripts/frisk.go'
  GUILEC scripts/generate-autoload.go
wrote `scripts/generate-autoload.go'
  GUILEC scripts/help.go
wrote `scripts/help.go'
  GUILEC scripts/lint.go
wrote `scripts/lint.go'
  GUILEC scripts/list.go
wrote `scripts/list.go'
  GUILEC scripts/punify.go
wrote `scripts/punify.go'
  GUILEC scripts/read-scheme-source.go
wrote `scripts/read-scheme-source.go'
  GUILEC scripts/read-text-outline.go
wrote `scripts/read-text-outline.go'
  GUILEC scripts/use2dot.go
wrote `scripts/use2dot.go'
  GUILEC scripts/snarf-check-and-output-texi.go
wrote `scripts/snarf-check-and-output-texi.go'
  GUILEC scripts/summarize-guile-TODO.go
wrote `scripts/summarize-guile-TODO.go'
  GUILEC scripts/api-diff.go
wrote `scripts/api-diff.go'
  GUILEC scripts/read-rfc822.go
wrote `scripts/read-rfc822.go'
  GUILEC scripts/snarf-guile-m4-docs.go
wrote `scripts/snarf-guile-m4-docs.go'
  GUILEC language/ecmascript/tokenize.go
wrote `language/ecmascript/tokenize.go'
  GUILEC language/ecmascript/parse.go
%% Shift/Reduce conflict (shift 36, reduce 82) on 'lbrace' in state 437
%% Shift/Reduce conflict (shift 35, reduce 82) on 'lparen' in state 437
%% Shift/Reduce conflict (shift 34, reduce 82) on 'lbracket' in state 437
%% Shift/Reduce conflict (shift 33, reduce 82) on 'dot' in state 437
%% Shift/Reduce conflict (shift 32, reduce 82) on 'semicolon' in state 437
%% Shift/Reduce conflict (shift 31, reduce 82) on '+' in state 437
%% Shift/Reduce conflict (shift 30, reduce 82) on '-' in state 437
%% Shift/Reduce conflict (shift 29, reduce 82) on '++' in state 437
%% Shift/Reduce conflict (shift 28, reduce 82) on '--' in state 437
%% Shift/Reduce conflict (shift 27, reduce 82) on '!' in state 437
%% Shift/Reduce conflict (shift 26, reduce 82) on '~' in state 437
%% Shift/Reduce conflict (shift 25, reduce 82) on 'break' in state 437
%% Shift/Reduce conflict (shift 24, reduce 82) on 'new' in state 437
%% Shift/Reduce conflict (shift 23, reduce 82) on 'var' in state 437
%% Shift/Reduce conflict (shift 22, reduce 82) on 'return' in state 437
%% Shift/Reduce conflict (shift 21, reduce 82) on 'void' in state 437
%% Shift/Reduce conflict (shift 20, reduce 82) on 'for' in state 437
%% Shift/Reduce conflict (shift 19, reduce 82) on 'switch' in state 437
%% Shift/Reduce conflict (shift 18, reduce 82) on 'while' in state 437
%% Shift/Reduce conflict (shift 17, reduce 82) on 'continue' in state 437
%% Shift/Reduce conflict (shift 82, reduce 82) on 'function' in state 437
%% Shift/Reduce conflict (shift 15, reduce 82) on 'this' in state 437
%% Shift/Reduce conflict (shift 14, reduce 82) on 'with' in state 437
%% Shift/Reduce conflict (shift 13, reduce 82) on 'if' in state 437
%% Shift/Reduce conflict (shift 12, reduce 82) on 'throw' in state 437
%% Shift/Reduce conflict (shift 11, reduce 82) on 'delete' in state 437
%% Shift/Reduce conflict (shift 10, reduce 82) on 'try' in state 437
%% Shift/Reduce conflict (shift 9, reduce 82) on 'do' in state 437
%% Shift/Reduce conflict (shift 8, reduce 82) on 'typeof' in state 437
%% Shift/Reduce conflict (shift 7, reduce 82) on 'null' in state 437
%% Shift/Reduce conflict (shift 6, reduce 82) on 'true' in state 437
%% Shift/Reduce conflict (shift 5, reduce 82) on 'false' in state 437
%% Shift/Reduce conflict (shift 4, reduce 82) on 'Identifier' in state 437
%% Shift/Reduce conflict (shift 3, reduce 82) on 'StringLiteral' in state 437
%% Shift/Reduce conflict (shift 2, reduce 82) on 'NumericLiteral' in state 437
%% Shift/Reduce conflict (shift 1, reduce 82) on 'RegexpLiteral' in state 437
%% Shift/Reduce conflict (shift 36, reduce 81) on 'lbrace' in state 424
%% Shift/Reduce conflict (shift 35, reduce 81) on 'lparen' in state 424
%% Shift/Reduce conflict (shift 34, reduce 81) on 'lbracket' in state 424
%% Shift/Reduce conflict (shift 33, reduce 81) on 'dot' in state 424
%% Shift/Reduce conflict (shift 32, reduce 81) on 'semicolon' in state 424
%% Shift/Reduce conflict (shift 31, reduce 81) on '+' in state 424
%% Shift/Reduce conflict (shift 30, reduce 81) on '-' in state 424
%% Shift/Reduce conflict (shift 29, reduce 81) on '++' in state 424
%% Shift/Reduce conflict (shift 28, reduce 81) on '--' in state 424
%% Shift/Reduce conflict (shift 27, reduce 81) on '!' in state 424
%% Shift/Reduce conflict (shift 26, reduce 81) on '~' in state 424
%% Shift/Reduce conflict (shift 25, reduce 81) on 'break' in state 424
%% Shift/Reduce conflict (shift 24, reduce 81) on 'new' in state 424
%% Shift/Reduce conflict (shift 23, reduce 81) on 'var' in state 424
%% Shift/Reduce conflict (shift 22, reduce 81) on 'return' in state 424
%% Shift/Reduce conflict (shift 21, reduce 81) on 'void' in state 424
%% Shift/Reduce conflict (shift 20, reduce 81) on 'for' in state 424
%% Shift/Reduce conflict (shift 19, reduce 81) on 'switch' in state 424
%% Shift/Reduce conflict (shift 18, reduce 81) on 'while' in state 424
%% Shift/Reduce conflict (shift 17, reduce 81) on 'continue' in state 424
%% Shift/Reduce conflict (shift 82, reduce 81) on 'function' in state 424
%% Shift/Reduce conflict (shift 15, reduce 81) on 'this' in state 424
%% Shift/Reduce conflict (shift 14, reduce 81) on 'with' in state 424
%% Shift/Reduce conflict (shift 13, reduce 81) on 'if' in state 424
%% Shift/Reduce conflict (shift 12, reduce 81) on 'throw' in state 424
%% Shift/Reduce conflict (shift 11, reduce 81) on 'delete' in state 424
%% Shift/Reduce conflict (shift 10, reduce 81) on 'try' in state 424
%% Shift/Reduce conflict (shift 9, reduce 81) on 'do' in state 424
%% Shift/Reduce conflict (shift 8, reduce 81) on 'typeof' in state 424
%% Shift/Reduce conflict (shift 7, reduce 81) on 'null' in state 424
%% Shift/Reduce conflict (shift 6, reduce 81) on 'true' in state 424
%% Shift/Reduce conflict (shift 5, reduce 81) on 'false' in state 424
%% Shift/Reduce conflict (shift 4, reduce 81) on 'Identifier' in state 424
%% Shift/Reduce conflict (shift 3, reduce 81) on 'StringLiteral' in state 424
%% Shift/Reduce conflict (shift 2, reduce 81) on 'NumericLiteral' in state 424
%% Shift/Reduce conflict (shift 1, reduce 81) on 'RegexpLiteral' in state 424
%% Shift/Reduce conflict (shift 36, reduce 84) on 'lbrace' in state 423
%% Shift/Reduce conflict (shift 35, reduce 84) on 'lparen' in state 423
%% Shift/Reduce conflict (shift 34, reduce 84) on 'lbracket' in state 423
%% Shift/Reduce conflict (shift 33, reduce 84) on 'dot' in state 423
%% Shift/Reduce conflict (shift 32, reduce 84) on 'semicolon' in state 423
%% Shift/Reduce conflict (shift 31, reduce 84) on '+' in state 423
%% Shift/Reduce conflict (shift 30, reduce 84) on '-' in state 423
%% Shift/Reduce conflict (shift 29, reduce 84) on '++' in state 423
%% Shift/Reduce conflict (shift 28, reduce 84) on '--' in state 423
%% Shift/Reduce conflict (shift 27, reduce 84) on '!' in state 423
%% Shift/Reduce conflict (shift 26, reduce 84) on '~' in state 423
%% Shift/Reduce conflict (shift 25, reduce 84) on 'break' in state 423
%% Shift/Reduce conflict (shift 24, reduce 84) on 'new' in state 423
%% Shift/Reduce conflict (shift 23, reduce 84) on 'var' in state 423
%% Shift/Reduce conflict (shift 22, reduce 84) on 'return' in state 423
%% Shift/Reduce conflict (shift 21, reduce 84) on 'void' in state 423
%% Shift/Reduce conflict (shift 20, reduce 84) on 'for' in state 423
%% Shift/Reduce conflict (shift 19, reduce 84) on 'switch' in state 423
%% Shift/Reduce conflict (shift 18, reduce 84) on 'while' in state 423
%% Shift/Reduce conflict (shift 17, reduce 84) on 'continue' in state 423
%% Shift/Reduce conflict (shift 82, reduce 84) on 'function' in state 423
%% Shift/Reduce conflict (shift 15, reduce 84) on 'this' in state 423
%% Shift/Reduce conflict (shift 14, reduce 84) on 'with' in state 423
%% Shift/Reduce conflict (shift 13, reduce 84) on 'if' in state 423
%% Shift/Reduce conflict (shift 12, reduce 84) on 'throw' in state 423
%% Shift/Reduce conflict (shift 11, reduce 84) on 'delete' in state 423
%% Shift/Reduce conflict (shift 10, reduce 84) on 'try' in state 423
%% Shift/Reduce conflict (shift 9, reduce 84) on 'do' in state 423
%% Shift/Reduce conflict (shift 8, reduce 84) on 'typeof' in state 423
%% Shift/Reduce conflict (shift 7, reduce 84) on 'null' in state 423
%% Shift/Reduce conflict (shift 6, reduce 84) on 'true' in state 423
%% Shift/Reduce conflict (shift 5, reduce 84) on 'false' in state 423
%% Shift/Reduce conflict (shift 4, reduce 84) on 'Identifier' in state 423
%% Shift/Reduce conflict (shift 3, reduce 84) on 'StringLiteral' in state 423
%% Shift/Reduce conflict (shift 2, reduce 84) on 'NumericLiteral' in state 423
%% Shift/Reduce conflict (shift 1, reduce 84) on 'RegexpLiteral' in state 423
%% Reduce/Reduce conflict (reduce 11, reduce 7) on '--' in state 422
%% Reduce/Reduce conflict (reduce 11, reduce 7) on '++' in state 422
%% Reduce/Reduce conflict (reduce 11, reduce 7) on '-' in state 422
%% Reduce/Reduce conflict (reduce 11, reduce 7) on '+' in state 422
%% Reduce/Reduce conflict (reduce 11, reduce 7) on 'semicolon' in state 422
%% Reduce/Reduce conflict (reduce 11, reduce 7) on 'dot' in state 422
%% Reduce/Reduce conflict (reduce 11, reduce 7) on 'lbracket' in state 422
%% Reduce/Reduce conflict (reduce 11, reduce 7) on 'lparen' in state 422
%% Shift/Reduce conflict (shift 36, reduce 83) on 'lbrace' in state 400
%% Shift/Reduce conflict (shift 35, reduce 83) on 'lparen' in state 400
%% Shift/Reduce conflict (shift 34, reduce 83) on 'lbracket' in state 400
%% Shift/Reduce conflict (shift 33, reduce 83) on 'dot' in state 400
%% Shift/Reduce conflict (shift 32, reduce 83) on 'semicolon' in state 400
%% Shift/Reduce conflict (shift 31, reduce 83) on '+' in state 400
%% Shift/Reduce conflict (shift 30, reduce 83) on '-' in state 400
%% Shift/Reduce conflict (shift 29, reduce 83) on '++' in state 400
%% Shift/Reduce conflict (shift 28, reduce 83) on '--' in state 400
%% Shift/Reduce conflict (shift 27, reduce 83) on '!' in state 400
%% Shift/Reduce conflict (shift 26, reduce 83) on '~' in state 400
%% Shift/Reduce conflict (shift 25, reduce 83) on 'break' in state 400
%% Shift/Reduce conflict (shift 24, reduce 83) on 'new' in state 400
%% Shift/Reduce conflict (shift 23, reduce 83) on 'var' in state 400
%% Shift/Reduce conflict (shift 22, reduce 83) on 'return' in state 400
%% Shift/Reduce conflict (shift 21, reduce 83) on 'void' in state 400
%% Shift/Reduce conflict (shift 20, reduce 83) on 'for' in state 400
%% Shift/Reduce conflict (shift 19, reduce 83) on 'switch' in state 400
%% Shift/Reduce conflict (shift 18, reduce 83) on 'while' in state 400
%% Shift/Reduce conflict (shift 17, reduce 83) on 'continue' in state 400
%% Shift/Reduce conflict (shift 82, reduce 83) on 'function' in state 400
%% Shift/Reduce conflict (shift 15, reduce 83) on 'this' in state 400
%% Shift/Reduce conflict (shift 14, reduce 83) on 'with' in state 400
%% Shift/Reduce conflict (shift 13, reduce 83) on 'if' in state 400
%% Shift/Reduce conflict (shift 12, reduce 83) on 'throw' in state 400
%% Shift/Reduce conflict (shift 11, reduce 83) on 'delete' in state 400
%% Shift/Reduce conflict (shift 10, reduce 83) on 'try' in state 400
%% Shift/Reduce conflict (shift 9, reduce 83) on 'do' in state 400
%% Shift/Reduce conflict (shift 8, reduce 83) on 'typeof' in state 400
%% Shift/Reduce conflict (shift 7, reduce 83) on 'null' in state 400
%% Shift/Reduce conflict (shift 6, reduce 83) on 'true' in state 400
%% Shift/Reduce conflict (shift 5, reduce 83) on 'false' in state 400
%% Shift/Reduce conflict (shift 4, reduce 83) on 'Identifier' in state 400
%% Shift/Reduce conflict (shift 3, reduce 83) on 'StringLiteral' in state 400
%% Shift/Reduce conflict (shift 2, reduce 83) on 'NumericLiteral' in state 400
%% Shift/Reduce conflict (shift 1, reduce 83) on 'RegexpLiteral' in state 400
%% Reduce/Reduce conflict (reduce 9, reduce 6) on '--' in state 397
%% Reduce/Reduce conflict (reduce 9, reduce 6) on '++' in state 397
%% Reduce/Reduce conflict (reduce 9, reduce 6) on '-' in state 397
%% Reduce/Reduce conflict (reduce 9, reduce 6) on '+' in state 397
%% Reduce/Reduce conflict (reduce 9, reduce 6) on 'semicolon' in state 397
%% Reduce/Reduce conflict (reduce 9, reduce 6) on 'dot' in state 397
%% Reduce/Reduce conflict (reduce 9, reduce 6) on 'lbracket' in state 397
%% Reduce/Reduce conflict (reduce 9, reduce 6) on 'lparen' in state 397
%% Shift/Reduce conflict (shift 36, reduce 17) on 'lbrace' in state 393
%% Shift/Reduce conflict (shift 35, reduce 17) on 'lparen' in state 393
%% Shift/Reduce conflict (shift 34, reduce 17) on 'lbracket' in state 393
%% Shift/Reduce conflict (shift 33, reduce 17) on 'dot' in state 393
%% Shift/Reduce conflict (shift 32, reduce 17) on 'semicolon' in state 393
%% Shift/Reduce conflict (shift 31, reduce 17) on '+' in state 393
%% Shift/Reduce conflict (shift 30, reduce 17) on '-' in state 393
%% Shift/Reduce conflict (shift 29, reduce 17) on '++' in state 393
%% Shift/Reduce conflict (shift 28, reduce 17) on '--' in state 393
%% Shift/Reduce conflict (shift 27, reduce 17) on '!' in state 393
%% Shift/Reduce conflict (shift 26, reduce 17) on '~' in state 393
%% Shift/Reduce conflict (shift 25, reduce 17) on 'break' in state 393
%% Shift/Reduce conflict (shift 24, reduce 17) on 'new' in state 393
%% Shift/Reduce conflict (shift 23, reduce 17) on 'var' in state 393
%% Shift/Reduce conflict (shift 22, reduce 17) on 'return' in state 393
%% Shift/Reduce conflict (shift 21, reduce 17) on 'void' in state 393
%% Shift/Reduce conflict (shift 20, reduce 17) on 'for' in state 393
%% Shift/Reduce conflict (shift 19, reduce 17) on 'switch' in state 393
%% Shift/Reduce conflict (shift 18, reduce 17) on 'while' in state 393
%% Shift/Reduce conflict (shift 17, reduce 17) on 'continue' in state 393
%% Shift/Reduce conflict (shift 16, reduce 17) on 'function' in state 393
%% Shift/Reduce conflict (shift 15, reduce 17) on 'this' in state 393
%% Shift/Reduce conflict (shift 14, reduce 17) on 'with' in state 393
%% Shift/Reduce conflict (shift 13, reduce 17) on 'if' in state 393
%% Shift/Reduce conflict (shift 12, reduce 17) on 'throw' in state 393
%% Shift/Reduce conflict (shift 11, reduce 17) on 'delete' in state 393
%% Shift/Reduce conflict (shift 10, reduce 17) on 'try' in state 393
%% Shift/Reduce conflict (shift 9, reduce 17) on 'do' in state 393
%% Shift/Reduce conflict (shift 8, reduce 17) on 'typeof' in state 393
%% Shift/Reduce conflict (shift 7, reduce 17) on 'null' in state 393
%% Shift/Reduce conflict (shift 6, reduce 17) on 'true' in state 393
%% Shift/Reduce conflict (shift 5, reduce 17) on 'false' in state 393
%% Shift/Reduce conflict (shift 4, reduce 17) on 'Identifier' in state 393
%% Shift/Reduce conflict (shift 3, reduce 17) on 'StringLiteral' in state 393
%% Shift/Reduce conflict (shift 2, reduce 17) on 'NumericLiteral' in state 393
%% Shift/Reduce conflict (shift 1, reduce 17) on 'RegexpLiteral' in state 393
%% Shift/Reduce conflict (shift 36, reduce 17) on 'lbrace' in state 369
%% Shift/Reduce conflict (shift 35, reduce 17) on 'lparen' in state 369
%% Shift/Reduce conflict (shift 34, reduce 17) on 'lbracket' in state 369
%% Shift/Reduce conflict (shift 33, reduce 17) on 'dot' in state 369
%% Shift/Reduce conflict (shift 32, reduce 17) on 'semicolon' in state 369
%% Shift/Reduce conflict (shift 31, reduce 17) on '+' in state 369
%% Shift/Reduce conflict (shift 30, reduce 17) on '-' in state 369
%% Shift/Reduce conflict (shift 29, reduce 17) on '++' in state 369
%% Shift/Reduce conflict (shift 28, reduce 17) on '--' in state 369
%% Shift/Reduce conflict (shift 27, reduce 17) on '!' in state 369
%% Shift/Reduce conflict (shift 26, reduce 17) on '~' in state 369
%% Shift/Reduce conflict (shift 25, reduce 17) on 'break' in state 369
%% Shift/Reduce conflict (shift 24, reduce 17) on 'new' in state 369
%% Shift/Reduce conflict (shift 23, reduce 17) on 'var' in state 369
%% Shift/Reduce conflict (shift 22, reduce 17) on 'return' in state 369
%% Shift/Reduce conflict (shift 21, reduce 17) on 'void' in state 369
%% Shift/Reduce conflict (shift 20, reduce 17) on 'for' in state 369
%% Shift/Reduce conflict (shift 19, reduce 17) on 'switch' in state 369
%% Shift/Reduce conflict (shift 18, reduce 17) on 'while' in state 369
%% Shift/Reduce conflict (shift 17, reduce 17) on 'continue' in state 369
%% Shift/Reduce conflict (shift 16, reduce 17) on 'function' in state 369
%% Shift/Reduce conflict (shift 15, reduce 17) on 'this' in state 369
%% Shift/Reduce conflict (shift 14, reduce 17) on 'with' in state 369
%% Shift/Reduce conflict (shift 13, reduce 17) on 'if' in state 369
%% Shift/Reduce conflict (shift 12, reduce 17) on 'throw' in state 369
%% Shift/Reduce conflict (shift 11, reduce 17) on 'delete' in state 369
%% Shift/Reduce conflict (shift 10, reduce 17) on 'try' in state 369
%% Shift/Reduce conflict (shift 9, reduce 17) on 'do' in state 369
%% Shift/Reduce conflict (shift 8, reduce 17) on 'typeof' in state 369
%% Shift/Reduce conflict (shift 7, reduce 17) on 'null' in state 369
%% Shift/Reduce conflict (shift 6, reduce 17) on 'true' in state 369
%% Shift/Reduce conflict (shift 5, reduce 17) on 'false' in state 369
%% Shift/Reduce conflict (shift 4, reduce 17) on 'Identifier' in state 369
%% Shift/Reduce conflict (shift 3, reduce 17) on 'StringLiteral' in state 369
%% Shift/Reduce conflict (shift 2, reduce 17) on 'NumericLiteral' in state 369
%% Shift/Reduce conflict (shift 1, reduce 17) on 'RegexpLiteral' in state 369
%% Shift/Reduce conflict (shift 36, reduce 17) on 'lbrace' in state 363
%% Shift/Reduce conflict (shift 35, reduce 17) on 'lparen' in state 363
%% Shift/Reduce conflict (shift 34, reduce 17) on 'lbracket' in state 363
%% Shift/Reduce conflict (shift 33, reduce 17) on 'dot' in state 363
%% Shift/Reduce conflict (shift 32, reduce 17) on 'semicolon' in state 363
%% Shift/Reduce conflict (shift 31, reduce 17) on '+' in state 363
%% Shift/Reduce conflict (shift 30, reduce 17) on '-' in state 363
%% Shift/Reduce conflict (shift 29, reduce 17) on '++' in state 363
%% Shift/Reduce conflict (shift 28, reduce 17) on '--' in state 363
%% Shift/Reduce conflict (shift 27, reduce 17) on '!' in state 363
%% Shift/Reduce conflict (shift 26, reduce 17) on '~' in state 363
%% Shift/Reduce conflict (shift 25, reduce 17) on 'break' in state 363
%% Shift/Reduce conflict (shift 24, reduce 17) on 'new' in state 363
%% Shift/Reduce conflict (shift 23, reduce 17) on 'var' in state 363
%% Shift/Reduce conflict (shift 22, reduce 17) on 'return' in state 363
%% Shift/Reduce conflict (shift 21, reduce 17) on 'void' in state 363
%% Shift/Reduce conflict (shift 20, reduce 17) on 'for' in state 363
%% Shift/Reduce conflict (shift 19, reduce 17) on 'switch' in state 363
%% Shift/Reduce conflict (shift 18, reduce 17) on 'while' in state 363
%% Shift/Reduce conflict (shift 17, reduce 17) on 'continue' in state 363
%% Shift/Reduce conflict (shift 16, reduce 17) on 'function' in state 363
%% Shift/Reduce conflict (shift 15, reduce 17) on 'this' in state 363
%% Shift/Reduce conflict (shift 14, reduce 17) on 'with' in state 363
%% Shift/Reduce conflict (shift 13, reduce 17) on 'if' in state 363
%% Shift/Reduce conflict (shift 12, reduce 17) on 'throw' in state 363
%% Shift/Reduce conflict (shift 11, reduce 17) on 'delete' in state 363
%% Shift/Reduce conflict (shift 10, reduce 17) on 'try' in state 363
%% Shift/Reduce conflict (shift 9, reduce 17) on 'do' in state 363
%% Shift/Reduce conflict (shift 8, reduce 17) on 'typeof' in state 363
%% Shift/Reduce conflict (shift 7, reduce 17) on 'null' in state 363
%% Shift/Reduce conflict (shift 6, reduce 17) on 'true' in state 363
%% Shift/Reduce conflict (shift 5, reduce 17) on 'false' in state 363
%% Shift/Reduce conflict (shift 4, reduce 17) on 'Identifier' in state 363
%% Shift/Reduce conflict (shift 3, reduce 17) on 'StringLiteral' in state 363
%% Shift/Reduce conflict (shift 2, reduce 17) on 'NumericLiteral' in state 363
%% Shift/Reduce conflict (shift 1, reduce 17) on 'RegexpLiteral' in state 363
%% Shift/Reduce conflict (shift 170, reduce 139) on '++' in state 338
%% Shift/Reduce conflict (shift 169, reduce 139) on '--' in state 338
%% Shift/Reduce conflict (shift 168, reduce 139) on '=' in state 338
%% Shift/Reduce conflict (shift 167, reduce 139) on '+=' in state 338
%% Shift/Reduce conflict (shift 166, reduce 139) on '-=' in state 338
%% Shift/Reduce conflict (shift 165, reduce 139) on '*=' in state 338
%% Shift/Reduce conflict (shift 164, reduce 139) on '%=' in state 338
%% Shift/Reduce conflict (shift 163, reduce 139) on '<<=' in state 338
%% Shift/Reduce conflict (shift 162, reduce 139) on '>>=' in state 338
%% Shift/Reduce conflict (shift 161, reduce 139) on '>>>=' in state 338
%% Shift/Reduce conflict (shift 160, reduce 139) on '&=' in state 338
%% Shift/Reduce conflict (shift 159, reduce 139) on 'bor=' in state 338
%% Shift/Reduce conflict (shift 158, reduce 139) on '^=' in state 338
%% Shift/Reduce conflict (shift 157, reduce 139) on '/=' in state 338
%% Shift/Reduce conflict (shift 36, reduce 17) on 'lbrace' in state 326
%% Shift/Reduce conflict (shift 35, reduce 17) on 'lparen' in state 326
%% Shift/Reduce conflict (shift 34, reduce 17) on 'lbracket' in state 326
%% Shift/Reduce conflict (shift 33, reduce 17) on 'dot' in state 326
%% Shift/Reduce conflict (shift 32, reduce 17) on 'semicolon' in state 326
%% Shift/Reduce conflict (shift 31, reduce 17) on '+' in state 326
%% Shift/Reduce conflict (shift 30, reduce 17) on '-' in state 326
%% Shift/Reduce conflict (shift 29, reduce 17) on '++' in state 326
%% Shift/Reduce conflict (shift 28, reduce 17) on '--' in state 326
%% Shift/Reduce conflict (shift 27, reduce 17) on '!' in state 326
%% Shift/Reduce conflict (shift 26, reduce 17) on '~' in state 326
%% Shift/Reduce conflict (shift 25, reduce 17) on 'break' in state 326
%% Shift/Reduce conflict (shift 24, reduce 17) on 'new' in state 326
%% Shift/Reduce conflict (shift 23, reduce 17) on 'var' in state 326
%% Shift/Reduce conflict (shift 22, reduce 17) on 'return' in state 326
%% Shift/Reduce conflict (shift 21, reduce 17) on 'void' in state 326
%% Shift/Reduce conflict (shift 20, reduce 17) on 'for' in state 326
%% Shift/Reduce conflict (shift 19, reduce 17) on 'switch' in state 326
%% Shift/Reduce conflict (shift 18, reduce 17) on 'while' in state 326
%% Shift/Reduce conflict (shift 17, reduce 17) on 'continue' in state 326
%% Shift/Reduce conflict (shift 16, reduce 17) on 'function' in state 326
%% Shift/Reduce conflict (shift 15, reduce 17) on 'this' in state 326
%% Shift/Reduce conflict (shift 14, reduce 17) on 'with' in state 326
%% Shift/Reduce conflict (shift 13, reduce 17) on 'if' in state 326
%% Shift/Reduce conflict (shift 12, reduce 17) on 'throw' in state 326
%% Shift/Reduce conflict (shift 11, reduce 17) on 'delete' in state 326
%% Shift/Reduce conflict (shift 10, reduce 17) on 'try' in state 326
%% Shift/Reduce conflict (shift 9, reduce 17) on 'do' in state 326
%% Shift/Reduce conflict (shift 8, reduce 17) on 'typeof' in state 326
%% Shift/Reduce conflict (shift 7, reduce 17) on 'null' in state 326
%% Shift/Reduce conflict (shift 6, reduce 17) on 'true' in state 326
%% Shift/Reduce conflict (shift 5, reduce 17) on 'false' in state 326
%% Shift/Reduce conflict (shift 4, reduce 17) on 'Identifier' in state 326
%% Shift/Reduce conflict (shift 3, reduce 17) on 'StringLiteral' in state 326
%% Shift/Reduce conflict (shift 2, reduce 17) on 'NumericLiteral' in state 326
%% Shift/Reduce conflict (shift 1, reduce 17) on 'RegexpLiteral' in state 326
%% Shift/Reduce conflict (shift 36, reduce 16) on 'lbrace' in state 324
%% Shift/Reduce conflict (shift 35, reduce 16) on 'lparen' in state 324
%% Shift/Reduce conflict (shift 34, reduce 16) on 'lbracket' in state 324
%% Shift/Reduce conflict (shift 33, reduce 16) on 'dot' in state 324
%% Shift/Reduce conflict (shift 32, reduce 16) on 'semicolon' in state 324
%% Shift/Reduce conflict (shift 31, reduce 16) on '+' in state 324
%% Shift/Reduce conflict (shift 30, reduce 16) on '-' in state 324
%% Shift/Reduce conflict (shift 29, reduce 16) on '++' in state 324
%% Shift/Reduce conflict (shift 28, reduce 16) on '--' in state 324
%% Shift/Reduce conflict (shift 27, reduce 16) on '!' in state 324
%% Shift/Reduce conflict (shift 26, reduce 16) on '~' in state 324
%% Shift/Reduce conflict (shift 25, reduce 16) on 'break' in state 324
%% Shift/Reduce conflict (shift 24, reduce 16) on 'new' in state 324
%% Shift/Reduce conflict (shift 23, reduce 16) on 'var' in state 324
%% Shift/Reduce conflict (shift 22, reduce 16) on 'return' in state 324
%% Shift/Reduce conflict (shift 21, reduce 16) on 'void' in state 324
%% Shift/Reduce conflict (shift 20, reduce 16) on 'for' in state 324
%% Shift/Reduce conflict (shift 19, reduce 16) on 'switch' in state 324
%% Shift/Reduce conflict (shift 18, reduce 16) on 'while' in state 324
%% Shift/Reduce conflict (shift 17, reduce 16) on 'continue' in state 324
%% Shift/Reduce conflict (shift 16, reduce 16) on 'function' in state 324
%% Shift/Reduce conflict (shift 15, reduce 16) on 'this' in state 324
%% Shift/Reduce conflict (shift 14, reduce 16) on 'with' in state 324
%% Shift/Reduce conflict (shift 13, reduce 16) on 'if' in state 324
%% Shift/Reduce conflict (shift 12, reduce 16) on 'throw' in state 324
%% Shift/Reduce conflict (shift 11, reduce 16) on 'delete' in state 324
%% Shift/Reduce conflict (shift 10, reduce 16) on 'try' in state 324
%% Shift/Reduce conflict (shift 9, reduce 16) on 'do' in state 324
%% Shift/Reduce conflict (shift 8, reduce 16) on 'typeof' in state 324
%% Shift/Reduce conflict (shift 7, reduce 16) on 'null' in state 324
%% Shift/Reduce conflict (shift 6, reduce 16) on 'true' in state 324
%% Shift/Reduce conflict (shift 5, reduce 16) on 'false' in state 324
%% Shift/Reduce conflict (shift 4, reduce 16) on 'Identifier' in state 324
%% Shift/Reduce conflict (shift 3, reduce 16) on 'StringLiteral' in state 324
%% Shift/Reduce conflict (shift 2, reduce 16) on 'NumericLiteral' in state 324
%% Shift/Reduce conflict (shift 1, reduce 16) on 'RegexpLiteral' in state 324
%% Shift/Reduce conflict (shift 36, reduce 17) on 'lbrace' in state 321
%% Shift/Reduce conflict (shift 35, reduce 17) on 'lparen' in state 321
%% Shift/Reduce conflict (shift 34, reduce 17) on 'lbracket' in state 321
%% Shift/Reduce conflict (shift 33, reduce 17) on 'dot' in state 321
%% Shift/Reduce conflict (shift 32, reduce 17) on 'semicolon' in state 321
%% Shift/Reduce conflict (shift 31, reduce 17) on '+' in state 321
%% Shift/Reduce conflict (shift 30, reduce 17) on '-' in state 321
%% Shift/Reduce conflict (shift 29, reduce 17) on '++' in state 321
%% Shift/Reduce conflict (shift 28, reduce 17) on '--' in state 321
%% Shift/Reduce conflict (shift 27, reduce 17) on '!' in state 321
%% Shift/Reduce conflict (shift 26, reduce 17) on '~' in state 321
%% Shift/Reduce conflict (shift 25, reduce 17) on 'break' in state 321
%% Shift/Reduce conflict (shift 24, reduce 17) on 'new' in state 321
%% Shift/Reduce conflict (shift 23, reduce 17) on 'var' in state 321
%% Shift/Reduce conflict (shift 22, reduce 17) on 'return' in state 321
%% Shift/Reduce conflict (shift 21, reduce 17) on 'void' in state 321
%% Shift/Reduce conflict (shift 20, reduce 17) on 'for' in state 321
%% Shift/Reduce conflict (shift 19, reduce 17) on 'switch' in state 321
%% Shift/Reduce conflict (shift 18, reduce 17) on 'while' in state 321
%% Shift/Reduce conflict (shift 17, reduce 17) on 'continue' in state 321
%% Shift/Reduce conflict (shift 16, reduce 17) on 'function' in state 321
%% Shift/Reduce conflict (shift 15, reduce 17) on 'this' in state 321
%% Shift/Reduce conflict (shift 14, reduce 17) on 'with' in state 321
%% Shift/Reduce conflict (shift 13, reduce 17) on 'if' in state 321
%% Shift/Reduce conflict (shift 12, reduce 17) on 'throw' in state 321
%% Shift/Reduce conflict (shift 11, reduce 17) on 'delete' in state 321
%% Shift/Reduce conflict (shift 10, reduce 17) on 'try' in state 321
%% Shift/Reduce conflict (shift 9, reduce 17) on 'do' in state 321
%% Shift/Reduce conflict (shift 8, reduce 17) on 'typeof' in state 321
%% Shift/Reduce conflict (shift 7, reduce 17) on 'null' in state 321
%% Shift/Reduce conflict (shift 6, reduce 17) on 'true' in state 321
%% Shift/Reduce conflict (shift 5, reduce 17) on 'false' in state 321
%% Shift/Reduce conflict (shift 4, reduce 17) on 'Identifier' in state 321
%% Shift/Reduce conflict (shift 3, reduce 17) on 'StringLiteral' in state 321
%% Shift/Reduce conflict (shift 2, reduce 17) on 'NumericLiteral' in state 321
%% Shift/Reduce conflict (shift 1, reduce 17) on 'RegexpLiteral' in state 321
%% Shift/Reduce conflict (shift 367, reduce 49) on 'else' in state 319
%% Shift/Reduce conflict (shift 216, reduce 42) on '=' in state 279
%% Shift/Reduce conflict (shift 36, reduce 17) on 'lbrace' in state 274
%% Shift/Reduce conflict (shift 35, reduce 17) on 'lparen' in state 274
%% Shift/Reduce conflict (shift 34, reduce 17) on 'lbracket' in state 274
%% Shift/Reduce conflict (shift 33, reduce 17) on 'dot' in state 274
%% Shift/Reduce conflict (shift 32, reduce 17) on 'semicolon' in state 274
%% Shift/Reduce conflict (shift 31, reduce 17) on '+' in state 274
%% Shift/Reduce conflict (shift 30, reduce 17) on '-' in state 274
%% Shift/Reduce conflict (shift 29, reduce 17) on '++' in state 274
%% Shift/Reduce conflict (shift 28, reduce 17) on '--' in state 274
%% Shift/Reduce conflict (shift 27, reduce 17) on '!' in state 274
%% Shift/Reduce conflict (shift 26, reduce 17) on '~' in state 274
%% Shift/Reduce conflict (shift 25, reduce 17) on 'break' in state 274
%% Shift/Reduce conflict (shift 24, reduce 17) on 'new' in state 274
%% Shift/Reduce conflict (shift 23, reduce 17) on 'var' in state 274
%% Shift/Reduce conflict (shift 22, reduce 17) on 'return' in state 274
%% Shift/Reduce conflict (shift 21, reduce 17) on 'void' in state 274
%% Shift/Reduce conflict (shift 20, reduce 17) on 'for' in state 274
%% Shift/Reduce conflict (shift 19, reduce 17) on 'switch' in state 274
%% Shift/Reduce conflict (shift 18, reduce 17) on 'while' in state 274
%% Shift/Reduce conflict (shift 17, reduce 17) on 'continue' in state 274
%% Shift/Reduce conflict (shift 16, reduce 17) on 'function' in state 274
%% Shift/Reduce conflict (shift 15, reduce 17) on 'this' in state 274
%% Shift/Reduce conflict (shift 14, reduce 17) on 'with' in state 274
%% Shift/Reduce conflict (shift 13, reduce 17) on 'if' in state 274
%% Shift/Reduce conflict (shift 12, reduce 17) on 'throw' in state 274
%% Shift/Reduce conflict (shift 11, reduce 17) on 'delete' in state 274
%% Shift/Reduce conflict (shift 10, reduce 17) on 'try' in state 274
%% Shift/Reduce conflict (shift 9, reduce 17) on 'do' in state 274
%% Shift/Reduce conflict (shift 8, reduce 17) on 'typeof' in state 274
%% Shift/Reduce conflict (shift 7, reduce 17) on 'null' in state 274
%% Shift/Reduce conflict (shift 6, reduce 17) on 'true' in state 274
%% Shift/Reduce conflict (shift 5, reduce 17) on 'false' in state 274
%% Shift/Reduce conflict (shift 4, reduce 17) on 'Identifier' in state 274
%% Shift/Reduce conflict (shift 3, reduce 17) on 'StringLiteral' in state 274
%% Shift/Reduce conflict (shift 2, reduce 17) on 'NumericLiteral' in state 274
%% Shift/Reduce conflict (shift 1, reduce 17) on 'RegexpLiteral' in state 274
%% Shift/Reduce conflict (shift 144, reduce 177) on 'in' in state 242
%% Shift/Reduce conflict (shift 144, reduce 178) on 'in' in state 241
%% Shift/Reduce conflict (shift 144, reduce 179) on 'in' in state 240
%% Shift/Reduce conflict (shift 144, reduce 180) on 'in' in state 239
%% Shift/Reduce conflict (shift 170, reduce 139) on '++' in state 214
%% Shift/Reduce conflict (shift 169, reduce 139) on '--' in state 214
%% Shift/Reduce conflict (shift 168, reduce 139) on '=' in state 214
%% Shift/Reduce conflict (shift 167, reduce 139) on '+=' in state 214
%% Shift/Reduce conflict (shift 166, reduce 139) on '-=' in state 214
%% Shift/Reduce conflict (shift 165, reduce 139) on '*=' in state 214
%% Shift/Reduce conflict (shift 164, reduce 139) on '%=' in state 214
%% Shift/Reduce conflict (shift 163, reduce 139) on '<<=' in state 214
%% Shift/Reduce conflict (shift 162, reduce 139) on '>>=' in state 214
%% Shift/Reduce conflict (shift 161, reduce 139) on '>>>=' in state 214
%% Shift/Reduce conflict (shift 160, reduce 139) on '&=' in state 214
%% Shift/Reduce conflict (shift 159, reduce 139) on 'bor=' in state 214
%% Shift/Reduce conflict (shift 158, reduce 139) on '^=' in state 214
%% Shift/Reduce conflict (shift 157, reduce 139) on '/=' in state 214
%% Shift/Reduce conflict (shift 301, reduce 139) on 'in' in state 214
%% Shift/Reduce conflict (shift 188, reduce 87) on 'finally' in state 190
%% Shift/Reduce conflict (shift 80, reduce 119) on 'colon' in state 125
%% Shift/Reduce conflict (shift 174, reduce 127) on 'lparen' in state 107
%% Shift/Reduce conflict (shift 177, reduce 127) on 'lbracket' in state 107
%% Shift/Reduce conflict (shift 176, reduce 127) on 'dot' in state 107
%% Shift/Reduce conflict (shift 216, reduce 40) on '=' in state 103
%% Shift/Reduce conflict (shift 170, reduce 139) on '++' in state 85
%% Shift/Reduce conflict (shift 169, reduce 139) on '--' in state 85
%% Shift/Reduce conflict (shift 36, reduce 2) on 'lbrace' in state 75
%% Shift/Reduce conflict (shift 35, reduce 2) on 'lparen' in state 75
%% Shift/Reduce conflict (shift 34, reduce 2) on 'lbracket' in state 75
%% Shift/Reduce conflict (shift 33, reduce 2) on 'dot' in state 75
%% Shift/Reduce conflict (shift 32, reduce 2) on 'semicolon' in state 75
%% Shift/Reduce conflict (shift 31, reduce 2) on '+' in state 75
%% Shift/Reduce conflict (shift 30, reduce 2) on '-' in state 75
%% Shift/Reduce conflict (shift 29, reduce 2) on '++' in state 75
%% Shift/Reduce conflict (shift 28, reduce 2) on '--' in state 75
%% Shift/Reduce conflict (shift 27, reduce 2) on '!' in state 75
%% Shift/Reduce conflict (shift 26, reduce 2) on '~' in state 75
%% Shift/Reduce conflict (shift 25, reduce 2) on 'break' in state 75
%% Shift/Reduce conflict (shift 24, reduce 2) on 'new' in state 75
%% Shift/Reduce conflict (shift 23, reduce 2) on 'var' in state 75
%% Shift/Reduce conflict (shift 22, reduce 2) on 'return' in state 75
%% Shift/Reduce conflict (shift 21, reduce 2) on 'void' in state 75
%% Shift/Reduce conflict (shift 20, reduce 2) on 'for' in state 75
%% Shift/Reduce conflict (shift 19, reduce 2) on 'switch' in state 75
%% Shift/Reduce conflict (shift 18, reduce 2) on 'while' in state 75
%% Shift/Reduce conflict (shift 17, reduce 2) on 'continue' in state 75
%% Shift/Reduce conflict (shift 16, reduce 2) on 'function' in state 75
%% Shift/Reduce conflict (shift 15, reduce 2) on 'this' in state 75
%% Shift/Reduce conflict (shift 14, reduce 2) on 'with' in state 75
%% Shift/Reduce conflict (shift 13, reduce 2) on 'if' in state 75
%% Shift/Reduce conflict (shift 12, reduce 2) on 'throw' in state 75
%% Shift/Reduce conflict (shift 11, reduce 2) on 'delete' in state 75
%% Shift/Reduce conflict (shift 10, reduce 2) on 'try' in state 75
%% Shift/Reduce conflict (shift 9, reduce 2) on 'do' in state 75
%% Shift/Reduce conflict (shift 8, reduce 2) on 'typeof' in state 75
%% Shift/Reduce conflict (shift 7, reduce 2) on 'null' in state 75
%% Shift/Reduce conflict (shift 6, reduce 2) on 'true' in state 75
%% Shift/Reduce conflict (shift 5, reduce 2) on 'false' in state 75
%% Shift/Reduce conflict (shift 4, reduce 2) on 'Identifier' in state 75
%% Shift/Reduce conflict (shift 3, reduce 2) on 'StringLiteral' in state 75
%% Shift/Reduce conflict (shift 2, reduce 2) on 'NumericLiteral' in state 75
%% Shift/Reduce conflict (shift 1, reduce 2) on 'RegexpLiteral' in state 75
%% Shift/Reduce conflict (shift 174, reduce 127) on 'lparen' in state 56
%% Shift/Reduce conflict (shift 177, reduce 127) on 'lbracket' in state 56
%% Shift/Reduce conflict (shift 176, reduce 127) on 'dot' in state 56
%% Shift/Reduce conflict (shift 174, reduce 138) on 'lparen' in state 54
%% Shift/Reduce conflict (shift 173, reduce 138) on 'lbracket' in state 54
%% Shift/Reduce conflict (shift 172, reduce 138) on 'dot' in state 54
%% Shift/Reduce conflict (shift 170, reduce 139) on '++' in state 53
%% Shift/Reduce conflict (shift 169, reduce 139) on '--' in state 53
%% Shift/Reduce conflict (shift 168, reduce 139) on '=' in state 53
%% Shift/Reduce conflict (shift 167, reduce 139) on '+=' in state 53
%% Shift/Reduce conflict (shift 166, reduce 139) on '-=' in state 53
%% Shift/Reduce conflict (shift 165, reduce 139) on '*=' in state 53
%% Shift/Reduce conflict (shift 164, reduce 139) on '%=' in state 53
%% Shift/Reduce conflict (shift 163, reduce 139) on '<<=' in state 53
%% Shift/Reduce conflict (shift 162, reduce 139) on '>>=' in state 53
%% Shift/Reduce conflict (shift 161, reduce 139) on '>>>=' in state 53
%% Shift/Reduce conflict (shift 160, reduce 139) on '&=' in state 53
%% Shift/Reduce conflict (shift 159, reduce 139) on 'bor=' in state 53
%% Shift/Reduce conflict (shift 158, reduce 139) on '^=' in state 53
%% Shift/Reduce conflict (shift 157, reduce 139) on '/=' in state 53
%% Shift/Reduce conflict (shift 153, reduce 159) on '+' in state 49
%% Shift/Reduce conflict (shift 152, reduce 159) on '-' in state 49
%% Shift/Reduce conflict (shift 144, reduce 176) on 'in' in state 47
wrote `language/ecmascript/parse.go'
  GUILEC language/ecmascript/impl.go
  GUILEC language/ecmascript/base.go
wrote `language/ecmascript/base.go'
  GUILEC language/ecmascript/function.go
wrote `language/ecmascript/function.go'
  GUILEC language/ecmascript/array.go
wrote `language/ecmascript/array.go'
  GUILEC language/ecmascript/compile-tree-il.go
wrote `language/ecmascript/compile-tree-il.go'
  GUILEC language/ecmascript/spec.go
wrote `language/ecmascript/spec.go'
  GUILEC language/elisp/lexer.go
wrote `language/elisp/lexer.go'
  GUILEC language/elisp/parser.go
wrote `language/elisp/parser.go'
  GUILEC language/elisp/bindings.go
wrote `language/elisp/bindings.go'
  GUILEC language/elisp/compile-tree-il.go
  GUILEC language/elisp/runtime.go
wrote `language/elisp/runtime.go'
  GUILEC language/elisp/runtime/function-slot.go
wrote `language/elisp/runtime/function-slot.go'
  GUILEC language/elisp/runtime/value-slot.go
wrote `language/elisp/runtime/value-slot.go'
  GUILEC language/elisp/runtime/macros.go
wrote `language/elisp/runtime/macros.go'
  GUILEC language/elisp/runtime/subrs.go
wrote `language/elisp/runtime/subrs.go'
  GUILEC language/elisp/spec.go
wrote `language/elisp/spec.go'
  GUILEC language/brainfuck/parse.go
wrote `language/brainfuck/parse.go'
  GUILEC language/brainfuck/compile-scheme.go
wrote `language/brainfuck/compile-scheme.go'
  GUILEC language/brainfuck/compile-tree-il.go
wrote `language/brainfuck/compile-tree-il.go'
  GUILEC language/brainfuck/spec.go
wrote `language/brainfuck/spec.go'
  GUILEC statprof.go
wrote `statprof.go'
  GUILEC sxml/apply-templates.go
wrote `sxml/apply-templates.go'
  GUILEC sxml/fold.go
wrote `sxml/fold.go'
  GUILEC sxml/match.go
wrote `sxml/match.go'
  GUILEC sxml/simple.go
  GUILEC sxml/ssax/input-parse.go
wrote `sxml/ssax/input-parse.go'
  GUILEC sxml/ssax.go
wrote `sxml/ssax.go'
  GUILEC sxml/transform.go
wrote `sxml/transform.go'
  GUILEC sxml/xpath.go
wrote `sxml/xpath.go'
  GUILEC texinfo.go
wrote `texinfo.go'
  GUILEC texinfo/docbook.go
wrote `texinfo/docbook.go'
  GUILEC texinfo/html.go
wrote `texinfo/html.go'
  GUILEC texinfo/indexing.go
wrote `texinfo/indexing.go'
  GUILEC texinfo/string-utils.go
wrote `texinfo/string-utils.go'
  GUILEC texinfo/plain-text.go
wrote `texinfo/plain-text.go'
  GUILEC texinfo/reflection.go
wrote `texinfo/reflection.go'
  GUILEC texinfo/serialize.go
wrote `texinfo/serialize.go'
  GUILEC web/client.go
wrote `web/client.go'
  GUILEC web/http.go
wrote `web/http.go'
  GUILEC web/request.go
wrote `web/request.go'
  GUILEC web/response.go
wrote `web/response.go'
  GUILEC web/server.go
wrote `web/server.go'
  GUILEC web/server/http.go
wrote `web/server/http.go'
  GUILEC web/uri.go
wrote `web/uri.go'
make[2]: Leaving directory `/home/XPMUser/guile-2.0.9/module'
Making all in guile-readline
make[2]: Entering directory `/home/XPMUser/guile-2.0.9/guile-readline'
make  all-am
make[3]: Entering directory `/home/XPMUser/guile-2.0.9/guile-readline'
  CC       readline.lo
  CCLD     libguilereadline-v-18.la

*** Warning: linker path does not have real file for library -lncurses.
*** 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
*** because I did check the linker path looking for a file starting
*** with libncurses and none of the candidates passed a file format test
*** using a file magic. Last file checked: /mingw/lib/libncurses.a
*** The inter-library dependencies that have been dropped here will be
*** automatically added whenever a program is linked with this library
*** or is declared to -dlopen it.

*** Since this library must not contain undefined symbols,
*** because either the platform does not support them or
*** it was explicitly requested with -no-undefined,
*** libtool will only create a static version of it.
make[3]: Leaving directory `/home/XPMUser/guile-2.0.9/guile-readline'
make[2]: Leaving directory `/home/XPMUser/guile-2.0.9/guile-readline'
Making all in examples
make[2]: Entering directory `/home/XPMUser/guile-2.0.9/examples'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/XPMUser/guile-2.0.9/examples'
Making all in emacs
make[2]: Entering directory `/home/XPMUser/guile-2.0.9/emacs'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/XPMUser/guile-2.0.9/emacs'
Making all in test-suite
make[2]: Entering directory `/home/XPMUser/guile-2.0.9/test-suite'
Making all in standalone
make[3]: Entering directory `/home/XPMUser/guile-2.0.9/test-suite/standalone'
make  all-am
make[4]: Entering directory `/home/XPMUser/guile-2.0.9/test-suite/standalone'
  CC       libtest_asmobs_la-test-asmobs-lib.lo
  CCLD     libtest-asmobs.la
  CC       libtest_ffi_la-test-ffi-lib.lo
  CCLD     libtest-ffi.la
  CC       libtest_extensions_la-test-extensions-lib.lo
  CCLD     libtest-extensions.la
make[4]: Leaving directory `/home/XPMUser/guile-2.0.9/test-suite/standalone'
make[3]: Leaving directory `/home/XPMUser/guile-2.0.9/test-suite/standalone'
Making all in vm
make[3]: Entering directory `/home/XPMUser/guile-2.0.9/test-suite/vm'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/XPMUser/guile-2.0.9/test-suite/vm'
make[3]: Entering directory `/home/XPMUser/guile-2.0.9/test-suite'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/XPMUser/guile-2.0.9/test-suite'
make[2]: Leaving directory `/home/XPMUser/guile-2.0.9/test-suite'
Making all in benchmark-suite
make[2]: Entering directory `/home/XPMUser/guile-2.0.9/benchmark-suite'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/XPMUser/guile-2.0.9/benchmark-suite'
Making all in gc-benchmarks
make[2]: Entering directory `/home/XPMUser/guile-2.0.9/gc-benchmarks'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/XPMUser/guile-2.0.9/gc-benchmarks'
Making all in am
make[2]: Entering directory `/home/XPMUser/guile-2.0.9/am'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/XPMUser/guile-2.0.9/am'
make[2]: Entering directory `/home/XPMUser/guile-2.0.9'
make[2]: Leaving directory `/home/XPMUser/guile-2.0.9'
make[1]: Leaving directory `/home/XPMUser/guile-2.0.9'

      parent reply	other threads:[~2013-05-26 20:41 UTC|newest]

Thread overview: 64+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-20 19:46 guile 2.0.9 build on mingw Panicz Maciej Godek
2013-05-20 20:05 ` Eli Zaretskii
2013-05-20 20:46   ` Andy Wingo
2013-05-20 21:09     ` objc
2013-05-21  2:43       ` Eli Zaretskii
2013-05-22 15:26     ` Eli Zaretskii
2013-06-07  8:37       ` Eli Zaretskii
2013-06-07 12:44       ` Ludovic Courtès
2013-06-07 14:59         ` Eli Zaretskii
2013-06-09 17:10           ` Eli Zaretskii
2013-06-09 20:33             ` Ludovic Courtès
2013-06-09 21:16               ` Andy Wingo
2013-06-09 21:35                 ` Ludovic Courtès
2013-06-10 16:18                   ` Eli Zaretskii
2013-06-10 16:18                 ` Eli Zaretskii
2013-06-10 16:23               ` Eli Zaretskii
2013-06-10 19:09                 ` Mark H Weaver
2013-06-10 19:49                   ` Eli Zaretskii
2013-06-10 20:54                     ` Mark H Weaver
2013-06-11 16:53                       ` Eli Zaretskii
2013-06-11 22:11                         ` Ludovic Courtès
2013-06-12 17:46                           ` Eli Zaretskii
2013-06-18 21:51                             ` Why launch the Guile signal delivery thread on exit? (was Re: guile 2.0.9 build on mingw) Mark H Weaver
2013-06-19 15:51                               ` Eli Zaretskii
2013-06-19 16:06                               ` Julian Graham
2013-06-19 19:20                               ` Ludovic Courtès
2013-06-12 17:57                         ` guile 2.0.9 build on mingw Eli Zaretskii
2013-06-13 13:26                           ` Eli Zaretskii
2013-06-16 14:19                             ` Ludovic Courtès
2013-06-13 13:33                           ` Eli Zaretskii
2013-06-16 14:36                             ` Ludovic Courtès
2013-06-16 15:40                               ` Eli Zaretskii
2013-06-16 14:55                             ` Ludovic Courtès
2013-06-16 15:47                               ` Eli Zaretskii
2013-06-16 18:59                                 ` Ludovic Courtès
2013-06-13 13:40                           ` Eli Zaretskii
2013-06-16 14:59                             ` Ludovic Courtès
2013-06-17 15:41                               ` Eli Zaretskii
2013-06-18 20:45                                 ` Ludovic Courtès
2013-06-18 22:28                                   ` Mark H Weaver
2013-06-19  3:03                                     ` Eli Zaretskii
2013-06-19 19:26                                     ` Ludovic Courtès
2013-06-19 20:02                                       ` Eli Zaretskii
2013-06-19  2:59                                   ` Eli Zaretskii
2013-06-19 15:56                                   ` Eli Zaretskii
2013-06-19 19:38                                     ` Ludovic Courtès
2013-06-13 13:41                           ` Eli Zaretskii
2013-06-16 15:04                             ` Ludovic Courtès
2013-06-16 15:48                               ` Eli Zaretskii
2013-06-16 14:44                           ` Ludovic Courtès
2013-06-16 15:41                             ` Eli Zaretskii
2013-06-12 17:59                         ` Eli Zaretskii
2013-06-16 14:46                           ` Ludovic Courtès
2013-06-12 18:02                         ` Eli Zaretskii
2013-06-16 19:50                           ` Ludovic Courtès
2013-06-16 20:22                             ` Eli Zaretskii
2013-06-17 15:45                           ` Mark H Weaver
2013-06-18 17:17                             ` Eli Zaretskii
2013-06-18 19:31                               ` Eli Zaretskii
2013-06-18 20:19                                 ` Ludovic Courtès
2013-06-19  2:53                                   ` Eli Zaretskii
2013-06-19 19:28                                     ` Ludovic Courtès
2013-06-19 19:56                                       ` Eli Zaretskii
2013-05-26 20:41     ` Panicz Maciej Godek [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAMFYt2YBv2+p-h2DAVc3PfO6KPVQFt5dq_wgdMxQP7HPyGLF2A@mail.gmail.com \
    --to=godek.maciek@gmail.com \
    --cc=guile-user@gnu.org \
    --cc=wingo@pobox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).