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