> > I'm still getting errors in trying to compile QT... here's the latest > > failure... Any advice? > > ../include/qstringlist.h:62: internal error: Segmentation fault > Did you always get the same error when you try to compile qt?
Yup... It's always in the same place. If has been suggested that maybe it's a hardware/memory problem would something like ccache help? (on the theory that if it crashes and it's cached then it will get further before it crashes again?) This is an older laptop that I'm trying to finagle into running KDE to play around with KDE and to get some simple web browsing in on... That said... before I got any responses I thought I would try qt-3.3.0_beta1 and it errors on the same file. I don't know if that matters or not... Matt g++ -c -pipe -fno-exceptions -Wall -W -O2 -D_REENTRANT -fPIC -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_THREAD_SUPPORT -DQT_NO_CUPS -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DQT_DLOPEN_OPENGL -DQT_BUILTIN_GIF_READER=1 -DQT_NO_STYLE_MAC -DQT_NO_STYLE_AQUA -DQT_NO_STYLE_INTERLACE -DQT_NO_STYLE_WINDOWSXP -DQT_NO_STYLE_COMPACT -DQT_NO_STYLE_POCKETPC -I/var/tmp/portage/qt-3.3.0_beta1/work/qt-x11-free-3.3.0b1/mkspecs/linux-g++ -I. -I/usr/include/freetype2 -I3rdparty/opentype -I../include -I/usr/X11R6/include -I.moc/release-shared-mt/ -o .obj/release-shared-mt/qprinter_unix.o kernel/qprinter_unix.cpp /usr/lib/gcc-lib/i586-pc-linux-gnu/3.2.3/include/g++-v3/bits/basic_string.h: In destructor `std::basic_string<_CharT, _Traits, _Alloc>::~basic_string() [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]': ../include/qstring.h:663: instantiated from here /usr/lib/gcc-lib/i586-pc-linux-gnu/3.2.3/include/g++-v3/bits/basic_string.h:335: internal error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://bugs.gentoo.org/> for instructions. make[1]: *** [.obj/release-shared-mt/qwidget_x11.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory `/var/tmp/portage/qt-3.3.0_beta1/work/qt-x11-free-3.3.0b1/src' make: *** [sub-src] Error 2 -- [EMAIL PROTECTED] mailing list
