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

Bug#253958: (fwd) Re: (fwd) Bug#253958: Unable to build packages depending on this with gcc.



On 13.06.04 carbonated beverage (ramune@net-ronin.org) wrote:
> On Sun, Jun 13, 2004 at 01:50:09PM +0200, Hilmar Preusse wrote:

Hi,

> > Would you be so kind to test it, although I have doubts, that it
> > will really help you?
> 
> Tried it out, and it builds correctly now.
> 
I found a hint in the info-file.

`pathsearch.h' declares the basic searching routine. `tex-file.h' and
`tex-glyph.h' define the interfaces for looking up particular kinds
of files. You may wish to use `#include <kpathsea/kpathsea.h>', which
includes every Kpathsea header.

Perhaps we should more explicitly say, that one have to use "#include
<kpathsea/kpathsea.h>". I guess, that was the bug in that case. Patch
applies to kpathsea.texi of latest beta and teTeX 2.0.2

Regards,
  Hilmar
-- 
sigmentation fault
--- kpathsea.texi.orig	Fri May  7 21:46:01 2004
+++ kpathsea.texi	Mon Jun 14 09:00:56 2004
@@ -2016,7 +2016,7 @@
 files define the actual routines, which are the ultimate documentation).
 @file{pathsearch.h} declares the basic searching routine.
 @file{tex-file.h} and @file{tex-glyph.h} define the interfaces for
-looking up particular kinds of files.  You may wish to use
+looking up particular kinds of files.  It is recommended to use
 @code{#include <kpathsea/kpathsea.h>}, which includes every Kpathsea header.
 
 @cindex file types, registering new

Reply to: