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
compiler.  The easiest answer is "man rm".  8-).

-- Terry

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to