public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* missing include file in rel 2.9.0 cygwin/types.h
@ 2017-10-24 15:22 FRANCIS Westerman
  2017-10-24 16:48 ` René Berber
  2017-10-24 18:53 ` Corinna Vinschen
  0 siblings, 2 replies; 3+ messages in thread
From: FRANCIS Westerman @ 2017-10-24 15:22 UTC (permalink / raw)
  To: cygwin

I am trying to do a make on DC3DD code under Cygwin 2.9.0. I last did this under Cygwin 2.5.0. when I execute the make for the compiled version I get and error that /user/include/cygwin/types.h is missing.

The .h file is not in the directory like it was in 2.5.0 and I would like to know where it has been moved to or replaced with so I can continue to make use of Cygwin updates. I am running the 64 bit version.

Please help.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: missing include file in rel 2.9.0 cygwin/types.h
  2017-10-24 15:22 missing include file in rel 2.9.0 cygwin/types.h FRANCIS Westerman
@ 2017-10-24 16:48 ` René Berber
  2017-10-24 18:53 ` Corinna Vinschen
  1 sibling, 0 replies; 3+ messages in thread
From: René Berber @ 2017-10-24 16:48 UTC (permalink / raw)
  To: cygwin

On 10/24/2017 10:22 AM, FRANCIS Westerman wrote:

> I am trying to do a make on DC3DD code under Cygwin 2.9.0. I last did this under Cygwin 2.5.0. when I execute the make for the compiled version I get and error that /user/include/cygwin/types.h is missing.
> 
> The .h file is not in the directory like it was in 2.5.0 and I would like to know where it has been moved to or replaced with so I can continue to make use of Cygwin updates. I am running the 64 bit version.

$ find /usr/include -name types.h
/usr/include/asm/types.h
/usr/include/machine/types.h
/usr/include/sys/types.h



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: missing include file in rel 2.9.0 cygwin/types.h
  2017-10-24 15:22 missing include file in rel 2.9.0 cygwin/types.h FRANCIS Westerman
  2017-10-24 16:48 ` René Berber
@ 2017-10-24 18:53 ` Corinna Vinschen
  1 sibling, 0 replies; 3+ messages in thread
From: Corinna Vinschen @ 2017-10-24 18:53 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 939 bytes --]

On Oct 24 11:22, FRANCIS Westerman wrote:
> I am trying to do a make on DC3DD code under Cygwin 2.9.0. I last did
> this under Cygwin 2.5.0. when I execute the make for the compiled
> version I get and error that /user/include/cygwin/types.h is missing.

/usr, I hope.  /user doesn't exist.

> The .h file is not in the directory like it was in 2.5.0 and I would
> like to know where it has been moved to or replaced with so I can
> continue to make use of Cygwin updates. I am running the 64 bit
> version.

The file simply ceased to exist.  It was merged into sys/types.h
files during a cleanup.

If the application included cygwin/types.h, it was broken by design.
The cygwin/* files are usually not for applications to include directly.
Use sys/types.h.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-10-24 18:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-24 15:22 missing include file in rel 2.9.0 cygwin/types.h FRANCIS Westerman
2017-10-24 16:48 ` René Berber
2017-10-24 18:53 ` Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).