On Wed, Jan 19, 2005 at 10:22:06AM -0800, Jim Bublitz wrote: > On Tuesday 18 January 2005 22:22, [EMAIL PROTECTED] wrote: > > Xandros 3.0 is a Debian/sarge based distribution with KDE 3.3. > > The 3.11.3-xandros3.1 designation is my own, and is temporary until I can > > get it to compile. > > > > It seems to be horking in building kdeui looking for 'qlist.h'. > > sip/kdeui/klistview.sip:253:19: qlist.h: No such file or directory > > In file included from sipkdeuipart0.cpp:5821: > > sipkdeuipart0.h:43:19: qlist.h: No such file or directory > > sipkdeuipart0.cpp:76158: internal compiler error: Segmentation fault
It's easier for him just to include the compatibility headers: apt-get install libqt3-compat-headers should work in any Debian/Debian based distro. _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
