This is the mail archive of the cygwin@sources.redhat.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: Clipboard from Cygwin?


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


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