public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* ino_t and d_ino now a thing again?
       [not found] <71025238.6174642.1496192540488.ref@mail.yahoo.com>
@ 2017-05-31  2:30 ` Lloyd Wood via cygwin
  2017-05-31  6:56   ` Marco Atzeri
  0 siblings, 1 reply; 2+ messages in thread
From: Lloyd Wood via cygwin @ 2017-05-31  2:30 UTC (permalink / raw)
  To: cygwin

Hi,

on attempting to build Geomview 1.9.5 on current updated
Cygwin, configure fails oddly:

./configure
[..]
checking for time_t... yes 
checking size of dev_t... 4 
checking size of ino_t... configure: error: in `/home/lloyd/savi/geomview-1.9.5': 
configure: error: cannot compute sizeof (ino_t) 
See `config.log' for more details 

lloyd@box ~/savi/geomview-1.9.5 
$ tail config.log 
#define HAVE__BOOL 1 
#define HAVE_STDBOOL_H 1 
#define TIME_WITH_SYS_TIME 1 
#define HAVE_M_PI 1 
#define HAVE_DEV_T 1 
#define HAVE_INO_T 1 
#define HAVE_TIME_T 1 
#define SIZEOF_DEV_T 4 

configure: exit 77 


If HAVE_INO_T is 1, getting sizeof should be a non-problem.

Is this a reoccurrence of the 2006 d_ino problems that were an issue for Cygwin
1.5.19, and discussed with Eric Blake?

thanks and regards
 
Lloyd Wood
http://savi.sf.net/
http://www.geomview.org/

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: ino_t and d_ino now a thing again?
  2017-05-31  2:30 ` ino_t and d_ino now a thing again? Lloyd Wood via cygwin
@ 2017-05-31  6:56   ` Marco Atzeri
  0 siblings, 0 replies; 2+ messages in thread
From: Marco Atzeri @ 2017-05-31  6:56 UTC (permalink / raw)
  To: cygwin



On 31/05/2017 03:02, Lloyd Wood via cygwin wrote:
> Hi,
>
> on attempting to build Geomview 1.9.5 on current updated
> Cygwin, configure fails oddly:
>
> ./configure
> [..]
> checking for time_t... yes
> checking size of dev_t... 4
> checking size of ino_t... configure: error: in `/home/lloyd/savi/geomview-1.9.5':
> configure: error: cannot compute sizeof (ino_t)
> See `config.log' for more details
>
> lloyd@box ~/savi/geomview-1.9.5
> $ tail config.log
> #define HAVE__BOOL 1
> #define HAVE_STDBOOL_H 1
> #define TIME_WITH_SYS_TIME 1
> #define HAVE_M_PI 1
> #define HAVE_DEV_T 1
> #define HAVE_INO_T 1
> #define HAVE_TIME_T 1
> #define SIZEOF_DEV_T 4
>
> configure: exit 77
>
>
> If HAVE_INO_T is 1, getting sizeof should be a non-problem.

check the exact reason of the failed test in the config.log .
I have similar issue and it is due to the antivirus locking the test
file too long.

>
> Is this a reoccurrence of the 2006 d_ino problems that were an issue for Cygwin
> 1.5.19, and discussed with Eric Blake?
>
> thanks and regards
>
> Lloyd Wood

Regards
Marco



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-05-31  5:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <71025238.6174642.1496192540488.ref@mail.yahoo.com>
2017-05-31  2:30 ` ino_t and d_ino now a thing again? Lloyd Wood via cygwin
2017-05-31  6:56   ` Marco Atzeri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).