Re: Call for testing Cygwin snapshot (d_ino)

2005-12-18 Thread Christopher Faylor
On Sun, Dec 18, 2005 at 11:22:33PM +0100, Angelo Graziosi wrote: Christopher Faylor wrote: Angelo Graziosi wrote: I built ROOT-5.06.00, a CERN application, at Nov 10 2005 using GCC-3.3.3-3 and the snapshot of that time. All worked fine. Now I have repeated the build using the same

Re: Call for testing Cygwin snapshot (d_ino)

2005-12-18 Thread Angelo Graziosi
I wrote: The code that causes this error should be : --- #if defined(_POSIX_SOURCE) // Posix does not require that the d_ino field be present, and some // systems do not provide it. # define REAL_DIR_ENTRY(dp) 1 #else # define

Re: Call for testing Cygwin snapshot (d_ino)

2005-12-18 Thread Larry Hall (Cygwin)
Angelo Graziosi wrote: I wrote: The code that causes this error should be : --- #if defined(_POSIX_SOURCE) // Posix does not require that the d_ino field be present, and some // systems do not provide it. # define REAL_DIR_ENTRY(dp) 1 #else #