Re: Issues with stdio.h

2012-02-21 Thread Earnie Boyd
And FWIW, MinGW's native gcc also doesn't include the GCC specific headers in the /mingw/include directory. -- Earnie -- https://sites.google.com/site/earnieboyd -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Re: Issues with stdio.h

2012-02-20 Thread Thomas Wolff
Am 20.02.2012 01:25, schrieb Christopher Faylor: On Sun, Feb 19, 2012 at 07:07:04PM -0500, Chris Sutcliffe wrote: ... /usr/include/stdio.h:34:20: fatal error: stddef.h: No such file or directory stddef.h comes from the gcc4-core package. It's located in:

Re: Issues with stdio.h

2012-02-20 Thread Eric Blake
On 02/20/2012 02:39 PM, Thomas Wolff wrote: Am 20.02.2012 01:25, schrieb Christopher Faylor: On Sun, Feb 19, 2012 at 07:07:04PM -0500, Chris Sutcliffe wrote: ... /usr/include/stdio.h:34:20: fatal error: stddef.h: No such file or directory stddef.h comes from the gcc4-core package. It's

Re: Issues with stdio.h

2012-02-20 Thread JonY
On 2/21/2012 05:39, Thomas Wolff wrote: Am 20.02.2012 01:25, schrieb Christopher Faylor: On Sun, Feb 19, 2012 at 07:07:04PM -0500, Chris Sutcliffe wrote: ... /usr/include/stdio.h:34:20: fatal error: stddef.h: No such file or directory stddef.h comes from the gcc4-core package. It's located

Re: Issues with stdio.h

2012-02-20 Thread Robert Miles
On 2/20/2012 4:12 PM, JonY wrote: On 2/21/2012 05:39, Thomas Wolff wrote: Am 20.02.2012 01:25, schrieb Christopher Faylor: On Sun, Feb 19, 2012 at 07:07:04PM -0500, Chris Sutcliffe wrote: ... /usr/include/stdio.h:34:20: fatal error: stddef.h: No such file or directory stddef.h comes from the

Re: Issues with stdio.h

2012-02-20 Thread Thomas Wolff
Am 20.02.2012 23:10, schrieb Eric Blake: On 02/20/2012 02:39 PM, Thomas Wolff wrote: Am 20.02.2012 01:25, schrieb Christopher Faylor: On Sun, Feb 19, 2012 at 07:07:04PM -0500, Chris Sutcliffe wrote: ... /usr/include/stdio.h:34:20: fatal error: stddef.h: No such file or directory stddef.h

Re: Issues with stdio.h

2012-02-20 Thread Eric Blake
On 02/20/2012 03:58 PM, Thomas Wolff wrote: Wrong. GNU/Linux does this too. On my Fedora machine, $ printf '#includestddef.h\n#includestdio.h\n' | gcc -E -\ |grep '^# 1 /' ... # 1 /usr/lib/gcc/x86_64-redhat-linux/4.6.2/include/stddef.h 1 3 4 # 1 /usr/include/wchar.h 1 3 4 # 1

Re: Issues with stdio.h

2012-02-20 Thread Eric Blake
On 02/20/2012 03:57 PM, Robert Miles wrote: Why not put a stddef.h file into /user/include that includes comments showing where to find the compiler-specific stddef.h files? Why not ask the upstream gcc list? This is not a situation specific to Cygwin, so asking on this list won't get it

Re: Issues with stdio.h

2012-02-20 Thread Christopher Faylor
On Mon, Feb 20, 2012 at 04:57:20PM -0600, Robert Miles wrote: On 2/20/2012 4:12 PM, JonY wrote: On 2/21/2012 05:39, Thomas Wolff wrote: Am 20.02.2012 01:25, schrieb Christopher Faylor: On Sun, Feb 19, 2012 at 07:07:04PM -0500, Chris Sutcliffe wrote: ... /usr/include/stdio.h:34:20: fatal

Issues with stdio.h

2012-02-19 Thread Chris Sutcliffe
I'm trying to compile vim now using the latest snapshot, and I'm having an issue with stdio.h referencing stddef.h, which seems to be missing. I checked my /usr/include directory and sure enough, it's not there. According to vim's configure: configure:3089: gcc -o conftest.execonftest.c 5

Re: Issues with stdio.h

2012-02-19 Thread Christopher Faylor
On Sun, Feb 19, 2012 at 07:07:04PM -0500, Chris Sutcliffe wrote: I'm trying to compile vim now using the latest snapshot, and I'm having an issue with stdio.h referencing stddef.h, which seems to be missing. I checked my /usr/include directory and sure enough, it's not there. According to vim's