Re: g++ missing stddef.h

2022-01-26 Thread Andrey Repin
Greetings, Kevin Schnitzius! > On Wednesday, January 19, 2022, 12:46:26 AM EST, Marco Atzeri > Works fine from bash.  It reproes from cmd.exe Then your CMD environment is not set identical to your bash env. Simple fix - use bash. -- With best regards, Andrey Repin Wednesday, January 26, 2022

Re: g++ missing stddef.h

2022-01-19 Thread Marco Atzeri
please use a decent mail program On 19.01.2022 21:58, Kevin Schnitzius via Cygwin wrote: On Wednesday, January 19, 2022, 12:46:26 AM EST, Marco Atzeri wrote: This works for me from CLI      g++ -Wall prova.cc -o prova So how are you setting your NetBeans ? g++ --version> g++ (GCC) 11.2.0

Re: g++ missing stddef.h

2022-01-19 Thread Kevin Schnitzius via Cygwin
On Wednesday, January 19, 2022, 12:46:26 AM EST, Marco Atzeri wrote:>> On 19.01.2022 02:06, slipbits wrote:> > g++ (GCC) 10.2.0> > Win 7-64> > Netbeans 12.5> >> > g++ reported a compiler error in not finding stddef.h referenced in> > stdlib.h. I've looked in /usr/include and /usr/include/c++/

Re: g++ missing stddef.h

2022-01-18 Thread Marco Atzeri
On 19.01.2022 02:06, slipbits wrote: g++ (GCC) 10.2.0 Win 7-64 Netbeans 12.5 g++ reported a compiler error in not finding stddef.h referenced in stdlib.h. I've looked in /usr/include and /usr/include/c++/v1. I found an stddef.h in /usr/include/c++/v1. Should I copy this to /usr/include? The

g++ missing stddef.h

2022-01-18 Thread slipbits
g++ (GCC) 10.2.0 Win 7-64 Netbeans 12.5 g++ reported a compiler error in not finding stddef.h referenced in stdlib.h. I've looked in /usr/include and /usr/include/c++/v1. I found an stddef.h in /usr/include/c++/v1. Should I copy this to /usr/include? The command being executed is 'c:\cygwin64