bug-mailutils
[Top][All Lists]
Advanced

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

compiling on Nto...


From: Sam Roberts
Subject: compiling on Nto...
Date: Sat, 14 Apr 2001 00:49:45 -0400
User-agent: Mutt/1.3.16i

ChangeLog:

  * QNX needed to include <strings.h> for many of the useful string functions.
  * QNX needed to define _QNX_SOURCE so <sys/time.h> doesn't have an internal
    warning.
  * mailbox/mime.c: wasn't including config.h
  * mailbox/attachment.c, configure.in: QNX needed libgen.h for basename().
  * pop3d/user.c: QNX says getspnam(char* n), I cast away the error.

I don't know about that last, but I thought I'd throw it in, should work
even it getspnam(const char*) is the prototype, I can't imagine it's
actually writing to the name argument.

And what on earth is vasprintf? I've never heard of it, the imap code
might want to check for it's existence before calling it. It looks
strikingly similar to vsprintf, from it's usage in imap4d/util.c,
util_send()/util_out(). That's a link time problem for me.

Still don't know what's up with automake, looks like an installation
problem.

Good night,
Sam

-- 
Sam Roberts <address@hidden> (Vivez sans temps mort!)

Attachment: _diff
Description: Text document


reply via email to

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