Re: C++ problems

2002-06-18 Thread Dan Nelson
In the last episode (Jun 18), David O'Brien said: > On Sun, Jun 16, 2002 at 07:31:56AM +0200, Michael Nottebrock wrote: > > I just hit the same problem while trying to compile KDE stuff. In my > > case it stems from bsd.kde.mk adding -I/usr/include to CPPFLAGS > > Why in the (*_#$ did someone ma

Re: C++ problems

2002-06-18 Thread David O'Brien
On Sun, Jun 16, 2002 at 07:31:56AM +0200, Michael Nottebrock wrote: > I just hit the same problem while trying to compile KDE stuff. In my > case it stems from bsd.kde.mk adding -I/usr/include to CPPFLAGS Why in the (*_#$ did someone make bsd.kde.mk do that?? To Unsubscribe: send mail to [EMAIL

Re: C++ problems

2002-06-16 Thread Andrey A. Chernov
On Sun, Jun 16, 2002 at 07:31:56 +0200, Michael Nottebrock wrote: > > I just hit the same problem while trying to compile KDE stuff. In my > case it stems from bsd.kde.mk adding -I/usr/include to CPPFLAGS, causing > gcc to change its include search order. Lacking further insight, I don't > kno

Re: C++ problems

2002-06-15 Thread Michael Nottebrock
Wesley Morgan wrote: > I cleaned up my /usr/lib and /usr/include file of stale headers/libs left > after the libstdc++ upgrade (maybe this should be in src/UPDATING??), and > now any port that uses C++ & autoconf fails to configure... > > checking if STL implementation is SGI like... no > checkin