RE: compiling kde2 with gcc 3.0

2001-06-20 Thread Haim Gelfenbeyn
> > anyone follows redhat in-house development and knows what's > up with 2.96 > nowdays? is kgcc still shipped with redhat7.1? > -- Kgcc is still shipped with redhat 7.1, but it's not installed by default. It lives in gcc-compat package, which is used mainly to compile binaried compatible wit

Re: compiling kde2 with gcc 3.0

2001-06-20 Thread mulix
[adi stav wrote] > > I wonder how long it'd take for GCC 3.0 to be considered a safe C++ > > compiler to ship alone for stable distributions, though. what do you mean by 'safe' here? has no bugs? or doesnt barf on incorrect code 2.95 used to accept? [tzafrir wrote] > How much is 3.0 different

Re: compiling kde2 with gcc 3.0

2001-06-20 Thread Tzafrir Cohen
On Thu, 21 Jun 2001, Adi Stav wrote: > On Wed, Jun 20, 2001 at 02:16:35PM +0300, mulix wrote: > > On Wed, 20 Jun 2001, Adi Stav wrote: > I wonder how long it'd take for GCC 3.0 to be considered a safe C++ > compiler to ship alone for stable distributions, though. Next version of redhat ? Rawhi

Re: compiling kde2 with gcc 3.0

2001-06-20 Thread Adi Stav
On Wed, Jun 20, 2001 at 02:16:35PM +0300, mulix wrote: > On Wed, 20 Jun 2001, Adi Stav wrote: > > > I haven't tried, but if I understood correctly the frontend was hardly > > changed, while the C++ frontend was almost rewritten from scratch. Probably > > Gnome compilation will be affected less st

Re: compiling kde2 with gcc 3.0

2001-06-20 Thread mulix
On Wed, 20 Jun 2001, Adi Stav wrote: > I haven't tried, but if I understood correctly the frontend was hardly > changed, while the C++ frontend was almost rewritten from scratch. Probably > Gnome compilation will be affected less strongly than KDE. At work I tried > to recompile some of our C lib

Re: compiling kde2 with gcc 3.0

2001-06-20 Thread Adi Stav
On Wed, Jun 20, 2001 at 11:00:50AM +0300, Hetz Ben Hamo wrote: > Hi, > > Don't try to compile KDE on GCC 3.0 - it will give you tons of error and many > applications will not work... > > As soon as KDE 2.2 will be out (probably in a month or so) - the cvs tree > will be "unfrozen" and people w

Re: compiling kde2 with gcc 3.0

2001-06-20 Thread Oren Held
Hi Hetz I don't really use gnome, but in fact I'm trying to install gnome-libs and some more stuff in order to use galeon.. I have a little problem which isn't related to gcc 3.0, and I think it's going to compile well after I'll fix that. Until now I had no problem with compiling any C program,

Re: compiling kde2 with gcc 3.0

2001-06-20 Thread Hetz Ben Hamo
Hi, Don't try to compile KDE on GCC 3.0 - it will give you tons of error and many applications will not work... As soon as KDE 2.2 will be out (probably in a month or so) - the cvs tree will be "unfrozen" and people would be able to commit code. There are several peopel already who are workin

Re: compiling kde2 with gcc 3.0

2001-06-19 Thread Oren Held
Hello List Oops, I've indeed forgot to attach the error. --- g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../dcop -I../../libltdl -I../../kdecore -I../../kdeui -I../../kssl -I/usr/local/qt/include -I. -I/usr/local/kde/include -I/usr/local/include -I../../arts/mcop -D_REENTRANT -O2 -fno-excep

compiling kde2 with gcc 3.0

2001-06-19 Thread Oren Held
Hello! I've installed gcc 3.0, and it only gives me headaches... I'm not able to compile kdelibs (2.1.2) using gcc 3.0, it returns an error. I've found it as an already-reported-bug in gcc's site, but nobody seems to care about it, so I wonder: can anybody else compile kde2 using gcc 3.0? I guess