Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <398847F9.3F0F9CFE@ece.gatech.edu>
Date: Wed, 02 Aug 2000 12:10:33 -0400
From: Charles Wilson <cwilson@ece.gatech.edu>
X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U)
X-Accept-Language: en
MIME-Version: 1.0
To: DJ Delorie <dj@delorie.com>
CC: cygwin@sources.redhat.com
Subject: Re: Clipboard from Cygwin?
References: <nZFGdDAMA1h5IwZi@almide.demon.co.uk> <003b01bffc0a$6da278a0$3c5350d8@guinness> <200008012327.TAA29658@envy.delorie.com> <398783D9.E25355B6@ece.gatech.edu> <20000801221652.A21157@cygnus.com> <3987873C.857BF466@ece.gatech.edu> <20000801223301.A21289@cygnus.com> <3987B905.19E480A2@ece.gatech.edu> <200008021400.KAA25633@envy.delorie.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

DJ Delorie wrote:
> 
> > (Don't let it throw you, that's a different config.h file). The problem
> > is, winsup.h defines __INSIDE_CYGWIN__, but most of the .cc files in
> > winsup include stuff like <errno.h> and <stdlib.h> *before* winsup.h.
> > These <include files> get resolved to the newlib/libc/include directory,
> > and poof: libc/include/sys/config.h gets included but __INSIDE_CYGWIN__
> > hasn't been defined yet.
> 
> Sounds like I need to edit some Makefiles.  Thanks for noticing; I
> only checked that in yesterday!
> 

I should've known better though -- it appears the autobuild hasn't been
able to make a snapshot since July 25, so what was I thinking? I could
just download from CVS and build??!!

Anyway, there must've been something else broken prior to your changes
yesterday; possibly the configure.in thing that Chris mentioned.
However, the patch to fix that was approved & accepted on Jul 30, so I
dunno why it was still necessary for me to remove '-nostdinc' by hand on
Aug 1.

--Chuck

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

