This mail is an automated notification from the bugs tracker
 of the project: Guile.

/**************************************************************************/
[bugs #868] Latest Modifications:

Changes by: 
                Kevin Ryde <[EMAIL PROTECTED]>
'Date: 
                Sat 04/17/04 at 00:14 (Australia/Queensland)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Invalid
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
version.texi is generated by automake.
Report again if something has gone wrong in that.






/**************************************************************************/
[bugs #868] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=868>
Project: Guile
Submitted by: Tony Sidaway
On: Wed 07/17/02 at 21:23

Category:  None
Severity:  5 - Average
Item Group:  None
Resolution:  Invalid
Assigned to:  None
Status:  Closed


Summary:  version.texi component missing in guile/guile-core

Original Submission:  guile/guile-core/doc/ref/guile.texi
guile/guile-core/doc/tutorial/guile-tut.texi

Both these files have "@include 'version.texi'"

This prevents a clean build because the file is either missing or mislaid(?)

Workaround: inserted @c before these includes

Index: doc/ref/guile.texi
===================================================================
RCS file: /cvsroot/guile/guile/guile-core/doc/ref/guile.texi,v
retrieving revision 1.18
diff -r1.18 guile.texi
50c50
< @include version.texi
---
> @c @include version.texi
cvs server: Diffing doc/sources
cvs server: Diffing doc/tutorial
Index: doc/tutorial/guile-tut.texi
===================================================================
RCS file: /cvsroot/guile/guile/guile-core/doc/tutorial/guile-tut.texi,v
retrieving revision 1.8
diff -r1.8 guile-tut.texi
7c7
< @include version.texi
---
> @c @include version.texi


Follow-up Comments
------------------


-------------------------------------------------------
Date: Sat 04/17/04 at 00:14         By: kryde
version.texi is generated by automake.
Report again if something has gone wrong in that.












For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=868>

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





_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile

Reply via email to