Re: 2.96.4 beta build reports
Stefan Ulrich <[email protected]>
| Newsgroups | gmane.comp.tex.tetex.beta |
|---|---|
| Message-ID | <[email protected]> |
Thomas Esser <[email protected]> writes: > On Wed, Jul 07, 2004 at 03:42:29PM -0300, George N. White III wrote: >> "xdvi.h" defines MAXPATHLEN, so a quick fix was to edit >> "print-internal.c" and "util.c" to replace PATH_MAX with MAXPATHLEN.. > kpathsea/c-pathmx.h seems to sole this in a better way. Stefan, do > you agree? Will you set up an appropriate #include somewhere? I've now added and include but also changed PATH_MAX to MAXPATHLEN for consistency with other places in the code. >> The link of xdvi-motif.bin failed until I added -L/usr/Motif-2.1/lib32 and >> made the corresponding adjustment to the rpath. This system was > Stefan? I guess we'll have to add a configure check for this - how did it fail (what was the undefined function)? Best, Stefan