www.delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin-apps/2000/11/22/16:06:50

Mailing-List: contact cygwin-apps-help AT sourceware DOT cygnus DOT com; run by ezmlm
Sender: cygwin-apps-owner AT sourceware DOT cygnus DOT com
List-Subscribe: <mailto:cygwin-apps-subscribe AT sources DOT redhat DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin-apps/>
List-Post: <mailto:cygwin-apps AT sources DOT redhat DOT com>
List-Help: <mailto:cygwin-apps-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/lists.html#faqs>
Delivered-To: mailing list cygwin-apps AT sources DOT redhat DOT com
Date: Wed, 22 Nov 2000 12:54:14 -0800 (PST)
From: Carlos Puig <cpuig AT home DOT com>
X-Sender: <cpuig AT c445745-a DOT stcla1 DOT sfba DOT home DOT com>
To: <cygwin-apps AT cygwin DOT com>
Subject: Texinfo-4.0
Message-ID: <Pine.LNX.4.30.0011221237210.10055-100000@c445745-a.stcla1.sfba.home.com>
MIME-Version: 1.0

Hi,

Currently, cygwin comes with GNU texinfo-3.12, although the current GNU
release is texinfo-4.0.  Some of us involved with porting GNU Octave to
cygwin have found that octave requires texinfo-4.0.  With texinfo-3.12,
the octave info files are generally unreadable.  The "broken" info is
causing problems for octave users under cygwin.

I have successfully built and run texinfo-4.0 under cygwin 1.1.5-7 from
the GNU distribution.  As far as I can tell, texinfo-4.0 accepts the
info files provided in the cygwin distribution, so the info files do not
need to be regenerated.  See the Note below for a necessary patch to one
of the Makefiles.

What would it take to upgrade cygwin's texinfo from 3.12 to 4.0?  Can I
help in some way?

Carlos

Note: One small patch is needed to make texinfo-4.0 under cygwin.  On line 106
of the generated makeinfo/Makefile, add -DWIN32 as follows:

    DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I..

to


    DEFS = -DWIN32 -DHAVE_CONFIG_H -I. -I$(srcdir) -I..


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019