This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: cygwin32 mingwin32 qnd wxWindows


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@acm.org
zow@mdbs.com

-----Original Message-----
From:	Stephane Cateland
Sent:	Friday, February 13, 1998 3:51 PM
To:	gnu-win32@cygnus.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@adersa.asso.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@cygnus.com" with one line of text: "help".

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]