diff options
author | G. Branden Robinson <g.branden.robinson@gmail.com> | 2023-02-25 05:43:05 -0600 |
---|---|---|
committer | G. Branden Robinson <g.branden.robinson@gmail.com> | 2023-02-25 05:43:05 -0600 |
commit | 4fecf105c34ee7e3ed24f494bd4217b7237c5859 (patch) | |
tree | d7cb659cea113c94944c412beca423f6e1a13576 /PROBLEMS | |
parent | 92b1d963d74e9e00c7d3aa532888e8b4b474c01e (diff) | |
download | groff-git-4fecf105c34ee7e3ed24f494bd4217b7237c5859.tar.gz |
PROBLEMS: Note newlib/utoa/XFontName.c problem.
Thanks to Brian Inglis for the report.
See <https://savannah.gnu.org/bugs/?63831>.
Diffstat (limited to 'PROBLEMS')
-rw-r--r-- | PROBLEMS | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -893,6 +893,20 @@ Some test failures remain expected on Solaris 10. ---------------------------------------------------------------------- +* I get a build failure on Cygwin / a system using newlib and GCC 11. + + "newlib" defines a function called "utoa" which conflicts with a + static (file scope-local) function in src/libs/libxutil/XFontName.c. + + We expect to fix this in the near future; in the meantime, you can + patch the file to rename the function (and update its call sites) or, + if you don't require the "gxditview" output previewer or "xtotroff" + utility, you can build groff without X11 support. + + $ ./configure --without-x + +---------------------------------------------------------------------- + * I am building from the Git repository, using 'autoreconf' from a GNU Autoconf release earlier than 2.69, and I get this. |