<<< Date Index >>>     <<< Thread Index >>>

mutt/2174: Can't build 1.5.11 under cygwin



>Number:         2174
>Notify-List:    
>Category:       mutt
>Synopsis:       Can't build 1.5.11 under cygwin
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    mutt-dev
>State:          open
>Keywords:       
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Jan 31 14:18:10 +0100 2006
>Originator:     Miki Tebeka
>Release:        1.5.11
>Organization:
>Environment:
Cygwin
>Description:
Compling mutt 1.5.11 under cygwin fails.
The error is:
mh.c:742: error: structure has no member named `d_ino'

In /usr/include/sys/dirent.h there is a comment:
  unsigned __invalid_ino32;             /* DO NOT USE: No longer available 
since cygwin 1.5.19 */

>How-To-Repeat:
Try to compile mutt under cygwin
>Fix:
Change in line 742 from
    de->d_ino
to
    de->__invalid_d_ino
>Add-To-Audit-Trail:

>Unformatted: