screen-devel
[Top][All Lists]
Advanced

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

[screen-devel] [bug #29452] there's no sys/select.h on HP-UX 11.11 => fi


From: Alexander Gattin
Subject: [screen-devel] [bug #29452] there's no sys/select.h on HP-UX 11.11 => fifo ans sockets checks fail
Date: Tue, 06 Apr 2010 13:57:33 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.18) Gecko/2010021720 Iceweasel/3.0.6 (Debian-3.0.6-3)

URL:
  <http://savannah.gnu.org/bugs/?29452>

                 Summary: there's no sys/select.h on HP-UX 11.11 => fifo ans
sockets checks fail
                 Project: GNU Screen
            Submitted by: xrgtn
            Submitted on: Tue 06 Apr 2010 04:57:31 PM EEST
                Category: Build/Install
                Severity: 3 - Normal
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
                 Release: Cur Dev Sources
           Fixed Release: None
         Planned Release: None
           Work Required: None

    _______________________________________________________

Details:

Hello,

./configure fails on HP-UX 11.11 with the next message:

you have neither usable sockets nor usable pipes -> no screen

This happens because there's no sys/select.h on the 11.11 release of HP-UX
but checks for fifos and unix domain sockets

#include <sys/select.h>

I sugest to check for sys/select.h before fifos/sockets and then use the next
code:

#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
#endif

Patch is attached.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Tue 06 Apr 2010 04:57:32 PM EEST  Name:
screen-git-have_sys_select_h.patch  Size: 2kB   By: xrgtn

<http://savannah.gnu.org/bugs/download.php?file_id=20134>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?29452>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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