From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jan Nieuwenhuizen Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH]: Cross building and Cygwin fixes. Date: Wed, 10 Jul 2002 22:02:06 +0200 Organization: Jan at Appel Sender: guile-devel-admin@gnu.org Message-ID: <878z4jnygx.fsf@peder.flower> References: <87r8ikdbj6.fsf@peder.flower> <87hejb6ztn.fsf@zagadka.ping.de> <87eleebl6u.fsf@peder.flower> <87y9ckdbao.fsf@zagadka.ping.de> <87u1n8s9if.fsf@peder.flower> <87d6tvml71.fsf@zagadka.ping.de> <87y9cjl5sg.fsf@zagadka.ping.de> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1026331354 20566 127.0.0.1 (10 Jul 2002 20:02:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 10 Jul 2002 20:02:34 +0000 (UTC) Cc: guile-devel@gnu.org, Han-Wen Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17SNfW-0005LN-00 for ; Wed, 10 Jul 2002 22:02:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17SNg2-0001BL-00; Wed, 10 Jul 2002 16:03:06 -0400 Original-Received: from node-d-3053.a2000.nl ([62.195.48.83] helo=peder.flower) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17SNfH-00019I-00 for ; Wed, 10 Jul 2002 16:02:19 -0400 Original-Received: from localhost.localdomain ([127.0.0.1] helo=peder.flower) by peder.flower with esmtp (Exim 3.35 #1 (Debian)) id 17SNf5-0001Ng-00; Wed, 10 Jul 2002 22:02:07 +0200 Original-To: Marius Vollmer In-Reply-To: <87y9cjl5sg.fsf@zagadka.ping.de> (Marius Vollmer's message of "10 Jul 2002 21:52:15 +0200") Original-Lines: 21 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i386-debian-linux-gnu) Errors-To: guile-devel-admin@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.devel:781 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:781 Marius Vollmer writes: >> > Also, I found that some #include statements are still >> > inside #ifdef __MINGW32__ (fports.c, inet_aton.c). It doesn't do any >> > harm, but you may want to put them inside #ifdef HAVE_WINSOCK2_H now. >> >> Yes, will do that as well. > > Nope, didn't. There is more than winsock2.h that is affected by > __MINGW32__ so I didn't feel comfortable enough to change it since I > can't test it. It's not that important. Of course the other stuff inside __MINGW32__ should remain inside __MINGW32__, I just wanted to suggest putting all winsock includes inside HAVE_WINSOCK2_H, for uniformity's sake. Jan. -- Jan Nieuwenhuizen | GNU LilyPond - The music typesetter http://www.xs4all.nl/~jantien | http://www.lilypond.org _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel