weechat-dev
[Top][All Lists]
Advanced

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

[Weechat-dev] [bug #40981] illumos compilation issues


From: Sebastien Helleu
Subject: [Weechat-dev] [bug #40981] illumos compilation issues
Date: Sat, 21 Dec 2013 09:32:14 +0000
User-agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36

Update of bug #40981 (project weechat):

                  Status:             In Progress => Need Info              

    _______________________________________________________

Follow-up Comment #2:

The problem in charset plugin with strcasecmp is now fixed (I use
weechat_strcasecmp instead, like all plugins do).

For the question about _XOPEN_SOURCE in src/plugins/irc/irc-protocol.c, yes
there is a reason, as written in comment, in the file:


/* this define is needed for strptime() (not on OpenBSD) */
#if !defined(__OpenBSD__)
#define _XOPEN_SOURCE 700
#endif


If the _XOPEN_SOURCE 700 is not needed for Illumos (for strptime), then it
would be possible to condition that (like already done for OpenBSD).

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?40981>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.nongnu.org/




reply via email to

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