Subject: pkg/33171: xterm fails to compile on darwin because of missing fd_mask
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <alex@foxybanana.com>
List: pkgsrc-bugs
Date: 03/30/2006 09:15:00
>Number: 33171
>Category: pkg
>Synopsis: xterm fails to compile on darwin because of missing fd_mask
>Confidential: no
>Severity: serious
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Mar 30 09:15:00 +0000 2006
>Originator: Alexander Botero-Lowry
>Release: Darwin 8.0.1 (FreeDarwin)
>Organization:
>Environment:
Darwin 8.0.1
>Description:
when compiling xterm, the compile fails for charproc.c because of a missing definition of fd_mask.
>How-To-Repeat:
Try to compile xterm from pkgsrc on Darwin
>Fix:
If you change xterm.h to use the defined XFD_COPYSET and Select functions instead of including Xpoll.h, it will compile fine.