Ticket #805 (closed defect: fixed)

Opened 3 years ago

Last modified 12 months ago

qt-gui can not be build on 64bit Suse 10.

Reported by: mishaikin Owned by: erijo
Priority: normal Milestone: 1.3.4
Component: build Version: 1.3.0
Keywords: Cc:

Description (last modified by erijo) (diff)

QT-QUI can not be compiled on Suse 10 64 bit:

./configure --with-kde gives that:

checking for QT includes... /usr/lib64/qt3/include
checking for KDE includes... /opt/kde3/include
checking for QT libraries... yes, lib: -lqt-mt in /usr/lib64/qt3/lib
checking for QT >= 3.x... no
configure: error:
      Sorry, but you need QT version 3.x or higher to compile the Qt gui plugin.

However i have /usr/lib/qt3 and /usr/lib64/qt3 and the qt 3 is in my path variable. Any

Attachments

licq_compile (1.9 kB) - added by stephan2503 2 years ago.
steps to compile licq

Change History

  Changed 3 years ago by nobody

Logged In: NO

you need to do before start ./configure: # export QTDIR="/usr/lib/gt3" # export QTLIB="/usr/lib/qt3/lib64"

then start ./configure

  Changed 3 years ago by emostar

Logged In: YES user_id=21415

Please give the daily CVS from 28 DEC 2005 a try. It should be fixed in there.

  Changed 2 years ago by erijo

  • component changed from qt-gui to build
  • description modified (diff)
  • milestone set to 1.3.4

  Changed 2 years ago by emostar

  • status changed from new to closed
  • resolution changed from None to wontfix

Fixed a long time ago.. added /usr/lib64/qt3 to the directories that we check. Also, the user can specify the directory with environment variables if it is in a strange place.

  Changed 2 years ago by stephan.augustin@…

hi, exactly same problem. i ask me how you fixed it ? is the cvs-snapshot actual from the version 1.3.4 ?

stephan

  Changed 2 years ago by erijo

Assuming you downloaded the cvs-snapshot from http://licq.sourceforge.net/licq-daily.tar.bz2 it's the upcoming 1.3.4 version.

If you can't get it to work, please post the output from configure and the file config.log to licq-users or licq-dev MailingList. Or attach it to this ticket.

  Changed 2 years ago by stephan.augustin@…

Hey, i don't get it to work. here is configure-output ( only partial ):


checking for good X11 headers... yes checking for XScreenSaverRegister in -lXext... no checking for XScreenSaverRegister in -lXss... yes checking for X11/extensions/scrnsaver.h... yes checking for QT includes... /usr/lib/qt3/include checking for KDE includes... /opt/kde3/include checking for QT libraries... yes, lib: -lqt-mt in /usr/lib/qt3/lib checking for QT >= 3.x... no configure: error:

Sorry, but you need QT version 3.x or higher to compile the Qt gui plugin.


and this is configure.log ( complete ) : This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was generated by GNU Autoconf 2.59. Invocation command line was

$ ./configure --with-kde --enable-debug

## --------- ## ## Platform. ## ## --------- ##

hostname = stephan uname -m = x86_64 uname -r = 2.6.13-15.12-smp uname -s = Linux uname -v = #1 SMP Thu Aug 24 11:23:58 UTC 2006

/usr/bin/uname -p = unknown /bin/uname -X = unknown

/bin/arch = x86_64 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown

PATH: /home/stephan/bin PATH: /usr/local/bin PATH: /usr/bin PATH: /sbin PATH: /usr/X11R6/bin PATH: /usr/sbin PATH: /bin PATH: /usr/games PATH: /opt/gnome/bin PATH: /opt/kde3/bin PATH: /usr/lib/mit/bin PATH: /usr/lib/mit/sbin

## ----------- ## ## Core tests. ## ## ----------- ##

configure:1543: checking build system type configure:1561: result: x86_64-unknown-linux-gnu configure:1569: checking host system type configure:1583: result: x86_64-unknown-linux-gnu configure:1591: checking target system type configure:1605: result: x86_64-unknown-linux-gnu configure:1647: checking for a BSD-compatible install configure:1702: result: /usr/bin/install -c configure:1713: checking whether build environment is sane configure:1756: result: yes configure:1808: checking for gawk configure:1824: found /usr/bin/gawk configure:1834: result: gawk configure:1844: checking whether make sets $(MAKE) configure:1864: result: yes configure:2098: checking for gcc configure:2114: found /usr/local/bin/gcc configure:2124: result: gcc configure:2368: checking for C compiler version configure:2371: gcc --version </dev/null >&5 gcc (GCC) 4.0.2 20050901 (prerelease) (SUSE Linux) Copyright (C) 2005 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2374: $? = 0 configure:2376: gcc -v </dev/null >&5 Using built-in specs. Target: x86_64-suse-linux Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,f95,java,ada --disable-checking --with-gxx-include-dir=/usr/include/c++/4.0.2 --enable-java-awt=gtk --disable-libjava-multilib --with-slibdir=/lib64 --with-system-zlib --enable-shared --enable-cxa_atexit --without-system-libunwind --host=x86_64-suse-linux Thread model: posix gcc version 4.0.2 20050901 (prerelease) (SUSE Linux) configure:2379: $? = 0 configure:2381: gcc -V </dev/null >&5 gcc: '-V' option must have argument configure:2384: $? = 1 configure:2407: checking for C compiler default output file name configure:2410: gcc conftest.c >&5 configure:2413: $? = 0 configure:2459: result: a.out configure:2464: checking whether the C compiler works configure:2470: ./a.out configure:2473: $? = 0 configure:2490: result: yes configure:2497: checking whether we are cross compiling configure:2499: result: no configure:2502: checking for suffix of executables configure:2504: gcc -o conftest conftest.c >&5 configure:2507: $? = 0 configure:2532: result: configure:2538: checking for suffix of object files configure:2559: gcc -c conftest.c >&5 configure:2562: $? = 0 configure:2584: result: o configure:2588: checking whether we are using the GNU C compiler configure:2612: gcc -c conftest.c >&5 configure:2618: $? = 0 configure:2622: test -z

test ! -s conftest.err

configure:2625: $? = 0 configure:2628: test -s conftest.o configure:2631: $? = 0 configure:2644: result: yes configure:2650: checking whether gcc accepts -g configure:2671: gcc -c -g conftest.c >&5 configure:2677: $? = 0 configure:2681: test -z

test ! -s conftest.err

configure:2684: $? = 0 configure:2687: test -s conftest.o configure:2690: $? = 0 configure:2701: result: yes configure:2718: checking for gcc option to accept ANSI C configure:2788: gcc -c -g -O2 conftest.c >&5 configure:2794: $? = 0 configure:2798: test -z

test ! -s conftest.err

configure:2801: $? = 0 configure:2804: test -s conftest.o configure:2807: $? = 0 configure:2825: result: none needed configure:2843: gcc -c -g -O2 conftest.c >&5 conftest.c:2: error: syntax error before 'me' configure:2849: $? = 1 configure: failed program was: | #ifndef cplusplus | choke me | #endif configure:2993: checking for style of include used by make configure:3021: result: GNU configure:3049: checking dependency style of gcc configure:3139: result: gcc3 configure:3161: checking how to run the C preprocessor configure:3196: gcc -E conftest.c configure:3202: $? = 0 configure:3234: gcc -E conftest.c conftest.c:14:28: error: ac_nonexistent.h: No such file or directory configure:3240: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "Licq-Qt-GUI" | #define VERSION "1.3.2" | #define PACKAGE "Licq-Qt-GUI" | #define VERSION "1.3.2" | #define INT_VERSION | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3279: result: gcc -E configure:3303: gcc -E conftest.c configure:3309: $? = 0 configure:3341: gcc -E conftest.c conftest.c:14:28: error: ac_nonexistent.h: No such file or directory configure:3347: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "Licq-Qt-GUI" | #define VERSION "1.3.2" | #define PACKAGE "Licq-Qt-GUI" | #define VERSION "1.3.2" | #define INT_VERSION | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3442: checking for g++ configure:3458: found /usr/local/bin/g++ configure:3468: result: g++ configure:3484: checking for C++ compiler version configure:3487: g++ --version </dev/null >&5 g++ (GCC) 4.0.2 20050901 (prerelease) (SUSE Linux) Copyright (C) 2005 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3490: $? = 0 configure:3492: g++ -v </dev/null >&5 Using built-in specs. Target: x86_64-suse-linux Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,f95,java,ada --disable-checking --with-gxx-include-dir=/usr/include/c++/4.0.2 --enable-java-awt=gtk --disable-libjava-multilib --with-slibdir=/lib64 --with-system-zlib --enable-shared --enable-cxa_atexit --without-system-libunwind --host=x86_64-suse-linux Thread model: posix gcc version 4.0.2 20050901 (prerelease) (SUSE Linux) configure:3495: $? = 0 configure:3497: g++ -V </dev/null >&5 g++: '-V' option must have argument configure:3500: $? = 1 configure:3503: checking whether we are using the GNU C++ compiler configure:3527: g++ -c conftest.cc >&5 configure:3533: $? = 0 configure:3537: test -z

test ! -s conftest.err

configure:3540: $? = 0 configure:3543: test -s conftest.o configure:3546: $? = 0 configure:3559: result: yes configure:3565: checking whether g++ accepts -g configure:3586: g++ -c -g conftest.cc >&5 configure:3592: $? = 0 configure:3596: test -z

test ! -s conftest.err

configure:3599: $? = 0 configure:3602: test -s conftest.o configure:3605: $? = 0 configure:3616: result: yes configure:3658: g++ -c -g -O2 conftest.cc >&5 configure:3664: $? = 0 configure:3668: test -z

test ! -s conftest.err

configure:3671: $? = 0 configure:3674: test -s conftest.o configure:3677: $? = 0 configure:3703: g++ -c -g -O2 conftest.cc >&5 conftest.cc: In function 'int main()': conftest.cc:18: error: 'exit' was not declared in this scope configure:3709: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "Licq-Qt-GUI" | #define VERSION "1.3.2" | #define PACKAGE "Licq-Qt-GUI" | #define VERSION "1.3.2" | #define INT_VERSION | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:3658: g++ -c -g -O2 conftest.cc >&5 configure:3664: $? = 0 configure:3668: test -z

test ! -s conftest.err

configure:3671: $? = 0 configure:3674: test -s conftest.o configure:3677: $? = 0 configure:3703: g++ -c -g -O2 conftest.cc >&5 configure:3709: $? = 0 configure:3713: test -z

test ! -s conftest.err

configure:3716: $? = 0 configure:3719: test -s conftest.o configure:3722: $? = 0 configure:3747: checking dependency style of g++ configure:3837: result: gcc3 configure:3854: checking whether g++ accepts -fno-exceptions -fno-check-new configure:3868: result: yes configure:3904: checking for a BSD-compatible install configure:3959: result: /usr/bin/install -c configure:3979: checking for special C compiler options needed for large files configure:4078: result: no configure:4084: checking for _FILE_OFFSET_BITS value needed for large files configure:4115: gcc -c -g -O2 -g conftest.c >&5 configure:4121: $? = 0 configure:4125: test -z

test ! -s conftest.err

configure:4128: $? = 0 configure:4131: test -s conftest.o configure:4134: $? = 0 configure:4199: result: no configure:4209: checking for _LARGE_FILES value needed for large files configure:4240: gcc -c -g -O2 -g conftest.c >&5 configure:4246: $? = 0 configure:4250: test -z

test ! -s conftest.err

configure:4253: $? = 0 configure:4256: test -s conftest.o configure:4259: $? = 0 configure:4324: result: no configure:4451: checking for a sed that does not truncate output configure:4505: result: /usr/bin/sed configure:4508: checking for egrep configure:4518: result: grep -E configure:4534: checking for ld used by gcc configure:4601: result: /usr/x86_64-suse-linux/bin/ld configure:4610: checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld configure:4625: result: yes configure:4630: checking for /usr/x86_64-suse-linux/bin/ld option to reload object files configure:4637: result: -r configure:4655: checking for BSD-compatible nm configure:4704: result: /usr/bin/nm -B configure:4708: checking whether ln -s works configure:4712: result: yes configure:4719: checking how to recognise dependent libraries configure:4895: result: pass_all configure:4982: gcc -c -g -O2 -g -fPIC -DPIC -D_REENTRANT conftest.c >&5 configure:4985: $? = 0 configure:5127: checking for ANSI C header files configure:5152: gcc -c -g -O2 -g -fPIC -DPIC -D_REENTRANT conftest.c >&5 configure:5158: $? = 0 configure:5162: test -z

test ! -s conftest.err

configure:5165: $? = 0 configure:5168: test -s conftest.o configure:5171: $? = 0 configure:5260: gcc -o conftest -g -O2 -g -fPIC -DPIC -D_REENTRANT conftest.c >&5 conftest.c: In function 'main': conftest.c:34: warning: incompatible implicit declaration of built-in function 'exit' configure:5263: $? = 0 configure:5265: ./conftest configure:5268: $? = 0 configure:5283: result: yes configure:5307: checking for sys/types.h configure:5323: gcc -c -g -O2 -g -fPIC -DPIC -D_REENTRANT conftest.c >&5 configure:5329: $? = 0 configure:5333: test -z

test ! -s conftest.err

configure:5336: $? = 0 configure:5339: test -s conftest.o configure:5342: $? = 0 configure:5353: result: yes configure:5307: checking for sys/stat.h configure:5323: gcc -c -g -O2 -g -fPIC -DPIC -D_REENTRANT conftest.c >&5 configure:5329: $? = 0 configure:5333: test -z

test ! -s conftest.err

configure:5336: $? = 0 configure:5339: test -s conftest.o configure:5342: $? = 0 configure:5353: result: yes configure:5307: checking for stdlib.h configure:5323: gcc -c -g -O2 -g -fPIC -DPIC -D_REENTRANT conftest.c >&5 configure:5329: $? = 0 configure:5333: test -z

test ! -s conftest.err

configure:5336: $? = 0 configure:5339: test -s conftest.o configure:5342: $? = 0 configure:5353: result: yes configure:5307: checking for string.h configure:5323: gcc -c -g -O2 -g -fPIC -DPIC -D_REENTRANT conftest.c >&5 configure:5329: $? = 0 configure:5333: test -z

test ! -s conftest.err

configure:5336: $? = 0 configure:5339: test -s conftest.o configure:5342: $? = 0 configure:5353: result: yes configure:5307: checking for memory.h configure:5323: gcc -c -g -O2 -g -fPIC -DPIC -D_REENTRANT conftest.c >&5 configure:5329: $? = 0 configure:5333: test -z

test ! -s conftest.err

configure:5336: $? = 0 configure:5339: test -s conftest.o configure:5342: $? = 0 configure:5353: result: yes configure:5307: checking for strings.h configure:5323: gcc -c -g -O2 -g -fPIC -DPIC -D_REENTRANT conftest.c >&5 configure:5329: $? = 0 configure:5333: test -z

test ! -s conftest.err

configure:5336: $? = 0 configure:5339: test -s conftest.o configure:5342: $? = 0 configure:5353: result: yes configure:5307: checking for inttypes.h configure:5323: gcc -c -g -O2 -g -fPIC -DPIC -D_REENTRANT conftest.c >&5 configure:5329: $? = 0 configure:5333: test -z

test ! -s conftest.err

configure:5336: $? = 0 configure:5339: test -s conftest.o configure:5342: $? = 0 configure:5353: result: yes configure:5307: checking for stdint.h configure:5323: gcc -c -g -O2 -g -fPIC -DPIC -D_REENTRANT conftest.c >&5 configure:5329: $? = 0 configure:5333: test -z

test ! -s conftest.err

configure:5336: $? = 0 configure:5339: test -s conftest.o configure:5342: $? = 0 configure:5353: result: yes configure:5307: checking for unistd.h configure:5323: gcc -c -g -O2 -g -fPIC -DPIC -D_REENTRANT conftest.c >&5 configure:5329: $? = 0 configure:5333: test -z

test ! -s conftest.err

configure:5336: $? = 0 configure:5339: test -s conftest.o configure:5342: $? = 0 configure:5353: result: yes configure:5379: checking dlfcn.h usability configure:5391: gcc -c -g -O2 -g -fPIC -DPIC -D_REENTRANT conftest.c >&5 configure:5397: $? = 0 configure:5401: test -z

test ! -s conftest.err

configure:5404: $? = 0 configure:5407: test -s conftest.o configure:5410: $? = 0 configure:5420: result: yes configure:5424: checking dlfcn.h presence configure:5434: gcc -E -fPIC -DPIC -D_REENTRANT conftest.c configure:5440: $? = 0 configure:5460: result: yes configure:5495: checking for dlfcn.h configure:5502: result: yes configure:5525: checking how to run the C++ preprocessor configure:5556: g++ -E -fPIC -DPIC -D_REENTRANT conftest.cc configure:5562: $? = 0 configure:5594: g++ -E -fPIC -DPIC -D_REENTRANT conftest.cc conftest.cc:28:28: error: ac_nonexistent.h: No such file or directory configure:5600: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "Licq-Qt-GUI" | #define VERSION "1.3.2" | #define PACKAGE "Licq-Qt-GUI" | #define VERSION "1.3.2" | #define INT_VERSION | #ifdef cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:5639: result: g++ -E configure:5663: g++ -E -fPIC -DPIC -D_REENTRANT conftest.cc configure:5669: $? = 0 configure:5701: g++ -E -fPIC -DPIC -D_REENTRANT conftest.cc conftest.cc:28:28: error: ac_nonexistent.h: No such file or directory configure:5707: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "Licq-Qt-GUI" | #define VERSION "1.3.2" | #define PACKAGE "Licq-Qt-GUI" | #define VERSION "1.3.2" | #define INT_VERSION | #ifdef cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:5804: checking for g77 configure:5833: result: no configure:5804: checking for f77 configure:5833: result: no configure:5804: checking for xlf configure:5833: result: no configure:5804: checking for frt configure:5833: result: no configure:5804: checking for pgf77 configure:5833: result: no configure:5804: checking for fort77 configure:5833: result: no configure:5804: checking for fl32 configure:5833: result: no configure:5804: checking for af77 configure:5833: result: no configure:5804: checking for f90 configure:5833: result: no configure:5804: checking for xlf90 configure:5833: result: no configure:5804: checking for pgf90 configure:5833: result: no configure:5804: checking for epcf90 configure:5833: result: no configure:5804: checking for f95 configure:5833: result: no configure:5804: checking for fort configure:5833: result: no configure:5804: checking for xlf95 configure:5833: result: no configure:5804: checking for ifc configure:5833: result: no configure:5804: checking for efc configure:5833: result: no configure:5804: checking for pgf95 configure:5833: result: no configure:5804: checking for lf95 configure:5833: result: no configure:5804: checking for gfortran configure:5833: result: no configure:5845: checking for Fortran 77 compiler version configure:5848: --version </dev/null >&5 ./configure: line 5849: --version: command not found configure:5851: $? = 127 configure:5853: -v </dev/null >&5 ./configure: line 5854: -v: command not found configure:5856: $? = 127 configure:5858: -V </dev/null >&5 ./configure: line 5859: -V: command not found configure:5861: $? = 127 configure:5869: checking whether we are using the GNU Fortran 77 compiler configure:5883: -c conftest.F >&5 ./configure: line 5884: -c: command not found configure:5889: $? = 127 configure: failed program was: | program main | #ifndef GNUC | choke me | #endif | | end configure:5915: result: no configure:5921: checking whether accepts -g configure:5933: -c -g conftest.f >&5 ./configure: line 5934: -c: command not found configure:5939: $? = 127 configure: failed program was: | program main | | end configure:5964: result: no configure:5994: checking the maximum length of command line arguments configure:6103: result: 32768 configure:6114: checking command to parse /usr/bin/nm -B output from gcc object configure:6219: gcc -c -g -O2 -g -fPIC -DPIC -D_REENTRANT conftest.c >&5 configure:6222: $? = 0 configure:6226: /usr/bin/nm -B conftest.o \| sed -n -e 's/.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm configure:6229: $? = 0 configure:6281: gcc -o conftest -g -O2 -g -fPIC -DPIC -D_REENTRANT conftest.c conftstm.o >&5 configure:6284: $? = 0 configure:6322: result: ok configure:6326: checking for objdir configure:6341: result: .libs configure:6431: checking for ar configure:6447: found /usr/bin/ar configure:6458: result: ar configure:6511: checking for ranlib configure:6527: found /usr/bin/ranlib configure:6538: result: ranlib configure:6591: checking for strip configure:6607: found /usr/bin/strip configure:6618: result: strip configure:6894: checking if gcc supports -fno-rtti -fno-exceptions configure:6912: gcc -c -g -O2 -g -fPIC -DPIC -D_REENTRANT -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:6916: $? = 0 configure:6929: result: no configure:6944: checking for gcc option to produce PIC configure:7154: result: -fPIC configure:7162: checking if gcc PIC flag -fPIC works configure:7180: gcc -c -g -O2 -g -fPIC -DPIC -D_REENTRANT -fPIC -DPIC conftest.c >&5 configure:7184: $? = 0 configure:7197: result: yes configure:7225: checking if gcc static flag -static works configure:7253: result: yes configure:7263: checking if gcc supports -c -o file.o configure:7284: gcc -c -g -O2 -g -fPIC -DPIC -D_REENTRANT -o out/conftest2.o conftest.c >&5 configure:7288: $? = 0 configure:7310: result: yes configure:7336: checking whether the gcc linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries configure:8294: result: yes configure:8315: checking whether -lc should be explicitly linked in configure:8320: gcc -c -g -O2 -g -fPIC -DPIC -D_REENTRANT conftest.c >&5 configure:8323: $? = 0 configure:8338: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:8341: $? = 0 configure:8353: result: no configure:8361: checking dynamic linker characteristics configure:8949: result: GNU/Linux ld.so configure:8958: checking how to hardcode library paths into programs configure:8983: result: immediate configure:8997: checking whether stripping libraries is possible configure:9002: result: yes configure:9128: checking for shl_load configure:9185: gcc -o conftest -g -O2 -g -fPIC -DPIC -D_REENTRANT conftest.c >&5 /tmp/ccGkWNCG.o: In function `main': /home/stephan/licq-20060919/plugins/qt-gui/conftest.c:67: undefined reference to `shl_load' /tmp/ccGkWNCG.o:(.data.rel+0x0): undefined reference to `shl_load' collect2: ld returned 1 exit status configure:9191: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "Licq-Qt-GUI" | #define VERSION "1.3.2" | #define PACKAGE "Licq-Qt-GUI" | #define VERSION "1.3.2" | #define INT_VERSION | #ifdef cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define shl_load innocuous_shl_load | | /* System header to define stub macros and hopefully few prototypes, | which can conflict with char shl_load (); below. | Prefer <limits.h> to <assert.h> if STDC is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef STDC | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef shl_load | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char shl_load (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with and the normal name is an alias. */

| #if defined (stub_shl_load) defined (stub_shl_load) | choke me | #else | char (*f) () = shl_load; | #endif | #ifdef cplusplus | } | #endif | | int | main () | { | return f != shl_load; | ; | return 0; | } configure:9216: result: no configure:9221: checking for shl_load in -ldld configure:9251: gcc -o conftest -g -O2 -g -fPIC -DPIC -D_REENTRANT conftest.c -ldld >&5 /usr/lib64/gcc/x86_64-suse-linux/4.0.2/../../../../x86_64-suse-linux/bin/ld: cannot find -ldld collect2: ld returned 1 exit status configure:9257: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "Licq-Qt-GUI" | #define VERSION "1.3.2" | #define PACKAGE "Licq-Qt-GUI" | #define VERSION "1.3.2" | #define INT_VERSION | #ifdef cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char shl_load (); | int | main () | { | shl_load (); | ; | return 0; | } configure:9283: result: no configure:9288: checking for dlopen configure:9345: gcc -o conftest -g -O2 -g -fPIC -DPIC -D_REENTRANT conftest.c >&5 /tmp/ccaiMHt1.o: In function `main': /home/stephan/licq-20060919/plugins/qt-gui/conftest.c:67: undefined reference to `dlopen' /tmp/ccaiMHt1.o:(.data.rel+0x0): undefined reference to `dlopen' collect2: ld returned 1 exit status configure:9351: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "Licq-Qt-GUI" | #define VERSION "1.3.2" | #define PACKAGE "Licq-Qt-GUI" | #define VERSION "1.3.2" | #define INT_VERSION | #ifdef cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define dlopen innocuous_dlopen | | /* System header to define stub macros and hopefully few prototypes, | which can conflict with char dlopen (); below. | Prefer <limits.h> to <assert.h> if STDC is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef STDC | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef dlopen | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char dlopen (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with and the normal name is an alias. */

| #if defined (stub_dlopen) defined (stub_dlopen) | choke me | #else | char (*f) () = dlopen; | #endif | #ifdef cplusplus | } | #endif | | int | main () | { | return f != dlopen; | ; | return 0; | } configure:9376: result: no configure:9381: checking for dlopen in -ldl configure:9411: gcc -o conftest -g -O2 -g -fPIC -DPIC -D_REENTRANT conftest.c -ldl >&5 configure:9417: $? = 0 configure:9421: test -z

test ! -s conftest.err

configure:9424: $? = 0 configure:9427: test -s conftest configure:9430: $? = 0 configure:9443: result: yes configure:9618: checking whether a program can dlopen itself configure:9692: gcc -o conftest -g -O2 -g -fPIC -DPIC -D_REENTRANT -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5 configure: In function 'main': configure:9688: warning: incompatible implicit declaration of built-in function 'exit' configure:9695: $? = 0 configure:9713: result: yes configure:9718: checking whether a statically linked program can dlopen itself configure:9792: gcc -o conftest -g -O2 -g -fPIC -DPIC -D_REENTRANT -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl >&5 configure: In function 'main': configure:9788: warning: incompatible implicit declaration of built-in function 'exit' /tmp/ccaTsUlh.o: In function `main': /home/stephan/licq-20060919/plugins/qt-gui/configure:9776: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking configure:9795: $? = 0 /lib64/: cannot read file data: Is a directory configure:9813: result: no configure:9836: checking if libtool supports shared libraries configure:9838: result: yes configure:9841: checking whether to build shared libraries configure:9862: result: yes configure:9865: checking whether to build static libraries configure:9869: result: no configure:9961: creating libtool configure:10549: checking for ld used by g++ configure:10616: result: /usr/x86_64-suse-linux/bin/ld -m elf_x86_64 configure:10625: checking if the linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) is GNU ld configure:10640: result: yes configure:10691: checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries configure:11629: result: yes configure:11651: g++ -c -g -O2 -fno-exceptions -fno-check-new -g -fPIC -DPIC -D_REENTRANT conftest.cpp >&5 configure:11654: $? = 0 configure:11773: checking for g++ option to produce PIC configure:12047: result: -fPIC configure:12055: checking if g++ PIC flag -fPIC works configure:12073: g++ -c -g -O2 -fno-exceptions -fno-check-new -g -fPIC -DPIC -D_REENTRANT -fPIC -DPIC conftest.cpp >&5 configure:12077: $? = 0 configure:12090: result: yes configure:12118: checking if g++ static flag -static works configure:12146: result: yes configure:12156: checking if g++ supports -c -o file.o configure:12177: g++ -c -g -O2 -fno-exceptions -fno-check-new -g -fPIC -DPIC -D_REENTRANT -o out/conftest2.o conftest.cpp >&5 configure:12181: $? = 0 configure:12203: result: yes configure:12229: checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries configure:12254: result: yes configure:12321: checking dynamic linker characteristics configure:12909: result: GNU/Linux ld.so configure:12918: checking how to hardcode library paths into programs configure:12943: result: immediate configure:19101: checking for ANSI C header files configure:19257: result: yes configure:19282: checking errno.h usability configure:19294: gcc -c -g -O2 -g -fPIC -DPIC -D_REENTRANT conftest.c >&5 configure:19300: $? = 0 configure:19304: test -z

test ! -s conftest.err

configure:19307: $? = 0 configure:19310: test -s conftest.o configure:19313: $? = 0 configure:19323: result: yes configure:19327: checking errno.h presence configure:19337: gcc -E -fPIC -DPIC -D_REENTRANT conftest.c configure:19343: $? = 0 configure:19363: result: yes configure:19398: checking for errno.h configure:19405: result: yes configure:19282: checking locale.h usability configure:19294: gcc -c -g -O2 -g -fPIC -DPIC -D_REENTRANT conftest.c >&5 configure:19300: $? = 0 configure:19304: test -z

test ! -s conftest.err

configure:19307: $? = 0 configure:19310: test -s conftest.o configure:19313: $? = 0 configure:19323: result: yes configure:19327: checking locale.h presence configure:19337: gcc -E -fPIC -DPIC -D_REENTRANT conftest.c configure:19343: $? = 0 configure:19363: result: yes configure:19398: checking for locale.h configure:19405: result: yes configure:19418: checking whether time.h and sys/time.h may both be included configure:19443: gcc -c -g -O2 -g -fPIC -DPIC -D_REENTRANT conftest.c >&5 configure:19449: $? = 0 configure:19453: test -z

test ! -s conftest.err

configure:19456: $? = 0 configure:19459: test -s conftest.o configure:19462: $? = 0 configure:19473: result: yes configure:19483: checking for sys_errlist and sys_nerr configure:19506: gcc -o conftest -g -O2 -g -fPIC -DPIC -D_REENTRANT conftest.c >&5 configure:19512: $? = 0 configure:19516: test -z

test ! -s conftest.err

configure:19519: $? = 0 configure:19522: test -s conftest configure:19525: $? = 0 configure:19537: result: yes configure:19548: checking for licq header files configure:19620: result: "/home/stephan/licq-20060919/include" configure:19655: checking for X configure:19885: result: libraries /usr/X11R6/lib64, headers /usr/X11R6/include configure:20057: gcc -o conftest -g -O2 -g -fPIC -DPIC -D_REENTRANT conftest.c -L/usr/X11R6/lib64 -lX11 >&5 configure:20063: $? = 0 configure:20067: test -z

test ! -s conftest.err

configure:20070: $? = 0 configure:20073: test -s conftest configure:20076: $? = 0 configure:20234: checking for gethostbyname configure:20291: gcc -o conftest -g -O2 -g -fPIC -DPIC -D_REENTRANT conftest.c >&5 configure:20297: $? = 0 configure:20301: test -z

test ! -s conftest.err

configure:20304: $? = 0 configure:20307: test -s conftest configure:20310: $? = 0 configure:20322: result: yes configure:20473: checking for connect configure:20530: gcc -o conftest -g -O2 -g -fPIC -DPIC -D_REENTRANT conftest.c >&5 configure:20536: $? = 0 configure:20540: test -z

test ! -s conftest.err

configure:20543: $? = 0 configure:20546: test -s conftest configure:20549: $? = 0 configure:20561: result: yes configure:20636: checking for remove configure:20693: gcc -o conftest -g -O2 -g -fPIC -DPIC -D_REENTRANT conftest.c >&5 configure:20699: $? = 0 configure:20703: test -z

test ! -s conftest.err

configure:20706: $? = 0 configure:20709: test -s conftest configure:20712: $? = 0 configure:20724: result: yes configure:20799: checking for shmat configure:20856: gcc -o conftest -g -O2 -g -fPIC -DPIC -D_REENTRANT conftest.c >&5 configure:20862: $? = 0 configure:20866: test -z

test ! -s conftest.err

configure:20869: $? = 0 configure:20872: test -s conftest configure:20875: $? = 0 configure:20887: result: yes configure:20971: checking for IceConnectionNumber? in -lICE configure:21001: gcc -o conftest -g -O2 -g -fPIC -DPIC -D_REENTRANT -L/usr/X11R6/lib64 conftest.c -lICE >&5 configure:21007: $? = 0 configure:21011: test -z

test ! -s conftest.err

configure:21014: $? = 0 configure:21017: test -s conftest configure:21020: $? = 0 configure:21033: result: yes configure:21050: checking for good X11 headers configure:21092: g++ -c -g -O2 -fno-exceptions -fno-check-new -g -pedantic-errors -I/usr/X11R6/include -fPIC -DPIC -D_REENTRANT conftest.cc >&5 configure:21098: $? = 0 configure:21102: test -z

test ! -s conftest.err

configure:21105: $? = 0 configure:21108: test -s conftest.o configure:21111: $? = 0 configure:21132: result: yes configure:21199: checking for XScreenSaverRegister in -lXext configure:21229: gcc -o conftest -g -O2 -g -fPIC -DPIC -D_REENTRANT -I${prefix}/include -I/usr/X11R6/include -L${exec_prefix}/lib -L/usr/X11R6/lib64 conftest.c -lXext -lX11 -lXext -lm >&5 /tmp/ccUZdhqO.o: In function `main': /home/stephan/licq-20060919/plugins/qt-gui/conftest.c:44: undefined reference to `XScreenSaverRegister' collect2: ld returned 1 exit status configure:21235: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "Licq-Qt-GUI" | #define VERSION "1.3.2" | #define PACKAGE "Licq-Qt-GUI" | #define VERSION "1.3.2" | #define INT_VERSION | #ifdef cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LOCALE_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_ERRLIST 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char XScreenSaverRegister (); | int | main () | { | XScreenSaverRegister (); | ; | return 0; | } configure:21261: result: no configure:21286: checking for XScreenSaverRegister in -lXss configure:21316: gcc -o conftest -g -O2 -g -fPIC -DPIC -D_REENTRANT -I${prefix}/include -I/usr/X11R6/include -L${exec_prefix}/lib -L/usr/X11R6/lib64 conftest.c -lXss -lX11 -lXext -lm >&5 configure:21322: $? = 0 configure:21326: test -z

test ! -s conftest.err

configure:21329: $? = 0 configure:21332: test -s conftest configure:21335: $? = 0 configure:21348: result: yes configure:21364: checking for X11/extensions/scrnsaver.h configure:21380: gcc -c -g -O2 -g -fPIC -DPIC -D_REENTRANT -I${prefix}/include -I/usr/X11R6/include conftest.c >&5 configure:21386: $? = 0 configure:21390: test -z

test ! -s conftest.err

configure:21393: $? = 0 configure:21396: test -s conftest.o configure:21399: $? = 0 configure:21410: result: yes configure:21439: checking for QT includes configure:21519: result: /usr/lib/qt3/include configure:21561: checking for KDE includes configure:21595: result: /opt/kde3/include configure:21621: checking for QT libraries tried /usr/lib/gt3/lib/libqt-mt.so tried /usr/lib/gt3/lib/libqt-mt.so.3 configure:21717: result: yes, lib: -lqt-mt in /usr/lib/qt3/lib configure:21751: checking for QT >= 3.x configure:21797: g++ -o conftest -g -O2 -fno-exceptions -fno-check-new -g -Wall -I/usr/lib/qt3/include -I/usr/X11R6/include -fPIC -DPIC -D_REENTRANT -L/usr/X11R6/lib64 -L/usr/lib/qt3/lib conftest.cc -lqt-mt -lSM -lICE -lX11 -lXext >&5 /usr/lib64/gcc/x86_64-suse-linux/4.0.2/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/qt3/lib/libqt-mt.so when searching for -lqt-mt /usr/lib64/gcc/x86_64-suse-linux/4.0.2/../../../../x86_64-suse-linux/bin/ld: cannot find -lqt-mt collect2: ld returned 1 exit status configure:21803: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "Licq-Qt-GUI" | #define VERSION "1.3.2" | #define PACKAGE "Licq-Qt-GUI" | #define VERSION "1.3.2" | #define INT_VERSION | #ifdef cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LOCALE_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_ERRLIST 1 | #define USE_SCRNSAVER 1 | /* end confdefs.h. */ | | #include <qglobal.h> | | int | main () | { | | #if QT_VERSION < 300 | choke me | #endif | | ; | return 0; | } configure:21832: result: no configure:21838: error:

Sorry, but you need QT version 3.x or higher to compile the Qt gui plugin.

## ---------------- ## ## Cache variables. ## ## ---------------- ##

ac_cv_build=x86_64-unknown-linux-gnu ac_cv_build_alias=x86_64-unknown-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_F77_set= ac_cv_env_F77_value= ac_cv_env_FFLAGS_set= ac_cv_env_FFLAGS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_f77_compiler_gnu=no ac_cv_func_connect=yes ac_cv_func_dlopen=no ac_cv_func_gethostbyname=yes ac_cv_func_remove=yes ac_cv_func_shl_load=no ac_cv_func_shmat=yes ac_cv_good_x11headers=yes ac_cv_have_x='have_x=yes ac_x_includes=/usr/X11R6/include ac_x_libraries=/usr/X11R6/lib64' ac_cv_header_X11_extensions_scrnsaver_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_errno_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_locale_h=yes ac_cv_header_memory_h=yes ac_cv_header_qtinc=/usr/lib/qt3/include ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_time=yes ac_cv_header_unistd_h=yes ac_cv_host=x86_64-unknown-linux-gnu ac_cv_host_alias=x86_64-unknown-linux-gnu ac_cv_lib_ICE_IceConnectionNumber=yes ac_cv_lib_Xext_XScreenSaverRegister=no ac_cv_lib_Xss_XScreenSaverRegister=yes ac_cv_lib_dl_dlopen=yes ac_cv_lib_dld_shl_load=no ac_cv_lib_qtlib='ac_qt_libname=-lqt-mt ac_qt_libdir=/usr/lib/qt3/lib' ac_cv_objext=o ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_g=yes ac_cv_prog_egrep='grep -E' ac_cv_prog_f77_g=no ac_cv_prog_make_make_set=yes ac_cv_qt_setup=no ac_cv_sys_errlist=yes ac_cv_sys_file_offset_bits=no ac_cv_sys_large_files=no ac_cv_sys_largefile_CC=no ac_cv_target=x86_64-unknown-linux-gnu ac_cv_target_alias=x86_64-unknown-linux-gnu am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 lt_cv_deplibs_check_method=pass_all lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl lt_cv_dlopen_self=yes lt_cv_dlopen_self_static=no lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_objdir=.libs lt_cv_path_LD=/usr/x86_64-suse-linux/bin/ld lt_cv_path_LDCXX='/usr/x86_64-suse-linux/bin/ld -m elf_x86_64' lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_SED=/usr/bin/sed lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_gnu_ld=yes lt_cv_prog_gnu_ldcxx=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\s/.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\ lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\s/: \([ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\ -e '\s/[BCDEGRST] \([ ]*\) \([ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\ lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\s/. .* \(.*\)$/extern int \1;/p'\ lt_cv_sys_max_cmd_len=32768 lt_lt_cv_prog_compiler_c_o='"yes"' lt_lt_cv_prog_compiler_c_o_CXX='"yes"' lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\s/.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\"' lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\s/: \\([ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\ -e '\s/[BCDEGRST] \\([ ]*\\) \\([ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\"' lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\s/. .* \\(.*\\)\$/extern int \\1;/p'\"'

## ----------------- ## ## Output variables. ## ## ----------------- ##

ACLOCAL='${SHELL} /home/stephan/licq-20060919/plugins/qt-gui/admin/missing --run aclocal-1.9' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE= AMTAR='${SHELL} /home/stephan/licq-20060919/plugins/qt-gui/admin/missing --run tar' AR='ar' AUTOCONF='${SHELL} /home/stephan/licq-20060919/plugins/qt-gui/admin/missing --run autoconf' AUTOHEADER='${SHELL} /home/stephan/licq-20060919/plugins/qt-gui/admin/missing --run autoheader' AUTOMAKE='${SHELL} /home/stephan/licq-20060919/plugins/qt-gui/admin/missing --run automake-1.9' AWK='gawk' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2 -g' CPP='gcc -E' CPPFLAGS=' -fPIC -DPIC -D_REENTRANT' CXX='g++' CXXCPP='g++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-g -O2 -fno-exceptions -fno-check-new -g -Wall -I/usr/lib/qt3/include -I/usr/X11R6/include' CYGPATH_W='echo' DCOPIDL2CPP= DCOPIDL= DEFS= DEPDIR='.deps' ECHO='echo' ECHO_C= ECHO_N='-n' ECHO_T= EGREP='grep -E' EXEEXT= F77= FFLAGS= GPGME_CONFIG= INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' KDE_CONFIG= KDE_INCLUDES='-I/opt/kde3/include' KDE_LDFLAGS= KDE_LIBS= LDFLAGS=' -L/usr/X11R6/lib64 -L/usr/lib/qt3/lib ' LIBOBJS= LIBS='-lqt-mt -lSM -lICE -lX11 -lXext ' LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent' LIB_NAME= LIB_QT='-lqt-mt' LICQ_INCLUDES='/home/stephan/licq-20060919/include' LN_S='ln -s' LTLIBOBJS= MAKEINFO='${SHELL} /home/stephan/licq-20060919/plugins/qt-gui/admin/missing --run makeinfo' MOC= OBJEXT='o' PACKAGE='Licq-Qt-GUI' PACKAGE_BUGREPORT= PACKAGE_NAME= PACKAGE_STRING= PACKAGE_TARNAME= PACKAGE_VERSION= PATH_SEPARATOR=':' QT_INCDIR='/usr/lib/qt3/include' QT_INCLUDES='-I/usr/lib/qt3/include' QT_LDFLAGS='-L/usr/lib/qt3/lib' QT_LIBDIR='/usr/lib/qt3/lib' QT_LRELEASE= QT_LUPDATE= RANLIB='ranlib' SET_MAKE= SHELL='/bin/sh' STRIP='strip' VERSION='1.3.2' XSS_LIBS='-lXss' X_CFLAGS=' -I/usr/X11R6/include' X_EXTRA_LIBS= X_LIBS=' -L/usr/X11R6/lib64' X_PRE_LIBS=' -lSM -lICE' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_F77= ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' amfastdepCC_FALSE='#' amfastdepCC_TRUE= amfastdepCXX_FALSE='#' amfastdepCXX_TRUE= aminclude='include' amleading_dot='.' amquote= amtar='${AMTAR} chof - "$$tardir"' amuntar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='x86_64-unknown-linux-gnu' build_alias= build_cpu='x86_64' build_os='linux-gnu' build_vendor='unknown' datadir='${prefix}/share' exec_prefix='NONE' have_kde= host='x86_64-unknown-linux-gnu' host_alias= host_cpu='x86_64' host_os='linux-gnu' host_vendor='unknown' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/home/stephan/licq-20060919/plugins/qt-gui/admin/install-sh' kde_includes='/opt/kde3/include' kde_libraries= libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' mkdir_p='mkdir -p --' oldincludedir='/usr/include' prefix='NONE' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target='x86_64-unknown-linux-gnu' target_alias= target_cpu='x86_64' target_os='linux-gnu' target_vendor='unknown'

## ----------- ## ## confdefs.h. ## ## ----------- ##

#define HAVE_DLFCN_H 1 #define HAVE_ERRNO_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_LOCALE_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_ERRLIST 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define INT_VERSION #define PACKAGE "Licq-Qt-GUI" #define PACKAGE "Licq-Qt-GUI" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define STDC_HEADERS 1 #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define USE_SCRNSAVER 1 #define VERSION "1.3.2" #define VERSION "1.3.2" #endif #ifdef cplusplus extern "C" void std::exit (int) throw (); using std::exit;

configure: exit 1


thanx stephan

  Changed 2 years ago by root_42

First of all, next time better attach a file to the ticket, that's much easier to read. Next, I see found this line of parameters for compilation:

-D_REENTRANT -L/usr/X11R6/lib64 -L/usr/lib/qt3/lib conftest.cc -lqt-mt

Can you check if libqt-mt.so really resides in /usr/lib/qt3/lib? If not, locate it! Then you can spefify the directory like this:

./configure --with-qt-libraries=/path/to/your/libraries

Lastly, I cannot reproduce this error on debian AMD64 nor on OpenSUSE x86, so please try out the above.

  Changed 2 years ago by anonymous

thank you for your answer, i tried to figure out how to attach a file but i didnt found any possibility... sorry for the hard-readable text . perhaps you can shortly explain howto .. thx . - - - - - Here the answer:

stephan:/usr/lib/qt3 # find / -iname libqt-mt.so find: WARNING: Hard link count is wrong for /sys/devices: this may be a bug in your filesystem driver. Automatically turning on find's -noleaf option. Earlier results may have failed to include directories that should have been searched. /usr/lib/qt3/lib/libqt-mt.so /usr/lib/qt3/lib64/libqt-mt.so stephan:/usr/lib/qt3 # - - - - - I have tried to specify the directories at all, i specified --with-qt, --with-qt-libraries,--with-qt-includes, i gave the path with /usr/lib/qt3... but also /usr/lib64/qt3... nothing works for me thx stephan

  Changed 2 years ago by stephan2503

first problem is solved - i'm registered now :P and can attach files :-) stephan

  Changed 2 years ago by erijo

It should work with

./configure --with-qt-libraries=/usr/lib/qt3/lib64

If the above doesn't work for you, please attach the config.log that is generated by that command to this ticket.

Besides that, I would appreciate if you could try the latest svn as well. I made a fix that I believe will fix it without the need for --with-qt-libraries. But please try the above (--with-qt...) as well.

  Changed 2 years ago by stephan2503

Hey, seems to work :

checking for QT libraries... yes, lib: -lqt-mt in /usr/lib/qt3/lib64 checking for QT >= 3.x... yes checking for moc... /usr/lib/gt3/bin/moc grep: /usr/lib/gt3/bin/moc: No such file or directory configure: error:

The Qt meta object compiler (moc) /usr/lib/gt3/bin/moc found by configure is not the one part of Qt 3.x. It's likely that the found one is the one shipped with Qt 1.x or Qt 2.x. That one will not work.

Please check your installation. Use the --with-qt-moc option to specify the path and name of the moc compiler shipped with your Qt 3.x lib. Some distributions rename it to "moc2", maybe you find that on your system.

see ./configure --help for details.

stephan:/home/stephan/licq-20060919/plugins/qt-gui #

I try again the daily snapshot ..: the base system compiles succsefully.. cd /plugins/qt-gui, make -f Makefile.cvs: stephan:/home/stephan/licq/plugins/qt-gui # make -f Makefile.cvs This Makefile is only for the CVS repository This will be deleted before making the distribution

*** Concatenating configure tests into acinclude.m4 *** Retrieving configure tests needed by configure.in /usr/share/aclocal/pilot-link.m4:1: warning: underquoted definition of AC_PILOT_LINK_HOOK

run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending-aclocal

*** Scanning for include statements *** Building Makefile templates (step one) *** Scanning for moc files Error: $(licq_gui) is listed in a _SOURCE line in src/Makefile.in, but doesn't exist yet. Put it in DISTCLEANFILES! *** Building Makefile templates (step two) *** Create date/time stamp *** Finished

Don't forget to run ./configure If you haven't done so in a while, run ./configure --help

./configure --enable-debug --with-kde

checking for KDE includes... /opt/kde3/include checking for QT libraries... yes, lib: -lqt-mt in /usr/lib/qt3/lib checking for QT >= 3.x... no configure: error:

Sorry, but you need QT version 3.x or higher to compile the Qt gui plugin.


/configure --with-qt-libraries=/usr/lib/qt3/lib64 --with-kde --enable-debug:
checking for QT libraries... yes, lib: -lqt-mt in /usr/lib/qt3/lib checking for QT >= 3.x... no configure: error:

Sorry, but you need QT version 3.x or higher to compile the Qt gui plugin.


sorry, this doesnt seems to work i got the snapshot with : # svn co http://svn.licq.org/svn/trunk/licq like the directives at yout page.


and if you could correct the typing error ( it has to be Qt3 in the moc-line, not Gt3 ) then your script works fine in the first time.

thank you.

if it would help develop. i could try the daily snapshot again with fixes if it will work.

waiting for answer an thank you

stephan

follow-up: ↓ 15   Changed 2 years ago by stephan2503

perhaps you like to know some warnings ? it happend while "make" :



/usr/lib/qt3/include/qtooltip.h:86: warning: 'class QToolTip' has virtual functions but non-virtual destructor /usr/lib/qt3/include/private/qucom_p.h:69: warning: 'struct QUBuffer' has virtual functions but non-virtual destructor /usr/lib/qt3/include/private/qucom_p.h:77: warning: 'struct QUType' has virtual functions but non-virtual destructor /usr/lib/qt3/include/private/qucom_p.h:104: warning: 'struct QUType_Null' has virtual functions but non-virtual destructor /usr/lib/qt3/include/private/qucom_p.h:287: warning: 'struct QUType_enum' has virtual functions but non-virtual destructor /usr/lib/qt3/include/private/qucom_p.h:307: warning: 'struct QUType_ptr' has virtual functions but non-virtual destructor /usr/lib/qt3/include/private/qucom_p.h:326: warning: 'struct QUType_iface' has virtual functions but non-virtual destructor /usr/lib/qt3/include/private/qucom_p.h:345: warning: 'struct QUType_idisp' has virtual functions but non-virtual destructor /usr/lib/qt3/include/private/qucom_p.h:364: warning: 'struct QUType_bool' has virtual functions but non-virtual destructor /usr/lib/qt3/include/private/qucom_p.h:383: warning: 'struct QUType_int' has virtual functions but non-virtual destructor /usr/lib/qt3/include/private/qucom_p.h:403: warning: 'struct QUType_double' has virtual functions but non-virtual destructor /usr/lib/qt3/include/private/qucom_p.h:423: warning: 'struct QUType_charstar' has virtual functions but non-virtual destructor /usr/lib/qt3/include/private/qucom_p.h:444: warning: 'struct QUType_QString' has virtual functions but non-virtual destructor /usr/lib/qt3/include/private/qucomextra_p.h:65: warning: 'struct QUType_QVariant' has virtual functions but non-virtual destructor /usr/lib/qt3/include/private/qucomextra_p.h:87: warning: 'struct QUType_varptr' has virtual functions but non-virtual destructor

  Changed 2 years ago by erijo

First a tip: When you past in output (from configure or whatever), enter it as {{{ output goes here }}}. This will keep all formatting and make it easier to read. See WikiFormatting for more tips.

Regarding configure not finding moc: I'm guessing this is because your QTDIR environment variable is set to "/usr/lib/gt3" (echo $QTDIR to check). If you append

--with-qt-moc=/the/path/to/the/dir/moc/is/in

to configure it should find it. Please post the path where you have moc so I can add it to the configure script.

About the daily snapshot: It's not enough up to date to include my recent change. The following command brings it up to date

stephan:/home/stephan/licq-20060919 # svn up

in reply to: ↑ 13   Changed 2 years ago by root_42

Replying to stephan2503:

perhaps you like to know some warnings ? it happend while "make" : /usr/lib/qt3/include/qtooltip.h:86: warning: 'class QToolTip' has virtual functions but non-virtual destructor

This can be ignored. It's a Qt3 problem. gcc 4 and above warn about classes not having virtual destructors, because according to ISO C++ this can result in unwanted behavior.

  Changed 2 years ago by stephan2503

sorry for the late answer: my moc-path is: /usr/lib/qt3/bin/moc Now i've got the daily snapshor again 20061010. configure doesn't wörks yet.

your comment about the snapshot i don't understand should I get new files from the svn-server ? but in this new version I hope your changes are included ?

thank you

Stephan

  Changed 2 years ago by stephan2503

However, even licq 1.3.4RC3 doesn't compile correctly sorry :P

to get the problem again :

stephan:/home/stephan/licq_devel/licq-1.3.4-RC3/plugins/qt-gui # ./configure --with-kde      
checking for QT >= 3.x... no
configure: error:
      Sorry, but you need QT version 3.x or higher to compile the Qt gui plugin.

stephan:/home/stephan/licq_devel/licq-1.3.4-RC3/plugins/qt-gui #                

  Changed 2 years ago by stephan2503

Hello,
after
stephan:/home/stephan/licq #export QTDIR="/usr/lib/gt3" # export QTLIB="/usr/lib/qt3/lib64"
and
./configure --with-kde --with-qt-moc=/usr/lib/qt3/bin/moc
i can compile as possible like before.
I wonder that it works, although $QTDIR has a wrong path and $QTLIB is empty after "./configure" coult it be possible to fix that in at least the daily svn-snapshot ? it could make life much more easier. Thank You
stephan

  Changed 2 years ago by stephan2503

edit: $QTLIB was empty before starting configure, because of the "#" in this line but why does this work even if one path is wrong and the other one not set ? Stephan

  Changed 2 years ago by root_42

Setting QTDIR and QTLIB is the responsibility of your Linux distribution, not of Licq. For me, your comments are quite confusing. Are you able to compile after setting QTDIR and QTLIB?

Changed 2 years ago by stephan2503

steps to compile licq

  Changed 2 years ago by stephan2503

sorry for confusing you but it's my nature to be confusing . I try again : in a text-file the steps which are needed to compile at my system. thank you for your patience.
Stephan

  Changed 2 years ago by root_42

In your attached file it says "gt3" in line 11. This, of course, cannot work. It should work with "qt3" instead.

  Changed 2 years ago by stephan2503

hey This is right, its exactly the curious thing i try to tell to you, because i dont' understand this .. In my test,to create the attachment, i didn't recognise this fault. but it worked!!! in exactly this order i gave the commands after reboot, without doing something other things on my system.
and, of course, the configure found my qt libs and includes, which are in the same path.

thank you

stephan

  Changed 2 years ago by erijo

  • status changed from closed to reopened
  • resolution wontfix deleted

  Changed 2 years ago by erijo

  • owner set to erijo
  • status changed from reopened to new

  Changed 2 years ago by erijo

  • status changed from new to closed
  • resolution set to fixed

Should be fixed in r4680.

  Changed 21 months ago by stephan2503

server01:/home/vmware/licq/plugins/qt-gui # ./configure --with-kde checking for Qt includes... /usr/lib/qt3/include checking for KDE includes... no checking for Qt libraries... no :-( configure: error:

I can't find the Qt libraries. It is recommended to set the QTDIR environment variable.

Install the Qt libraries, or if you have them installed, override this check with the --with-qt-libraries argument, and I'll take your word for it.

server01:/home/vmware/licq/plugins/qt-gui # echo $QTDIR /usr/lib/qt3

server01:/home/vmware/licq/plugins/qt-gui # ./configure config.status: executing depfiles commands

Please remember to use GNU make, often installed as gmake.

Install prefix : /usr/local Licq Includes : /home/vmware/licq/include KDE : disabled. Qt includes : /usr/lib64/qt3//include Qt libraries : /usr/lib64/qt3//lib64, -lqt-mt Qt moc : /usr/lib64/qt3//bin/moc GPG : disabled.

server01:/home/vmware/licq/plugins/qt-gui #

same problem as described before and it has been possible to compile an older version with this computer. The new release, got just today, doesn't work lg stephan

  Changed 21 months ago by erijo

Are you using the latest version from svn? If not, could you please try that.

If it doesn't work with that, please attach (don't copy 'n' paste) config.log to this ticket.

  Changed 12 months ago by anonymous

  • milestone 1.3.4 deleted

Milestone 1.3.4 deleted

  Changed 12 months ago by erijo

  • milestone set to 1.3.4
Note: See TracTickets for help on using tickets.