Mail Archives: cygwin/1998/02/16/06:19:32
Well, I just looked at the sources and I was rather amazed to see that the
gnu version of gettimeofday not only uses two args (which has been declared
the standard apparently), but it makes use of the second arg as a timezone
argument, which seems to be a logical use for such. So be sure that your
gettimeofday call is of the form:
gettimeofday(struct timeval *, struct timezone *);
where timeval and timezone are defined in include/sys/time.h
Hope this helps!
"Zow" Terry Brugger
zow AT acm DOT org
zow AT mdbs DOT com
-----Original Message-----
From: Stephane Cateland
Sent: Friday, February 13, 1998 3:51 PM
To: gnu-win32 AT cygnus DOT com
Subject: cygwin32 mingwin32 qnd wxWindows
I would like to compile wxWindows with mingw32 2.8.0
but it does not compile out of the box.
more particurlarly there is problrem with time function (gettimeofday)
and some system call
Is some one ever tried it or has advice to give me
thanks
//////////////////////////////////////////////////
//
// S. Cateland / cateland AT adersa DOT asso DOT fr
//
// Adersa 10 rue de la croix Martre 91873 Palaiseau cedex
// Phone [switchboard] (33) 0 160 135 353
// Fax (33) 0 169 200 563
//
//////////////////////////////////////////////////
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -