I had been thinking along the same lines. Unfortunately, my skills with makefiles is not real great, but will certainly look into the possibility. Being a windows programmer, and not much of a linux one, means I havn't delved much into linux makefiles and such :) But I will certainly see what I can do, or if anyone else wants to give it a go.
-Dave Rivera -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paolo Molaro Sent: Wednesday, January 28, 2004 10:12 AM To: [EMAIL PROTECTED] Subject: Re: [Mono-list] Mono and SFU On 01/28/04 Rohit Sharma (Mahindra British Telecom) wrote: > There is no definition of tm_gmtoff in SFU's time.h... to give a shot > porting you can comment out the code tm.tm_gmtoff=1 from the configure > file. > > checking for tm_gmtoff in struct tm... yes ---> may break the > dependency though later some time. On windows that configure check should not be reached. You should get a warning like: *** Please add $host to configure.in checks! Where $host is the platform ident the script figures out it's running under: you should patch configure.in to support it and make it set platform_win32=yes in that case. SFU, just like cygwin, should be used only to handle the build (configure, make, gcc etc.), not as the execution environment. For the same reason, I think it would be even easier if some windows programmer set up a makefile or project file or whatever they use with common compiler on windows so that neither cygwin nor SFU are needed. The makefiles in mono change rarely enough that updating such file once in a while would not be a problem and it would spare some of the pain for many windows programmers, I guess. lupus -- ----------------------------------------------------------------- [EMAIL PROTECTED] debian/rules [EMAIL PROTECTED] Monkeys do it better _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
