Changes between Version 1 and Version 2 of Ticket #70869, comment 1
- Timestamp:
- Sep 22, 2024, 11:41:45 PM (8 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #70869, comment 1
v1 v2 1 1 It looks to me like the glib included in gss needs updating. The version is several years old. 2 2 3 I tried to do that, but my glib skills are not up to snuff. Even after updating g lib and adding the additional macros to configure.ac that seemed to be needed, I still got these errors about {{{an attribute list cannot appear here}}}.3 I tried to do that, but my glib skills are not up to snuff. Even after updating gnulib and adding the additional macros to configure.ac that seemed to be needed, I still got these errors about {{{an attribute list cannot appear here}}}. 4 4 5 5 A brute-force method did work for me: … … 32 32 but it's not pretty. I will attach the (simple) patches I used. 33 33 34 Clearly, upstream gss needs to fix this, and maybe upstream g lib as well.34 Clearly, upstream gss needs to fix this, and maybe upstream gnulib as well.