Changes between Version 1 and Version 2 of Ticket #70869, comment 1


Ignore:
Timestamp:
Sep 22, 2024, 11:41:45 PM (8 weeks ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #70869, comment 1

    v1 v2  
    11It looks to me like the glib included in gss needs updating. The version is several years old.
    22
    3 I tried to do that, but my glib skills are not up to snuff. Even after updating glib 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}}}.
     3I 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}}}.
    44
    55A brute-force method did work for me:
     
    3232but it's not pretty. I will attach the (simple) patches I used.
    3333
    34 Clearly, upstream gss needs to fix this, and maybe upstream glib as well.
     34Clearly, upstream gss needs to fix this, and maybe upstream gnulib as well.