groff-commit
[Top][All Lists]
Advanced

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

[groff] 08/08: PROBLEMS: Note newlib/utoa/XFontName.c problem.


From: G. Branden Robinson
Subject: [groff] 08/08: PROBLEMS: Note newlib/utoa/XFontName.c problem.
Date: Sat, 25 Feb 2023 06:57:30 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 4fecf105c34ee7e3ed24f494bd4217b7237c5859
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sat Feb 25 05:43:05 2023 -0600

    PROBLEMS: Note newlib/utoa/XFontName.c problem.
    
    Thanks to Brian Inglis for the report.
    
    See <https://savannah.gnu.org/bugs/?63831>.
---
 PROBLEMS | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/PROBLEMS b/PROBLEMS
index d010a6e45..5379e2d7e 100644
--- a/PROBLEMS
+++ b/PROBLEMS
@@ -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.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]