From kde-devel Mon Sep 08 17:20:59 2003 From: Peter Hyman Date: Mon, 08 Sep 2003 17:20:59 +0000 To: kde-devel Subject: configure: error: "no known STL type found - did you forget to X-MARC-Message: https://marc.info/?l=kde-devel&m=106304194714445 Reinstalled Linux due to a new mobo and other configuration problems and when going back to work here, I got this curious error! Of course, libstdc++ and the devel libraries are installed, but I can't figure this out. QT is compiled with the -no-stl flag set. I have only checked ARTS and KDELIBS. I am sure the configure script will find this elsewhere also. >From Config.log, it appears I have conflicting header files. I did upgrade a lot of packages, mostly for Mozille 1.4 and some gnome-apps. None seemed to affect the standard library. I am compiling with GCC 3.2.2 under KDE 3.1.0 and KDE 3.1.9 is NOT yet installed. Autoconf and Automake are up to date. Any ideas? configure:26760: checking if STL implementation is SGI like configure:26790: g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-check-new -fno-common conftest.cc >&5 In file included from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2.2/include/stdio.h:683, from /usr/include/c++/3.2.2/cstdio:52, from /usr/include/c++/3.2.2/i586-mandrake-linux-gnu/bits/c++io.h:35, from /usr/include/c++/3.2.2/bits/fpos.h:44, from /usr/include/c++/3.2.2/bits/char_traits.h:46, from /usr/include/c++/3.2.2/string:47, from conftest.cc:58: /usr/include/bits/stdio.h: In function `int getchar()': /usr/include/bits/stdio.h:42: declaration of `int getchar()' throws different exceptions /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2.2/include/stdio.h:394: than previous declaration `int getchar() throw ()' /usr/include/bits/stdio.h: In function `int getc_unlocked(FILE*)': /usr/include/bits/stdio.h:51: declaration of `int getc_unlocked(FILE*)' throws different exceptions /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2.2/include/stdio.h:403: than previous declaration `int getc_unlocked(FILE*) throw ()' /usr/include/bits/stdio.h: In function `int getchar_unlocked()': /usr/include/bits/stdio.h:58: declaration of `int getchar_unlocked()' throws different exceptions /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2.2/include/stdio.h:404: than previous declaration `int getchar_unlocked() throw ()' /usr/include/bits/stdio.h: In function `int putchar(int)': /usr/include/bits/stdio.h:67: declaration of `int putchar(int)' throws different exceptions /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2.2/include/stdio.h:419: than previous declaration `int putchar(int) throw ()' /usr/include/bits/stdio.h: In function `int fputc_unlocked(int, FILE*)': /usr/include/bits/stdio.h:76: declaration of `int fputc_unlocked(int, FILE*)' throws different exceptions /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2.2/include/stdio.h:428: than previous declaration `int fputc_unlocked(int, FILE*) throw ()' /usr/include/bits/stdio.h: In function `int putc_unlocked(int, FILE*)': /usr/include/bits/stdio.h:86: declaration of `int putc_unlocked(int, FILE*)' throws different exceptions /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2.2/include/stdio.h:433: than previous declaration `int putc_unlocked(int, FILE*) throw ()' /usr/include/bits/stdio.h: In function `int putchar_unlocked(int)': /usr/include/bits/stdio.h:93: declaration of `int putchar_unlocked(int)' throws different exceptions /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2.2/include/stdio.h:434: than previous declaration `int putchar_unlocked(int) throw ()' /usr/include/bits/stdio.h: In function `__ssize_t getline(char**, size_t*, FILE*)': /usr/include/bits/stdio.h:103: declaration of `__ssize_t getline(char**, size_t*, FILE*)' throws different exceptions /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2.2/include/stdio.h:480: than previous declaration `__ssize_t getline(char**, size_t*, FILE*) throw ()' configure:26793: $? = 1 configure: failed program was: | /* #line 26766 "configure" */ -- Peter Hyman >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<