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?



> (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!

--
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]