bug-mit-scheme
[Top][All Lists]
Advanced

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

[Bug-mit-scheme] [bug #38845] make fails for ffi, imail, ref-manual, and


From: Charles Moss
Subject: [Bug-mit-scheme] [bug #38845] make fails for ffi, imail, ref-manual, and user-manual docs
Date: Sun, 28 Apr 2013 23:05:13 +0000
User-agent: Uzbl (Webkit 1.10) (Linux x86_64 [x86_64])

URL:
  <http://savannah.gnu.org/bugs/?38845>

                 Summary: make fails for ffi, imail, ref-manual, and
user-manual docs
                 Project: MIT/GNU Scheme
            Submitted by: czm
            Submitted on: Sun Apr 28 18:05:12 2013
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect behavior
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                Keywords: 

    _______________________________________________________

Details:

It could just be that, in running Parabola, I have too new a version of
Texinfo (5.1).  When, however, I tryed make in doc/, I received the following
errors.

$ cd doc
$ make
making all in ffi
make[1]: Entering directory `/home/czm/dev/mit-scheme/doc/ffi'
rm -f mit-scheme-ffi.info*
makeinfo --output=mit-scheme-ffi.info ffi.texinfo
ffi.texinfo:89: superfluous argument to @end ifnothtml:  #[alien 42
0x081afc60] (possibly involving @myresult)
ffi.texinfo:96: superfluous argument to @end ifnothtml:  14 (possibly
involving @myresult)
ffi.texinfo:101: superfluous argument to @end ifnothtml:  |GDK_MAP| (possibly
involving @myresult)
ffi.texinfo:106: superfluous argument to @end ifnothtml:  14 (possibly
involving @myresult)
ffi.texinfo:111: superfluous argument to @end ifnothtml:  12 (possibly
involving @myresult)
ffi.texinfo:116: superfluous argument to @end ifnothtml:  8 (possibly
involving @myresult)
ffi.texinfo:121: superfluous argument to @end ifnothtml:  #[alien 44
0x081afc60] @r{; New alien.} (possibly involving @myresult)
ffi.texinfo:126: superfluous argument to @end ifnothtml:  #[alien 43
0x081afc78] @r{; Modified alien.} (possibly involving @myresult)
ffi.texinfo:131: superfluous argument to @end ifnothtml:  #!unspecific
(possibly involving @myresult)
ffi.texinfo:136: superfluous argument to @end ifnothtml:  #[alien-function 44
Scm_delete_event] (possibly involving @myresult)
ffi.texinfo:141: superfluous argument to @end ifnothtml:  13                  
  @r{; A fixnum registration ID.} (possibly involving @myresult)
ffi.texinfo:307: superfluous argument to @end ifnothtml:  |GDK_MAP| (possibly
involving @myresult)
ffi.texinfo:323: warning: @verb should not appear in @end
ffi.texinfo:323: superfluous argument to @end ifnothtml:  
@verb{"address@hidden"}
(possibly involving @myresult)
ffi.texinfo:331: warning: @verb should not appear in @end
ffi.texinfo:331: superfluous argument to @end ifnothtml:  
@verb{"address@hidden"}
(possibly involving @myresult)
ffi.texinfo:465: superfluous argument to @end ifnothtml:  #[alien 44 (*
GdkWindow) 0x081afc60] (possibly involving @myresult)
make[1]: *** [mit-scheme-ffi.info] Error 1
make[1]: Leaving directory `/home/czm/dev/mit-scheme/doc/ffi'
make: *** [all] Error 1

Fixing that, I found that makeinfo didn't like the braces on the @title lines
for imail, ref-manaul, and user-manual.  In the attached patch I remove
those.

(I hope the attached patch suffices---I generated it with git diff.  Is there
a better way to contribute or collaborate?  Perhaps a public branch on
github?)

== Patch Summary ==
* doc/ffi/ffi.texinfo
The myresult macro produced errors.  Inverting conditionals and definitions
works.
* doc/imail/imail.texinfo
* doc/ref-manual/scheme.texinfo
* doc/user-manual/user.texinfo
The @title line contained braces.  Removed.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Sun Apr 28 18:05:12 2013  Name: make-doc-make.patch  Size: 2kB   By: czm
Now make in doc/ will work.
<http://savannah.gnu.org/bugs/download.php?file_id=27970>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?38845>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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