Re: stdlib.h:57: redeclaration of C++ built-in type `wchar_t'

2002-10-07 Thread Hanspeter Roth
On Oct 06 at 17:02, Terry Lambert spoke: You failed to delete the old header files when you upgraded your compiler. The easiest answer is man rm. 8-). Hm. I tought I had `*default delete use-rel-suffix' in the supfile. Do I still have to delete old files myself? Is /usr/include/stdlib.h

Re: stdlib.h:57: redeclaration of C++ built-in type `wchar_t'

2002-10-07 Thread Terry Lambert
Hanspeter Roth wrote: On Oct 06 at 17:02, Terry Lambert spoke: You failed to delete the old header files when you upgraded your compiler. The easiest answer is man rm. 8-). Hm. I tought I had `*default delete use-rel-suffix' in the supfile. Doesn't matter. That only effects your CVS

stdlib.h:57: redeclaration of C++ built-in type `wchar_t'

2002-10-06 Thread Hanspeter Roth
/gperf/../../../contrib/gperf/lib -I/usr/src/gnu/usr.bin/gperf -c /usr/src/contrib/gperf/src/gen-perf.cc In file included from /usr/src/contrib/gperf/src/gen-perf.cc:23: /usr/include/stdlib.h:57: redeclaration of C++ built-in type `wchar_t' *** Error code 1 #ifdef _BSD_SIZE_T_ typedef _BSD_SIZE_T_

Re: stdlib.h:57: redeclaration of C++ built-in type `wchar_t'

2002-10-06 Thread Terry Lambert
Hanspeter Roth wrote: /usr/include/stdlib.h:57: redeclaration of C++ built-in type `wchar_t' *** Error code 1 #ifdef _BSD_SIZE_T_ typedef _BSD_SIZE_T_size_t; #undef _BSD_SIZE_T_ How can I resolve this redeclaration? You failed to delete the old header files when you upgraded your

Re: stdlib.h:57: redeclaration of C++ built-in type `wchar_t'

2002-10-06 Thread walt
-I/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/lib -I/usr/src/gnu/usr.bin/gperf -c /usr/src/contrib/gperf/src/gen-perf.cc In file included from /usr/src/contrib/gperf/src/gen-perf.cc:23: /usr/include/stdlib.h:57: redeclaration of C++ built-in type `wchar_t' *** Error code 1 #ifdef