Looks like the build completes now. Building via MacPorts takes care of some details I don’t usually cope with by hand (as I had to here, including fetching gss and gnulib from git when the Portfile expected a tarball for at least the former, and installing gengetopt which I didn’t already have) and I don’t maintain the Portfile or understand them enough to modify one successfully, so I can’t say for sure that’s everything, but it’s at least not getting the reported error anymore.
> On Aug 6, 2022, at 9:51 AM, Simon Josefsson <[email protected]> wrote: > > Joseph Sacco <[email protected]> writes: > >> gss-1.0.3 does not build on Leopard or Snow Leopard because getline(), >> which is called from gettrimline() in src/gss.c, is is not available >> in the OS X system library for OS X 10.6 and earlier. A simple >> work-around is to add OS X version specific code to gss.c for the >> missing getline() function. See attached patch file. > > Hi. Sorry for slow response -- this has been fixed in 1.0.4, please > test it! > > /Simon
