Re: [PATCH] fix pch.h in frontends/qt2/ui

2004-12-22 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> In frontends/qt2/ui/Makefile.am? Lars> I am not sure. all .C files should already depend on PCH_FILE, Lars> so I am not sure that it will make a difference anyway. Lars> How come you get the gch with a path? Lars> Is this src

Re: [PATCH] fix pch.h in frontends/qt2/ui

2004-12-22 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> I was referring to Mandrake. If this is the latest and greatest | Lars> why ship an old compiler. > | Well, Mandrakelinux 10.1 was released in october. Since gcc 3.4.2 was |

Re: [PATCH] fix pch.h in frontends/qt2/ui

2004-12-22 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> I was referring to Mandrake. If this is the latest and greatest Lars> why ship an old compiler. Well, Mandrakelinux 10.1 was released in october. Since gcc 3.4.2 was released in september, I guess they decided to play safe. Mor

Re: [PATCH] fix pch.h in frontends/qt2/ui

2004-12-22 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > | Lars> Hmm... gcc 3.4.1 is old.. > | Jean-Marc> I knew this was coming... > | Note also that gcc is absolutely not run in this case. You should | rather complain about the ver

Re: [PATCH] fix pch.h in frontends/qt2/ui

2004-12-21 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Lars> Hmm... gcc 3.4.1 is old.. Jean-Marc> I knew this was coming... Note also that gcc is absolutely not run in this case. You should rather complain about the version number of my qt, make or even sed ;) JMarc

Re: [PATCH] fix pch.h in frontends/qt2/ui

2004-12-21 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> I don't get why this is needed? Can you explain a bit? I do not have my laptop at hand, but the path to the pch file is passed to uic (only the naked file name is removed), and uic complains that it has an extra argument. Sorry

Re: [PATCH] fix pch.h in frontends/qt2/ui

2004-12-21 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | I Lars> installed a brand new Mandrake 10.1 on my laptop and thus was Lars> able | to test precompiled headers support (gcc 3.4.1). The Lars> result is that I | need the followi

Re: [PATCH] fix pch.h in frontends/qt2/ui

2004-12-21 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | I installed a brand new Mandrake 10.1 on my laptop and thus was able | to test precompiled headers support (gcc 3.4.1). The result is that I | need the following patch. > | I do not like it much, I did not like the original code either. > I don't

Re: [PATCH] fix pch.h in frontends/qt2/ui

2004-12-21 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | I installed a brand new Mandrake 10.1 on my laptop and thus was able | to test precompiled headers support (gcc 3.4.1). The result is that I | need the following patch. > | I do not like it much, I did not like the original code either. Any bette