Date: Mon, 07 Oct 2002 02:43:10 -0700 From: Terry Lambert <tlambert2@mindspring.com> To: freebsd-current@FreeBSD.ORG Subject: Re: stdlib.h:57: redeclaration of C++ built-in type `wchar_t' Message-ID: <3DA1572E.45D04F10@mindspring.com> References: <20021007004727.A3639@gicco.cablecom.ch> <3DA0CF13.8E27F12@mindspring.com> <20021007112359.A926@gicco.cablecom.ch>
next in thread | previous in thread | raw e-mail | index | archive | help
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 tree. A CVS update with the delete/prune options only effects your source tree. The problem is the installed header files, so changes to either your local CVS tree or your local source tree are irrelevent. > Do I still have to delete old files myself? Yes. > Is /usr/include/stdlib.h obsolete? /usr/include/* is obsolete. Install the new ones instead. -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3DA1572E.45D04F10>