PDA

View Full Version : QT error: something wicked etc etc



Sym
07-16-2004, 08:05 PM
Downloaded QT 3.3.2, compiled with no errors that I saw, did clean cvs download for beta 2 mins ago ago and now get

creating cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for g++... g++
checking for supported compiler version... no
checking for gcc-3.0... no
checking for gcc3... gcc3
checking for g++-3.0... no
checking for g++3... g++3
checking alternate compiler for supported compiler version... yes
checking for gcc... (cached) gcc3
checking whether the C compiler (gcc3 ) works... yes
checking whether the C compiler (gcc3 ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc3 accepts -g... yes
checking for c++... (cached) g++3
checking whether the C++ compiler (g++3 ) works... yes
checking whether the C++ compiler (g++3 ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether g++3 accepts -g... yes
checking how to run the C preprocessor... gcc3 -E
checking for working const... yes
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets ${MAKE}... (cached) yes
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependant libraries... pass_all
checking for object suffix... o
checking for executable suffix... no
checking command to parse /usr/bin/nm -B output... ok
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc3 option to produce PIC... -fPIC
checking if gcc3 PIC flag -fPIC works... yes
checking if gcc3 static flag -static works... yes
checking if gcc3 supports -c -o file.o... yes
checking if gcc3 supports -c -o file.lo... yes
checking if gcc3 supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking for supported libc version... yes
checking for extra includes... no
checking for extra libs... no
checking for libz... -lz
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for IceConnectionNumber in -lICE... yes
checking for libXext... yes
checking for libpng... -lpng -lz -lm
checking for Qt... yes
>> Found version.: 3.3.2
>>> Headers......: /usr/local/qt/include/
>>>> Libraries...: /usr/local/qt/lib/
configure: error: Something wicked happened while trying to validate your Qt installation!!! Please verify your libraries...

/usr/local/qt/lib contains

-rw-r--r-- 1 root root 8829614 Jul 15 14:18 libdesignercore.a
-rw-r--r-- 1 root root 792 Jul 15 11:20 libdesignercore.prl
-rw-r--r-- 1 root root 559750 Jul 15 14:24 libeditor.a
-rw-r--r-- 1 root root 725 Jul 15 11:20 libeditor.prl
-rw-r--r-- 1 root root 45424 Jul 15 12:59 libqassistantclient.a
-rw-r--r-- 1 root root 736 Jul 15 11:20 libqassistantclient.prl
-rw-r--r-- 1 root root 841 Jul 15 11:20 libqnp.prl
-rw-r--r-- 1 root root 797 Jul 15 11:20 libqt-mt.la
-rw-r--r-- 1 root root 731 Jul 15 11:20 libqt-mt.prl
lrwxrwxrwx 1 root root 17 Jul 15 12:57 libqt-mt.so -> libqt-mt.so.3.3.2
lrwxrwxrwx 1 root root 17 Jul 15 12:57 libqt-mt.so.3 -> libqt-mt.so.3.3.2
lrwxrwxrwx 1 root root 17 Jul 15 12:57 libqt-mt.so.3.3 -> libqt-mt.so.3.3.2
-rwxr-xr-- 1 root root 10674810 Jul 15 12:57 libqt-mt.so.3.3.2
-rw-r--r-- 1 root root 637 Jul 15 11:20 libqui.prl
lrwxrwxrwx 1 root root 15 Jul 15 13:06 libqui.so -> libqui.so.1.0.0
lrwxrwxrwx 1 root root 15 Jul 15 13:06 libqui.so.1 -> libqui.so.1.0.0
lrwxrwxrwx 1 root root 15 Jul 15 13:06 libqui.so.1.0 -> libqui.so.1.0.0
-rwxr-xr-- 1 root root 418442 Jul 15 13:06 libqui.so.1.0.0
-rw-r--r-- 1 root root 893 Jul 15 11:20 qt-mt.pc
-rw-r--r-- 1 root root 63 Apr 19 06:08 README


Tried search but no matches on wicked and the one other link I thought might be helpful gave php include error when it loaded.

Any help is appreciated.

purple
07-16-2004, 08:25 PM
config.log might have more information. Usually this is some unresolved symbols like Xft.

brettlpb
07-16-2004, 09:32 PM
I got that error when I had two different QT installs because I fuxored up.