On Tuesday 24 September 2002 1:40 pm, John Levon wrote: > On Tue, Sep 24, 2002 at 09:44:14AM +0200, Lars Gullik Bjønnes wrote: > > We usually _never_ include it in the header files, only in > > the .C files. (and then _always_ as the first file > > included.) > > > > Please fix this in the qt sources. > > And how does this work, seeing as you need LString.h when you > use string in the header files, and that needs config.h ?
Like he says. You compile .C files, not .h ones and every .C file should #include config.h as the first file included. Never fear, I'll post the patch here and let you apply it/bin it. Angus