Re: tin-2.0.0 segfaults in process_mapping()
Urs Janßen <[email protected]> Tue, 6 Sep 2011 10:16:59 +0200
| Newsgroups | gmane.network.tin.devel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Sep 05, 2011 at 11:44:11PM +0200, clemens fischer wrote: > > Clemens, at a quick fix: after configure you could use something like > > sed 's,define HAVE_STRSEP 1,undef HAVE_STRSEP,' -i include/autoconf.h > Bingo! Now tin doesn't crash anymore, but I cannot use the arrow-keys > for cursor movement. I'm certain the problem can be fixed. shouldn't be strsep(3) related, but might be caused by defining _XOPEN_SOURCE=500 instead of _GNU_SOURCE. To find out why that happens on your side your config.log would be helpfull. > I wonder if it has to do with usr/include/sys/param.h versus > usr/include/sys/params.h. Note the trailing plural 's'. Arch-linux has > param.h, but no params.h that's ok