You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

gnutux

Beginner

  • "gnutux" started this thread

Posts: 27

Location: Toronto, Canada

  • Send private message

1

Wednesday, August 23rd 2006, 5:29am

[Kopete] Cannot compile on PCBSD 1.2

I was trying to compile the latest release of Kopete (0.12.2) from the Kopete website. Too bad there weren't any updated ports.


Anyways, this was the error I got and I couldn't decipher it.

Quoted


make all-recursive
Making all in kopete
Making all in libkopete
Making all in private
Making all in ui
if /usr/local/bin/bash ../../../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -DKDE_NO_COMPAT -DQT_NO_COMPAT -DQT_NO_CAST_ASCII -DQT_NO_ASCII_CAST -I../../../kopete/libkopete -I../../../kopete/libkopete -I../../../kopete/libkopete/avdevice -I../../../kopete/libkopete/ui -I../../../kopete/libkopete/ui -I../../../kopete/libkopete/private -I/usr/local/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_THREAD_SAFE -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT kopetefileconfirmdialog.lo -MD -MP -MF ".deps/kopetefileconfirmdialog.Tpo" -c -o kopetefileconfirmdialog.lo kopetefileconfirmdialog.cpp; then mv -f ".deps/kopetefileconfirmdialog.Tpo" ".deps/kopetefileconfirmdialog.Plo"; else rm -f ".deps/kopetefileconfirmdialog.Tpo"; exit 1; fi
kopetefileconfirmdialog.cpp:28:29: fileconfirmbase.h: No such file or directory
kopetefileconfirmdialog.cpp: In constructor `KopeteFileConfirmDialog::KopeteFileConfirmDialog(const Kopete::FileTransferInfo&, const QString&, QWidget*, const char*)':
kopetefileconfirmdialog.cpp:42: error: invalid use of undefined type `struct FileConfirmBase'
kopetefileconfirmdialog.h:25: error: forward declaration of `struct FileConfirmBase'
kopetefileconfirmdialog.cpp:43: error: invalid use of undefined type `struct FileConfirmBase'
kopetefileconfirmdialog.h:25: error: forward declaration of `struct FileConfirmBase'
kopetefileconfirmdialog.cpp:45: error: invalid use of undefined type `struct FileConfirmBase'
kopetefileconfirmdialog.h:25: error: forward declaration of `struct FileConfirmBase'
kopetefileconfirmdialog.cpp:46: error: invalid use of undefined type `struct FileConfirmBase'
kopetefileconfirmdialog.h:25: error: forward declaration of `struct FileConfirmBase'
kopetefileconfirmdialog.cpp:47: error: invalid use of undefined type `struct FileConfirmBase'
kopetefileconfirmdialog.h:25: error: forward declaration of `struct FileConfirmBase'
kopetefileconfirmdialog.cpp:51: error: invalid use of undefined type `struct FileConfirmBase'
kopetefileconfirmdialog.h:25: error: forward declaration of `struct FileConfirmBase'
kopetefileconfirmdialog.cpp:53: error: no matching function for call to `KopeteFileConfirmDialog::setMainWidget(FileConfirmBase*&)'
/usr/local/include/kdialogbase.h:786: note: candidates are: void KDialogBase::setMainWidget(QWidget*)
kopetefileconfirmdialog.cpp:55: error: invalid use of undefined type `struct FileConfirmBase'
kopetefileconfirmdialog.h:25: error: forward declaration of `struct FileConfirmBase'
kopetefileconfirmdialog.cpp: In member function `void KopeteFileConfirmDialog::slotBrowsePressed()':
kopetefileconfirmdialog.cpp:64: error: invalid use of undefined type `struct FileConfirmBase'
kopetefileconfirmdialog.h:25: error: forward declaration of `struct FileConfirmBase'
kopetefileconfirmdialog.cpp:67: error: invalid use of undefined type `struct FileConfirmBase'
kopetefileconfirmdialog.h:25: error: forward declaration of `struct FileConfirmBase'
kopetefileconfirmdialog.cpp: In member function `virtual void KopeteFileConfirmDialog::slotUser2()':
kopetefileconfirmdialog.cpp:74: error: invalid use of undefined type `struct FileConfirmBase'
kopetefileconfirmdialog.h:25: error: forward declaration of `struct FileConfirmBase'
kopetefileconfirmdialog.cpp:84: error: invalid use of undefined type `struct FileConfirmBase'
kopetefileconfirmdialog.h:25: error: forward declaration of `struct FileConfirmBase'
kopetefileconfirmdialog.cpp:86: error: invalid use of undefined type `struct FileConfirmBase'
kopetefileconfirmdialog.h:25: error: forward declaration of `struct FileConfirmBase'
kopetefileconfirmdialog.cpp:92: error: invalid use of undefined type `struct FileConfirmBase'
kopetefileconfirmdialog.h:25: error: forward declaration of `struct FileConfirmBase'
*** Error code 1


my config.log:

Quoted


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.60. Invocation command line was

$ ./configure --disable-testbed

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

hostname = PCBSD.localhost
uname -m = i386
uname -r = 6.1-RELEASE-p2
uname -s = FreeBSD
uname -v = FreeBSD 6.1-RELEASE-p2 #1: Thu Jul 6 11:31:02 PDT 2006 root@PCBSD.localhost:/usr/obj/usr/src/sys/PCBSDv1.2

/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/games
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/X11R6/bin
PATH: /home/[user]/bin


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

configure:2210: checking build system type
configure:2228: result: i386-unknown-freebsd6.1
configure:2250: checking host system type
configure:2265: result: i386-unknown-freebsd6.1
configure:2287: checking target system type
configure:2302: result: i386-unknown-freebsd6.1
configure:2363: checking for a BSD-compatible install
configure:2419: result: /usr/bin/install -c
configure:2434: checking for -p flag to install
configure:2447: result: yes
configure:2458: checking whether build environment is sane
configure:2501: result: yes
configure:2553: checking for gawk
configure:2583: result: no
configure:2553: checking for mawk
configure:2583: result: no
configure:2553: checking for nawk
configure:2569: found /usr/bin/nawk
configure:2580: result: nawk
configure:2591: checking whether make sets $(MAKE)
configure:2612: result: yes
configure:2814: checking for kde-config
configure:2876: result: /usr/local/bin/kde-config
configure:2972: checking where to install
configure:2976: result: /usr/local (as returned by kde-config)
configure:3031: checking for style of include used by make
configure:3059: result: GNU
configure:3209: checking for gcc
configure:3225: found /usr/bin/gcc
configure:3236: result: gcc
configure:3474: checking for C compiler version
configure:3481: gcc --version >&5
gcc (GCC) 3.4.4 [FreeBSD] 20050518
Copyright (C) 2004 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:3484: $? = 0
configure:3491: gcc -v >&5
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.4.4 [FreeBSD] 20050518
configure:3494: $? = 0
configure:3501: gcc -V >&5
gcc: `-V' option must have argument
configure:3504: $? = 1
configure:3527: checking for C compiler default output file name
configure:3554: gcc conftest.c >&5
configure:3557: $? = 0
configure:3603: result: a.out
configure:3608: checking whether the C compiler works
configure:3618: ./a.out
configure:3621: $? = 0
configure:3638: result: yes
configure:3645: checking whether we are cross compiling
configure:3647: result: no
configure:3650: checking for suffix of executables
configure:3657: gcc -o conftest conftest.c >&5
configure:3660: $? = 0
configure:3684: result:
configure:3690: checking for suffix of object files
configure:3716: gcc -c conftest.c >&5
configure:3719: $? = 0
configure:3742: result: o
configure:3746: checking whether we are using the GNU C compiler
configure:3775: gcc -c conftest.c >&5
configure:3781: $? = 0
configure:3788: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:3791: $? = 0
configure:3798: test -s conftest.o
configure:3801: $? = 0
configure:3815: result: yes
configure:3820: checking whether gcc accepts -g
configure:3850: gcc -c -g conftest.c >&5
configure:3856: $? = 0
configure:3863: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:3866: $? = 0
configure:3873: test -s conftest.o
configure:3876: $? = 0
configure:4006: result: yes
configure:4023: checking for gcc option to accept ISO C89
configure:4097: gcc -c conftest.c >&5
configure:4103: $? = 0
configure:4110: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:4113: $? = 0
configure:4120: test -s conftest.o
configure:4123: $? = 0
configure:4143: result: none needed
configure:4163: checking dependency style of gcc
configure:4253: result: gcc3
configure:4276: checking how to run the C preprocessor
configure:4316: gcc -E conftest.c
configure:4322: $? = 0
configure:4360: gcc -E conftest.c
conftest.c:10:28: ac_nonexistent.h: No such file or directory
configure:4366: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4406: result: gcc -E
configure:4435: gcc -E conftest.c
configure:4441: $? = 0
configure:4479: gcc -E conftest.c
conftest.c:10:28: ac_nonexistent.h: No such file or directory
configure:4485: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4616: checking for g++
configure:4632: found /usr/bin/g++
configure:4643: result: g++
configure:4674: checking for C++ compiler version
configure:4681: g++ --version >&5
g++ (GCC) 3.4.4 [FreeBSD] 20050518
Copyright (C) 2004 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:4684: $? = 0
configure:4691: g++ -v >&5
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.4.4 [FreeBSD] 20050518
configure:4694: $? = 0
configure:4701: g++ -V >&5
g++: `-V' option must have argument
configure:4704: $? = 1
configure:4707: checking whether we are using the GNU C++ compiler
configure:4736: g++ -c conftest.cpp >&5
configure:4742: $? = 0
configure:4749: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:4752: $? = 0
configure:4759: test -s conftest.o
configure:4762: $? = 0
configure:4776: result: yes
configure:4781: checking whether g++ accepts -g
configure:4811: g++ -c -g conftest.cpp >&5
configure:4817: $? = 0
configure:4824: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:4827: $? = 0
configure:4834: test -s conftest.o
configure:4837: $? = 0
configure:4967: result: yes
configure:4992: checking dependency style of g++
configure:5082: result: gcc3
configure:5101: checking whether gcc is blacklisted
configure:5132: gcc -c -O2 conftest.c >&5
configure:5138: $? = 0
configure:5145: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5148: $? = 0
configure:5155: test -s conftest.o
configure:5158: $? = 0
configure:5171: result: no
configure:5748: checking whether g++ supports -Wundef
configure:5788: rm -rf SunWS_cache; g++ -o conftest -Wall -W -Wpointer-arith -O2 -Wundef conftest.cpp 1>&5
configure:5794: $? = 0
configure:5801: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:5804: $? = 0
configure:5811: test -s conftest
configure:5814: $? = 0
configure:5837: result: yes
configure:5849: checking whether g++ supports -Wno-long-long
configure:5889: rm -rf SunWS_cache; g++ -o conftest -Wundef -Wall -W -Wpointer-arith -O2 -Wno-long-long conftest.cpp 1>&5
configure:5895: $? = 0
configure:5902: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:5905: $? = 0
configure:5912: test -s conftest
configure:5915: $? = 0
configure:5938: result: yes
configure:5950: checking whether g++ supports -Wno-non-virtual-dtor
configure:5990: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor conftest.cpp 1>&5
configure:5996: $? = 0
configure:6003: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:6006: $? = 0
configure:6013: test -s conftest
configure:6016: $? = 0
configure:6039: result: yes
configure:6071: checking whether g++ supports -fno-reorder-blocks
configure:6111: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-reorder-blocks conftest.cpp 1>&5
configure:6117: $? = 0
configure:6124: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:6127: $? = 0
configure:6134: test -s conftest
configure:6137: $? = 0
configure:6160: result: yes
configure:6178: checking whether g++ supports -fno-exceptions
configure:6218: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions conftest.cpp 1>&5
configure:6224: $? = 0
configure:6231: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:6234: $? = 0
configure:6241: test -s conftest
configure:6244: $? = 0
configure:6267: result: yes
configure:6279: checking whether g++ supports -fno-check-new
configure:6319: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new conftest.cpp 1>&5
configure:6325: $? = 0
configure:6332: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:6335: $? = 0
configure:6342: test -s conftest
configure:6345: $? = 0
configure:6368: result: yes
configure:6380: checking whether g++ supports -fno-common
configure:6420: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common conftest.cpp 1>&5
configure:6426: $? = 0
configure:6433: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:6436: $? = 0
configure:6443: test -s conftest
configure:6446: $? = 0
configure:6469: result: yes
configure:6481: checking whether g++ supports -fexceptions
configure:6521: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -fexceptions conftest.cpp 1>&5
configure:6527: $? = 0
configure:6534: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:6537: $? = 0
configure:6544: test -s conftest
configure:6547: $? = 0
configure:6570: result: yes
configure:6613: checking whether system headers can cope with -O2 -fno-inline
configure:6695: result: irrelevant
configure:7429: checking how to run the C++ preprocessor
configure:7465: g++ -E conftest.cpp
configure:7471: $? = 0
configure:7509: g++ -E conftest.cpp
conftest.cpp:10:28: ac_nonexistent.h: No such file or directory
configure:7515: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7555: result: g++ -E
configure:7584: g++ -E conftest.cpp
configure:7590: $? = 0
configure:7628: g++ -E conftest.cpp
conftest.cpp:10:28: ac_nonexistent.h: No such file or directory
configure:7634: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7683: checking whether g++ supports -O0
configure:7723: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -O0 conftest.cpp 1>&5
configure:7729: $? = 0
configure:7736: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:7739: $? = 0
configure:7746: test -s conftest
configure:7749: $? = 0
configure:7772: result: yes
configure:8378: result: not using lib directory suffix
configure:8423: checking for a sed that does not truncate output
configure:8477: result: /usr/bin/sed
configure:8480: checking for grep that handles long lines and -e
configure:8554: result: /usr/bin/grep
configure:8559: checking for egrep
configure:8637: result: /usr/bin/grep -E
configure:8653: checking for ld used by gcc
configure:8720: result: /usr/bin/ld
configure:8729: checking if the linker (/usr/bin/ld) is GNU ld
configure:8744: result: yes
configure:8749: checking for /usr/bin/ld option to reload object files
configure:8756: result: -r
configure:8765: checking for BSD-compatible nm
configure:8807: result: /usr/bin/nm -B
configure:8811: checking whether ln -s works
configure:8815: result: yes
configure:8822: checking how to recognise dependent libraries
configure:9029: result: pass_all
configure:9251: checking for ANSI C header files
configure:9281: gcc -c -O2 conftest.c >&5
configure:9287: $? = 0
configure:9294: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:9297: $? = 0
configure:9304: test -s conftest.o
configure:9307: $? = 0
configure:9403: gcc -o conftest -O2 conftest.c >&5
configure:9406: $? = 0
configure:9412: ./conftest
configure:9415: $? = 0
configure:9432: result: yes
configure:9456: checking for sys/types.h
configure:9477: gcc -c -O2 conftest.c >&5
configure:9483: $? = 0
configure:9490: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:9493: $? = 0
configure:9500: test -s conftest.o
configure:9503: $? = 0
configure:9516: result: yes
configure:9456: checking for sys/stat.h
configure:9477: gcc -c -O2 conftest.c >&5
configure:9483: $? = 0
configure:9490: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:9493: $? = 0
configure:9500: test -s conftest.o
configure:9503: $? = 0
configure:9516: result: yes
configure:9456: checking for stdlib.h
configure:9477: gcc -c -O2 conftest.c >&5
configure:9483: $? = 0
configure:9490: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:9493: $? = 0
configure:9500: test -s conftest.o
configure:9503: $? = 0
configure:9516: result: yes
configure:9456: checking for string.h
configure:9477: gcc -c -O2 conftest.c >&5
configure:9483: $? = 0
configure:9490: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:9493: $? = 0
configure:9500: test -s conftest.o
configure:9503: $? = 0
configure:9516: result: yes
configure:9456: checking for memory.h
configure:9477: gcc -c -O2 conftest.c >&5
configure:9483: $? = 0
configure:9490: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:9493: $? = 0
configure:9500: test -s conftest.o
configure:9503: $? = 0
configure:9516: result: yes
configure:9456: checking for strings.h
configure:9477: gcc -c -O2 conftest.c >&5
configure:9483: $? = 0
configure:9490: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:9493: $? = 0
configure:9500: test -s conftest.o
configure:9503: $? = 0
configure:9516: result: yes
configure:9456: checking for inttypes.h
configure:9477: gcc -c -O2 conftest.c >&5
configure:9483: $? = 0
configure:9490: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:9493: $? = 0
configure:9500: test -s conftest.o
configure:9503: $? = 0
configure:9516: result: yes
configure:9456: checking for stdint.h
configure:9477: gcc -c -O2 conftest.c >&5
configure:9483: $? = 0
configure:9490: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:9493: $? = 0
configure:9500: test -s conftest.o
configure:9503: $? = 0
configure:9516: result: yes
configure:9456: checking for unistd.h
configure:9477: gcc -c -O2 conftest.c >&5
configure:9483: $? = 0
configure:9490: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:9493: $? = 0
configure:9500: test -s conftest.o
configure:9503: $? = 0
configure:9516: result: yes
configure:9543: checking dlfcn.h usability
configure:9560: gcc -c -O2 conftest.c >&5
configure:9566: $? = 0
configure:9573: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:9576: $? = 0
configure:9583: test -s conftest.o
configure:9586: $? = 0
configure:9597: result: yes
configure:9601: checking dlfcn.h presence
configure:9616: gcc -E conftest.c
configure:9622: $? = 0
configure:9643: result: yes
configure:9671: checking for dlfcn.h
configure:9679: result: yes
configure:9745: checking for g77
configure:9775: result: no
configure:9745: checking for f77
configure:9761: found /usr/bin/f77
configure:9772: result: f77
configure:9802: checking for Fortran 77 compiler version
configure:9809: f77 --version >&5
GNU Fortran (GCC) 3.4.4 [FreeBSD] 20050518
Copyright (C) 2004 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING
or type the command `info -f g77 Copying'.
configure:9812: $? = 0
configure:9819: f77 -v >&5
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.4.4 [FreeBSD] 20050518
configure:9822: $? = 0
configure:9829: f77 -V >&5
f77: `-V' option must have argument
configure:9832: $? = 1
configure:9840: checking whether we are using the GNU Fortran 77 compiler
configure:9859: f77 -c conftest.F >&5
configure:9865: $? = 0
configure:9872: test -z "$ac_f77_werror_flag" || test ! -s conftest.err
configure:9875: $? = 0
configure:9882: test -s conftest.o
configure:9885: $? = 0
configure:9899: result: yes
configure:9905: checking whether f77 accepts -g
configure:9922: f77 -c -g conftest.f >&5
configure:9928: $? = 0
configure:9935: test -z "$ac_f77_werror_flag" || test ! -s conftest.err
configure:9938: $? = 0
configure:9945: test -s conftest.o
configure:9948: $? = 0
configure:9961: result: yes
configure:9991: checking the maximum length of command line arguments
configure:10050: result: 65536
configure:10061: checking command to parse /usr/bin/nm -B output from gcc object
configure:10150: gcc -c -O2 conftest.c >&5
configure:10153: $? = 0
configure:10157: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:10160: $? = 0
configure:10212: gcc -o conftest -O2 conftest.c conftstm.o >&5
configure:10215: $? = 0
configure:10253: result: ok
configure:10257: checking for objdir
configure:10272: result: .libs
configure:10364: checking for ar
configure:10380: found /usr/bin/ar
configure:10391: result: ar
configure:10460: checking for ranlib
configure:10476: found /usr/bin/ranlib
configure:10487: result: ranlib
configure:10556: checking for strip
configure:10572: found /usr/bin/strip
configure:10583: result: strip
configure:10859: checking if gcc static flag works
configure:10882: result: yes
configure:10904: checking if gcc supports -fno-rtti -fno-exceptions
configure:10922: gcc -c -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:10926: $? = 0
configure:10937: result: no
configure:10952: checking for gcc option to produce PIC
configure:11129: result: -fPIC
configure:11137: checking if gcc PIC flag -fPIC works
configure:11155: gcc -c -O2 -fPIC -DPIC conftest.c >&5
configure:11159: $? = 0
configure:11170: result: yes
configure:11194: checking if gcc supports -c -o file.o
configure:11222: gcc -c -O2 -o out/conftest2.o conftest.c >&5
configure:11226: $? = 0
configure:11243: result: yes
configure:11269: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:12109: result: yes
configure:12135: checking whether -lc should be explicitly linked in
configure:12140: gcc -c -O2 conftest.c >&5
configure:12143: $? = 0
configure:12157: gcc -shared -v conftest.o -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
configure:12160: $? = 1
configure:12172: result: yes
configure:12180: checking dynamic linker characteristics
configure:12698: result: freebsd6.1 ld.so
configure:12702: checking how to hardcode library paths into programs
configure:12727: result: immediate
configure:12741: checking whether stripping libraries is possible
configure:12746: result: yes
configure:12885: checking for shl_load
configure:12941: gcc -o conftest -O2 conftest.c >&5
/var/tmp//ccVyPP8Y.o(.text+0xd): In function `main':
: undefined reference to `shl_load'
configure:12947: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| 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
| #endif
|
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:12980: result: no
configure:12985: checking for shl_load in -ldld
configure:13020: gcc -o conftest -O2 conftest.c -ldld >&5
/usr/bin/ld: cannot find -ldld
configure:13026: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:13060: result: no
configure:13065: checking for dlopen
configure:13121: gcc -o conftest -O2 conftest.c >&5
configure:13127: $? = 0
configure:13134: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:13137: $? = 0
configure:13144: test -s conftest
configure:13147: $? = 0
configure:13160: result: yes
configure:13441: checking whether a program can dlopen itself
configure:13513: gcc -o conftest -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c >&5
configure:13516: $? = 0
configure:13534: result: yes
configure:13539: checking whether a statically linked program can dlopen itself
configure:13611: gcc -o conftest -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c >&5
configure:13614: $? = 0
configure:13632: result: yes
configure:13655: checking if libtool supports shared libraries
configure:13657: result: yes
configure:13660: checking whether to build shared libraries
configure:13718: result: yes
configure:13721: checking whether to build static libraries
configure:13725: result: no
configure:13816: creating libtool
configure:14360: checking for ld used by g++
configure:14427: result: /usr/bin/ld
configure:14436: checking if the linker (/usr/bin/ld) is GNU ld
configure:14451: result: yes
configure:14502: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:15344: result: yes
configure:15366: g++ -c -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common conftest.cc >&5
configure:15369: $? = 0
configure:15465: checking for g++ option to produce PIC
configure:15717: result: -fPIC
configure:15725: checking if g++ PIC flag -fPIC works
configure:15743: g++ -c -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -fPIC -DPIC conftest.cc >&5
configure:15747: $? = 0
configure:15758: result: yes
configure:15782: checking if g++ supports -c -o file.o
configure:15810: g++ -c -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -o out/conftest2.o conftest.cc >&5
configure:15814: $? = 0
configure:15831: result: yes
configure:15857: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:15882: result: yes
configure:15953: checking dynamic linker characteristics
configure:16471: result: freebsd6.1 ld.so
configure:16475: checking how to hardcode library paths into programs
configure:16500: result: immediate
configure:16514: checking whether stripping libraries is possible
configure:16519: result: yes
configure:16658: checking for shl_load
configure:16753: result: no
configure:16758: checking for shl_load in -ldld
configure:16833: result: no
configure:16838: checking for dlopen
configure:16933: result: yes
configure:17214: checking whether a program can dlopen itself
configure:17307: result: yes
configure:17312: checking whether a statically linked program can dlopen itself
configure:17405: result: yes
configure:17901: checking if libtool supports shared libraries
configure:17903: result: yes
configure:17906: checking whether to build shared libraries
configure:17924: result: yes
configure:17927: checking whether to build static libraries
configure:17931: result: no
configure:17943: checking for f77 option to produce PIC
configure:18120: result: -fPIC
configure:18128: checking if f77 PIC flag -fPIC works
configure:18146: f77 -c -g -O2 -fPIC conftest.f >&5
configure:18150: $? = 0
configure:18161: result: yes
configure:18185: checking if f77 supports -c -o file.o
configure:18213: f77 -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:18217: $? = 0
configure:18234: result: yes
configure:18260: checking whether the f77 linker (/usr/bin/ld) supports shared libraries
configure:19080: result: yes
configure:19151: checking dynamic linker characteristics
configure:19669: result: freebsd6.1 ld.so
configure:19673: checking how to hardcode library paths into programs
configure:19698: result: immediate
configure:19712: checking whether stripping libraries is possible
configure:19717: result: yes
configure:23878: checking for msgfmt
configure:23905: result: /usr/local/bin/msgfmt
configure:23914: checking for gmsgfmt
configure:23945: result: /usr/local/bin/msgfmt
configure:23965: checking for xgettext
configure:23992: result: /usr/local/bin/xgettext
configure:24027: checking if C++ programs can be compiled
configure:24061: g++ -c -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-check-new -fno-common conftest.cpp >&5
configure:24067: $? = 0
configure:24074: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:24077: $? = 0
configure:24084: test -s conftest.o
configure:24087: $? = 0
configure:24102: result: yes
configure:24132: checking for strlcat
configure:24184: g++ -c -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -pedantic-errors conftest.cpp >&5
configure:24190: $? = 0
configure:24197: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:24200: $? = 0
configure:24207: test -s conftest.o
configure:24210: $? = 0
configure:24233: result: yes
configure:24236: checking if strlcat needs custom prototype
configure:24352: result: no
configure:24377: checking for strlcpy
configure:24428: g++ -c -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -pedantic-errors conftest.cpp >&5
configure:24434: $? = 0
configure:24441: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:24444: $? = 0
configure:24451: test -s conftest.o
configure:24454: $? = 0
configure:24477: result: yes
configure:24480: checking if strlcpy needs custom prototype
configure:24595: result: no
configure:24619: checking for main in -lutil
configure:24648: gcc -o conftest -O2 conftest.c -lutil >&5
configure:24654: $? = 0
configure:24661: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:24664: $? = 0
configure:24671: test -s conftest
configure:24674: $? = 0
configure:24688: result: yes
configure:24694: checking for main in -lcompat
configure:24723: gcc -o conftest -O2 conftest.c -lcompat >&5
configure:24729: $? = 0
configure:24736: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:24739: $? = 0
configure:24746: test -s conftest
configure:24749: $? = 0
configure:24763: result: yes
configure:24770: checking for crypt in -lcrypt
configure:24805: gcc -o conftest -O2 conftest.c -lcrypt >&5
configure:24811: $? = 0
configure:24818: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:24821: $? = 0
configure:24828: test -s conftest
configure:24831: $? = 0
configure:24845: result: yes
configure:24952: checking for socklen_t
configure:24992: g++ -c -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common conftest.cpp >&5
configure:24998: $? = 0
configure:25005: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:25008: $? = 0
configure:25015: test -s conftest.o
configure:25018: $? = 0
configure:25041: result: yes
configure:25149: checking for dnet_ntoa in -ldnet
configure:25184: gcc -o conftest -O2 conftest.c -ldnet >&5
/usr/bin/ld: cannot find -ldnet
configure:25190: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dnet_ntoa ();
| int
| main ()
| {
| return dnet_ntoa ();
| ;
| return 0;
| }
configure:25224: result: no
configure:25231: checking for dnet_ntoa in -ldnet_stub
configure:25266: gcc -o conftest -O2 conftest.c -ldnet_stub >&5
/usr/bin/ld: cannot find -ldnet_stub
configure:25272: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dnet_ntoa ();
| int
| main ()
| {
| return dnet_ntoa ();
| ;
| return 0;
| }
configure:25306: result: no
configure:25313: checking for inet_ntoa
configure:25369: gcc -o conftest -O2 conftest.c >&5
configure:25375: $? = 0
configure:25382: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:25385: $? = 0
configure:25392: test -s conftest
configure:25395: $? = 0
configure:25408: result: yes
configure:25494: checking for connect
configure:25550: gcc -o conftest -O2 conftest.c >&5
configure:25556: $? = 0
configure:25563: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:25566: $? = 0
configure:25573: test -s conftest
configure:25576: $? = 0
configure:25589: result: yes
configure:25676: checking for remove
configure:25732: gcc -o conftest -O2 conftest.c >&5
configure:25738: $? = 0
configure:25745: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:25748: $? = 0
configure:25755: test -s conftest
configure:25758: $? = 0
configure:25771: result: yes
configure:25859: checking for shmat
configure:25915: gcc -o conftest -O2 conftest.c >&5
configure:25921: $? = 0
configure:25928: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:25931: $? = 0
configure:25938: test -s conftest
configure:25941: $? = 0
configure:25954: result: yes
configure:26050: checking for sys/types.h
configure:26056: result: yes
configure:26050: checking for stdint.h
configure:26056: result: yes
configure:26226: checking sys/bitypes.h usability
configure:26243: gcc -c -O2 conftest.c >&5
conftest.c:65:25: sys/bitypes.h: No such file or directory
configure:26249: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/bitypes.h>
configure:26280: result: no
configure:26284: checking sys/bitypes.h presence
configure:26299: gcc -E conftest.c
conftest.c:32:25: sys/bitypes.h: No such file or directory
configure:26305: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h. */
| #include <sys/bitypes.h>
configure:26326: result: no
configure:26354: checking for sys/bitypes.h
configure:26362: result: no
configure:26377: checking for poll in -lpoll
configure:26412: gcc -o conftest -O2 conftest.c -lpoll >&5
/usr/bin/ld: cannot find -lpoll
configure:26418: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char poll ();
| int
| main ()
| {
| return poll ();
| ;
| return 0;
| }
configure:26452: result: no
configure:26475: checking Carbon/Carbon.h usability
configure:26492: gcc -c -O2 conftest.c >&5
conftest.c:65:27: Carbon/Carbon.h: No such file or directory
configure:26498: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <Carbon/Carbon.h>
configure:26529: result: no
configure:26533: checking Carbon/Carbon.h presence
configure:26548: gcc -E conftest.c
conftest.c:32:27: Carbon/Carbon.h: No such file or directory
configure:26554: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h. */
| #include <Carbon/Carbon.h>
configure:26575: result: no
configure:26603: checking for Carbon/Carbon.h
configure:26611: result: no
configure:26636: checking CoreAudio/CoreAudio.h usability
configure:26653: gcc -c -O2 conftest.c >&5
conftest.c:65:33: CoreAudio/CoreAudio.h: No such file or directory
configure:26659: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <CoreAudio/CoreAudio.h>
configure:26690: result: no
configure:26694: checking CoreAudio/CoreAudio.h presence
configure:26709: gcc -E conftest.c
conftest.c:32:33: CoreAudio/CoreAudio.h: No such file or directory
configure:26715: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h. */
| #include <CoreAudio/CoreAudio.h>
configure:26736: result: no
configure:26764: checking for CoreAudio/CoreAudio.h
configure:26771: result: no
configure:26789: checking if res_init needs -lresolv
configure:26821: gcc -o conftest -O2 conftest.c -lresolv >&5
/usr/bin/ld: cannot find -lresolv
configure:26827: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <netinet/in.h>
| #include <arpa/nameser.h>
| #include <resolv.h>
|
| int
| main ()
| {
|
| res_init();
|
| ;
| return 0;
| }
configure:26863: result: no
configure:26874: checking for res_init
configure:26926: g++ -c -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -pedantic-errors conftest.cpp >&5
configure:26932: $? = 0
configure:26939: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:26942: $? = 0
configure:26949: test -s conftest.o
configure:26952: $? = 0
configure:26975: result: yes
configure:26978: checking if res_init needs custom prototype
configure:27094: result: no
configure:27122: checking for killpg in -lucb
configure:27157: gcc -o conftest -O2 conftest.c -lucb >&5
/usr/bin/ld: cannot find -lucb
configure:27163: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char killpg ();
| int
| main ()
| {
| return killpg ();
| ;
| return 0;
| }
configure:27197: result: no
configure:27293: checking for int
configure:27323: gcc -c -O2 conftest.c >&5
configure:27329: $? = 0
configure:27336: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:27339: $? = 0
configure:27346: test -s conftest.o
configure:27349: $? = 0
configure:27361: result: yes
configure:27364: checking size of int
configure:27752: gcc -o conftest -O2 conftest.c >&5
configure:27755: $? = 0
configure:27761: ./conftest
configure:27764: $? = 0
configure:27786: result: 4
configure:27792: checking for short
configure:27822: gcc -c -O2 conftest.c >&5
configure:27828: $? = 0
configure:27835: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:27838: $? = 0
configure:27845: test -s conftest.o
configure:27848: $? = 0
configure:27860: result: yes
configure:27863: checking size of short
configure:28251: gcc -o conftest -O2 conftest.c >&5
configure:28254: $? = 0
configure:28260: ./conftest
configure:28263: $? = 0
configure:28285: result: 2
configure:28291: checking for long
configure:28321: gcc -c -O2 conftest.c >&5
configure:28327: $? = 0
configure:28334: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:28337: $? = 0
configure:28344: test -s conftest.o
configure:28347: $? = 0
configure:28359: result: yes
configure:28362: checking size of long
configure:28750: gcc -o conftest -O2 conftest.c >&5
configure:28753: $? = 0
configure:28759: ./conftest
configure:28762: $? = 0
configure:28784: result: 4
configure:28790: checking for char *
configure:28820: gcc -c -O2 conftest.c >&5
configure:28826: $? = 0
configure:28833: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:28836: $? = 0
configure:28843: test -s conftest.o
configure:28846: $? = 0
configure:28858: result: yes
configure:28861: checking size of char *
configure:29249: gcc -o conftest -O2 conftest.c >&5
configure:29252: $? = 0
configure:29258: ./conftest
configure:29261: $? = 0
configure:29283: result: 4
configure:29291: checking for dlopen in -ldl
configure:29326: gcc -o conftest -O2 conftest.c -ldl >&5
/usr/bin/ld: cannot find -ldl
configure:29332: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dlopen ();
| int
| main ()
| {
| return dlopen ();
| ;
| return 0;
| }
configure:29366: result: no
configure:29376: checking for shl_unload in -ldld
configure:29411: gcc -o conftest -O2 conftest.c -ldld >&5
/usr/bin/ld: cannot find -ldld
configure:29417: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_unload ();
| int
| main ()
| {
| return shl_unload ();
| ;
| return 0;
| }
configure:29451: result: no
configure:29466: checking for size_t
configure:29496: gcc -c -O2 conftest.c >&5
configure:29502: $? = 0
configure:29509: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:29512: $? = 0
configure:29519: test -s conftest.o
configure:29522: $? = 0
configure:29534: result: yes
configure:29537: checking size of size_t
configure:29925: gcc -o conftest -O2 conftest.c >&5
configure:29928: $? = 0
configure:29934: ./conftest
configure:29937: $? = 0
configure:29959: result: 4
configure:29966: checking for unsigned long
configure:29996: gcc -c -O2 conftest.c >&5
configure:30002: $? = 0
configure:30009: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:30012: $? = 0
configure:30019: test -s conftest.o
configure:30022: $? = 0
configure:30034: result: yes
configure:30037: checking size of unsigned long
configure:30425: gcc -o conftest -O2 conftest.c >&5
configure:30428: $? = 0
configure:30434: ./conftest
configure:30437: $? = 0
configure:30459: result: 4
configure:30467: checking sizeof size_t == sizeof unsigned long
configure:30494: gcc -c -O2 conftest.c >&5
configure:30500: $? = 0
configure:30507: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:30510: $? = 0
configure:30517: test -s conftest.o
configure:30520: $? = 0
configure:30522: result: yes
configure:30546: checking for PIE support
configure:30588: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -fPIE -pie conftest.cpp 1>&5
configure:30594: $? = 0
configure:30601: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:30604: $? = 0
configure:30611: test -s conftest
configure:30614: $? = 0
configure:30637: result: yes
configure:30640: checking if enabling -pie/fPIE support
configure:30655: result: yes
configure:30686: checking crt_externs.h usability
configure:30703: gcc -c -O2 conftest.c >&5
conftest.c:73:25: crt_externs.h: No such file or directory
configure:30709: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <crt_externs.h>
configure:30740: result: no
configure:30744: checking crt_externs.h presence
configure:30759: gcc -E conftest.c
conftest.c:40:25: crt_externs.h: No such file or directory
configure:30765: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| /* end confdefs.h. */
| #include <crt_externs.h>
configure:30786: result: no
configure:30814: checking for crt_externs.h
configure:30822: result: no
configure:30835: checking for _NSGetEnviron
configure:30891: gcc -o conftest -O2 conftest.c >&5
/var/tmp//ccQ9CDL8.o(.text+0xd): In function `main':
: undefined reference to `_NSGetEnviron'
configure:30897: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| /* end confdefs.h. */
| /* Define _NSGetEnviron to an innocuous variant, in case <limits.h> declares _NSGetEnviron.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _NSGetEnviron innocuous__NSGetEnviron
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _NSGetEnviron (); 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 _NSGetEnviron
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _NSGetEnviron ();
| /* 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__NSGetEnviron || defined __stub____NSGetEnviron
| choke me
| #endif
|
| int
| main ()
| {
| return _NSGetEnviron ();
| ;
| return 0;
| }
configure:30930: result: no
configure:30952: checking for vsnprintf
configure:31008: gcc -o conftest -O2 conftest.c >&5
conftest.c:63: warning: conflicting types for built-in function 'vsnprintf'
configure:31014: $? = 0
configure:31021: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:31024: $? = 0
configure:31031: test -s conftest
configure:31034: $? = 0
configure:31048: result: yes
configure:30952: checking for snprintf
configure:31008: gcc -o conftest -O2 conftest.c >&5
conftest.c:64: warning: conflicting types for built-in function 'snprintf'
configure:31014: $? = 0
configure:31021: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:31024: $? = 0
configure:31031: test -s conftest
configure:31034: $? = 0
configure:31048: result: yes
configure:31107: checking for X
configure:31150: gcc -E conftest.c
conftest.c:42:27: X11/Intrinsic.h: No such file or directory
configure:31156: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| /* end confdefs.h. */
| #include <X11/Intrinsic.h>
configure:31253: gcc -o conftest -O2 conftest.c -lXt >&5
conftest.c:42:27: X11/Intrinsic.h: No such file or directory
configure:31259: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| /* end confdefs.h. */
| #include <X11/Intrinsic.h>
| int
| main ()
| {
| XtMalloc(1)
| ;
| return 0;
| }
configure:31431: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include
configure:31460: checking for IceConnectionNumber in -lICE
configure:31495: gcc -o conftest -O2 -L/usr/X11R6/lib conftest.c -lICE >&5
configure:31501: $? = 0
configure:31508: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:31511: $? = 0
configure:31518: test -s conftest
configure:31521: $? = 0
configure:31535: result: yes
configure:31545: checking for libXext
configure:31585: gcc -o conftest -O2 -L/usr/X11R6/lib conftest.c -lXext -lX11 >&5
configure:31591: $? = 0
configure:31598: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:31601: $? = 0
configure:31608: test -s conftest
configure:31611: $? = 0
configure:31631: result: yes
configure:31880: checking for pthread_create in -lpthread
configure:31915: gcc -o conftest -O2 conftest.c -lpthread >&5
configure:31921: $? = 0
configure:31928: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:31931: $? = 0
configure:31938: test -s conftest
configure:31941: $? = 0
configure:31955: result: yes
configure:32274: checking for extra includes
configure:32302: result: no
configure:32306: checking for extra libs
configure:32335: result: no
configure:32341: checking for libz
configure:32381: gcc -o conftest -O2 -I/usr/X11R6/include -D_THREAD_SAFE conftest.c -L/usr/X11R6/lib -lz >&5
configure:32387: $? = 0
configure:32394: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:32397: $? = 0
configure:32404: test -s conftest
configure:32407: $? = 0
configure:32430: result: -lz
configure:32451: checking for libpng
configure:32493: gcc -o conftest -O2 -I/usr/X11R6/include -D_THREAD_SAFE conftest.c -L/usr/X11R6/lib -lpng -lz -lm -lX11 >&5
conftest.c:44:20: png.h: No such file or directory
conftest.c: In function `main':
conftest.c:50: error: syntax error before "png_ptr"
conftest.c:52: error: `png_ptr' undeclared (first use in this function)
conftest.c:52: error: (Each undeclared identifier is reported only once
conftest.c:52: error: for each function it appears in.)
configure:32499: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
| /* end confdefs.h. */
|
| #include<png.h>
|
| int
| main ()
| {
|
| png_structp png_ptr = png_create_read_struct( /* image ptr */
| PNG_LIBPNG_VER_STRING, 0, 0, 0 );
| return( png_ptr != 0 );
|
| ;
| return 0;
| }
configure:32547: result: no
configure:32555: checking for libjpeg6b
configure:32594: gcc -o conftest -O2 -I/usr/X11R6/include -D_THREAD_SAFE conftest.c -L/usr/X11R6/lib -ljpeg6b -lm >&5
/usr/bin/ld: cannot find -ljpeg6b
configure:32600: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
| /* end confdefs.h. */
|
| #ifdef __cplusplus
| extern "C" {
| #endif
| void jpeg_CreateDecompress();
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| jpeg_CreateDecompress();
| ;
| return 0;
| }
configure:32643: result: no
configure:32646: checking for libjpeg
configure:32685: gcc -o conftest -O2 -I/usr/X11R6/include -D_THREAD_SAFE conftest.c -L/usr/X11R6/lib -ljpeg -lm >&5
/usr/bin/ld: cannot find -ljpeg
configure:32691: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
| /* end confdefs.h. */
|
| #ifdef __cplusplus
| extern "C" {
| #endif
| void jpeg_CreateDecompress();
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| jpeg_CreateDecompress();
| ;
| return 0;
| }
configure:32734: result: no
configure: 32755: ${prefix}/include/jpeglib.h
configure: 32755: /usr/include/jpeglib.h
configure: 32755: /usr/local/include/jpeglib.h
taking that
configure:32780: WARNING:
There is an installation error in jpeg support. You seem to have only one
of either the headers _or_ the libraries installed. You may need to either
provide correct --with-extra-... options, or the development package of
libjpeg6b. You can get a source package of libjpeg from http://www.ijg.org/
Disabling JPEG support.

configure:32802: checking for perl
configure:32862: result: /usr/local/bin/perl
configure:32988: checking for Qt
configure: 33053: /usr/lib/qt3/include/qstyle.h
configure: 33053: /usr/lib/qt3/qstyle.h
configure: 33053: /usr/lib/qt/include/qstyle.h
configure: 33053: /usr/lib/qt/qstyle.h
configure: 33053: /usr/share/qt3/include/qstyle.h
configure: 33053: /usr/share/qt3/qstyle.h
configure: 33053: /usr/local/qt/include/qstyle.h
configure: 33053: /usr/include/qt/qstyle.h
configure: 33053: /usr/include/qstyle.h
configure: 33053: /usr/X11R6/include/X11/qt/qstyle.h
configure: 33053: /usr/X11R6/include/qt/qstyle.h
configure: 33053: /usr/X11R6/include/qt2/qstyle.h
configure: 33053: /usr/include/qt3/qstyle.h
configure: 33053: /usr/X11R6/include/qstyle.h
taking that
tried NO
tried /usr/lib/qt3/lib
tried /usr/lib/qt3
tried /usr/lib/qt/lib
tried /usr/lib/qt
tried /usr/share/qt3/lib
tried /usr/share/qt3
configure:33170: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -I/usr/X11R6/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_THREAD_SAFE -L/usr/X11R6/lib -L/usr/X11R6/lib conftest.cpp -lqt-mt -lXext -lX11 -lSM -lICE -lpthread 1>&5
configure:33173: $? = 0
configure:33232: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include using -mt
configure:33413: checking for moc
configure:33485: result: /usr/X11R6/bin/moc
configure:33493: checking for uic
configure:33547: result: /usr/X11R6/bin/uic
configure:33578: checking whether uic supports -L
configure:33589: /usr/X11R6/bin/uic -L /nonexistent conftest.ui >/dev/null
configure:33592: $? = 0
configure:33604: result: yes
configure:33616: checking whether uic supports -nounload
configure:33627: /usr/X11R6/bin/uic -nounload conftest.ui >/dev/null
configure:33630: $? = 0
configure:33642: result: yes
configure:33776: result: yes
configure:33812: checking for rpath
configure:33844: result: yes
configure:33847: checking for KDE
configure: 33900: /usr/local/include/ksharedptr.h
taking that
configure: 33930: /usr/local/lib/libkio.la
taking that
configure: 33948: /usr/local/lib/kde3/plugins/designer/kdewidgets.la
taking that
configure:34021: result: libraries /usr/local/lib, headers /usr/local/include
configure:34060: checking if UIC has KDE plugins available
configure:34087: /usr/X11R6/bin/uic -L /usr/local/lib/kde3/plugins/designer -nounload -impl actest.h actest.ui > actest.cpp
configure:34090: $? = 0
configure:34104: result: yes
configure:34159: checking for KDE paths
configure:34774: result: defaults
configure:34822: checking for dcopidl
configure:34884: result: /usr/local/bin/dcopidl
configure:34891: checking for dcopidl2cpp
configure:34953: result: /usr/local/bin/dcopidl2cpp
configure:34961: checking for mcopidl
configure:35025: result: /usr/local/bin/mcopidl
configure:35032: checking for artsc-config
configure:35096: result: /usr/local/bin/artsc-config
configure:35104: checking for meinproc
configure:35158: result: /usr/local/bin/meinproc
configure:35188: checking for kconfig_compiler
configure:35250: result: /usr/local/bin/kconfig_compiler
configure:35257: checking for dcopidlng
configure:35319: result: /usr/local/bin/dcopidlng
configure:35328: checking for makekdewidgets
configure:35390: result: /usr/local/bin/makekdewidgets
configure:35399: checking for xmllint
configure:35453: result: /usr/local/bin/xmllint
configure: 35469: /usr/share/kde/apps/ksgmltools2/customization/kde-chunk.xsl
configure: 35469: /usr/local/share/apps/ksgmltools2/customization/kde-chunk.xsl
taking that
configure:35630: checking grepping for visibility push/pop in headers
configure:35661: result: no
configure:35664: WARNING: Your libstdc++ doesn't appear to be patched for
visibility support. Disabling -fvisibility=hidden
configure:35682: checking whether g++ supports -fvisibility=hidden
configure:35722: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -fvisibility=hidden -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.cpp 1>&5
cc1plus: error: unrecognized command line option "-fvisibility=hidden"
configure:35728: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| /* end confdefs.h. */
|
| int
| main ()
| {
| return 0;
| ;
| return 0;
| }
configure:36004: result: no
configure:36013: checking for Qt docs
configure: 36026: /doc/html/qsql.html
configure: 36026: /doc/html/qsql.html
configure: 36026: /usr/share/doc/packages/qt3/html/qsql.html
configure: 36026: /usr/lib/qt/doc/qsql.html
configure: 36026: /usr/lib/qt3/doc/qsql.html
configure: 36026: /usr/lib/qt3/doc/html/qsql.html
configure: 36026: /usr/doc/qt3/html/qsql.html
configure: 36026: /usr/doc/qt3/qsql.html
configure: 36026: /usr/share/doc/qt3-doc/qsql.html
configure: 36026: /usr/share/qt3/doc/html/qsql.html
configure: 36026: /usr/X11R6/share/doc/qt/html/qsql.html
taking that
configure:36035: result: /usr/X11R6/share/doc/qt/html
configure:36041: checking for dot
configure:36091: result: not found
configure:36108: checking for doxygen
configure:36158: result: not found
configure:36200: checking linux/tcp.h usability
configure:36217: gcc -c -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c >&5
conftest.c:77:23: linux/tcp.h: No such file or directory
configure:36223: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <linux/tcp.h>
configure:36254: result: no
configure:36258: checking linux/tcp.h presence
configure:36273: gcc -E -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c
conftest.c:44:23: linux/tcp.h: No such file or directory
configure:36279: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| /* end confdefs.h. */
| #include <linux/tcp.h>
configure:36300: result: no
configure:36328: checking for linux/tcp.h
configure:36336: result: no
configure:36200: checking linux/if_ppp.h usability
configure:36217: gcc -c -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c >&5
conftest.c:77:26: linux/if_ppp.h: No such file or directory
configure:36223: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <linux/if_ppp.h>
configure:36254: result: no
configure:36258: checking linux/if_ppp.h presence
configure:36273: gcc -E -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c
conftest.c:44:26: linux/if_ppp.h: No such file or directory
configure:36279: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| /* end confdefs.h. */
| #include <linux/if_ppp.h>
configure:36300: result: no
configure:36328: checking for linux/if_ppp.h
configure:36336: result: no
configure:36365: checking net/errno.h usability
configure:36382: gcc -c -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c >&5
conftest.c:77:23: net/errno.h: No such file or directory
configure:36388: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <net/errno.h>
configure:36419: result: no
configure:36423: checking net/errno.h presence
configure:36438: gcc -E -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c
conftest.c:44:23: net/errno.h: No such file or directory
configure:36444: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| /* end confdefs.h. */
| #include <net/errno.h>
configure:36465: result: no
configure:36493: checking for net/errno.h
configure:36501: result: no
configure:36365: checking net/if_ppp.h usability
configure:36382: gcc -c -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c >&5
In file included from /usr/include/net/if_ppp.h:29,
from conftest.c:77:
/usr/include/net/if.h:265: error: field `ifru_addr' has incomplete type
/usr/include/net/if.h:266: error: field `ifru_dstaddr' has incomplete type
/usr/include/net/if.h:267: error: field `ifru_broadaddr' has incomplete type
/usr/include/net/if.h:299: error: field `ifra_addr' has incomplete type
/usr/include/net/if.h:300: error: field `ifra_broadaddr' has incomplete type
/usr/include/net/if.h:301: error: field `ifra_mask' has incomplete type
/usr/include/net/if.h:368: error: field `addr' has incomplete type
/usr/include/net/if.h:369: error: field `dstaddr' has incomplete type
configure:36388: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <net/if_ppp.h>
configure:36419: result: no
configure:36423: checking net/if_ppp.h presence
configure:36438: gcc -E -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c
configure:36444: $? = 0
configure:36465: result: yes
configure:36478: WARNING: net/if_ppp.h: present but cannot be compiled
configure:36480: WARNING: net/if_ppp.h: check for missing prerequisite headers?
configure:36482: WARNING: net/if_ppp.h: see the Autoconf documentation
configure:36484: WARNING: net/if_ppp.h: section "Present But Cannot Be Compiled"
configure:36486: WARNING: net/if_ppp.h: proceeding with the preprocessor's result
configure:36488: WARNING: net/if_ppp.h: in the future, the compiler will take precedence
configure:36493: checking for net/if_ppp.h
configure:36501: result: yes
configure:36529: checking asm/param.h usability
configure:36546: gcc -c -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c >&5
conftest.c:78:23: asm/param.h: No such file or directory
configure:36552: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_NET_IF_PPP_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <asm/param.h>
configure:36583: result: no
configure:36587: checking asm/param.h presence
configure:36602: gcc -E -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c
conftest.c:45:23: asm/param.h: No such file or directory
configure:36608: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_NET_IF_PPP_H 1
| /* end confdefs.h. */
| #include <asm/param.h>
configure:36629: result: no
configure:36657: checking for asm/param.h
configure:36665: result: no
configure:36697: checking sys/file.h usability
configure:36714: gcc -c -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c >&5
configure:36720: $? = 0
configure:36727: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:36730: $? = 0
configure:36737: test -s conftest.o
configure:36740: $? = 0
configure:36751: result: yes
configure:36755: checking sys/file.h presence
configure:36770: gcc -E -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c
configure:36776: $? = 0
configure:36797: result: yes
configure:36825: checking for sys/file.h
configure:36833: result: yes
configure:36687: checking for sys/stat.h
configure:36693: result: yes
configure:36697: checking sys/time.h usability
configure:36714: gcc -c -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c >&5
configure:36720: $? = 0
configure:36727: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:36730: $? = 0
configure:36737: test -s conftest.o
configure:36740: $? = 0
configure:36751: result: yes
configure:36755: checking sys/time.h presence
configure:36770: gcc -E -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c
configure:36776: $? = 0
configure:36797: result: yes
configure:36825: checking for sys/time.h
configure:36833: result: yes
configure:36697: checking sys/cdefs.h usability
configure:36714: gcc -c -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c >&5
configure:36720: $? = 0
configure:36727: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:36730: $? = 0
configure:36737: test -s conftest.o
configure:36740: $? = 0
configure:36751: result: yes
configure:36755: checking sys/cdefs.h presence
configure:36770: gcc -E -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c
configure:36776: $? = 0
configure:36797: result: yes
configure:36825: checking for sys/cdefs.h
configure:36833: result: yes
configure:36697: checking sys/sockio.h usability
configure:36714: gcc -c -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c >&5
configure:36720: $? = 0
configure:36727: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:36730: $? = 0
configure:36737: test -s conftest.o
configure:36740: $? = 0
configure:36751: result: yes
configure:36755: checking sys/sockio.h presence
configure:36770: gcc -E -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c
configure:36776: $? = 0
configure:36797: result: yes
configure:36825: checking for sys/sockio.h
configure:36833: result: yes
configure:36866: checking fcntl.h usability
configure:36883: gcc -c -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c >&5
configure:36889: $? = 0
configure:36896: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:36899: $? = 0
configure:36906: test -s conftest.o
configure:36909: $? = 0
configure:36920: result: yes
configure:36924: checking fcntl.h presence
configure:36939: gcc -E -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c
configure:36945: $? = 0
configure:36966: result: yes
configure:36994: checking for fcntl.h
configure:37002: result: yes
configure:36856: checking for unistd.h
configure:36862: result: yes
configure:36866: checking fnmatch.h usability
configure:36883: gcc -c -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c >&5
configure:36889: $? = 0
configure:36896: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:36899: $? = 0
configure:36906: test -s conftest.o
configure:36909: $? = 0
configure:36920: result: yes
configure:36924: checking fnmatch.h presence
configure:36939: gcc -E -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c
configure:36945: $? = 0
configure:36966: result: yes
configure:36994: checking for fnmatch.h
configure:37002: result: yes
configure:36866: checking sysent.h usability
configure:36883: gcc -c -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c >&5
conftest.c:86:20: sysent.h: No such file or directory
configure:36889: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_NET_IF_PPP_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FNMATCH_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sysent.h>
configure:36920: result: no
configure:36924: checking sysent.h presence
configure:36939: gcc -E -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c
conftest.c:53:20: sysent.h: No such file or directory
configure:36945: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_NET_IF_PPP_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FNMATCH_H 1
| /* end confdefs.h. */
| #include <sysent.h>
configure:36966: result: no
configure:36994: checking for sysent.h
configure:37002: result: no
configure:36856: checking for strings.h
configure:36862: result: yes
configure:36866: checking paths.h usability
configure:36883: gcc -c -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c >&5
configure:36889: $? = 0
configure:36896: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:36899: $? = 0
configure:36906: test -s conftest.o
configure:36909: $? = 0
configure:36920: result: yes
configure:36924: checking paths.h presence
configure:36939: gcc -E -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c
configure:36945: $? = 0
configure:36966: result: yes
configure:36994: checking for paths.h
configure:37002: result: yes
configure:37033: checking utmp.h usability
configure:37050: gcc -c -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c >&5
configure:37056: $? = 0
configure:37063: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:37066: $? = 0
configure:37073: test -s conftest.o
configure:37076: $? = 0
configure:37087: result: yes
configure:37091: checking utmp.h presence
configure:37106: gcc -E -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c
configure:37112: $? = 0
configure:37133: result: yes
configure:37161: checking for utmp.h
configure:37169: result: yes
configure:37033: checking re_comp.h usability
configure:37050: gcc -c -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c >&5
conftest.c:89:21: re_comp.h: No such file or directory
configure:37056: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_NET_IF_PPP_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_UTMP_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <re_comp.h>
configure:37087: result: no
configure:37091: checking re_comp.h presence
configure:37106: gcc -E -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c
conftest.c:56:21: re_comp.h: No such file or directory
configure:37112: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_NET_IF_PPP_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_UTMP_H 1
| /* end confdefs.h. */
| #include <re_comp.h>
configure:37133: result: no
configure:37161: checking for re_comp.h
configure:37169: result: no
configure:37033: checking getopt.h usability
configure:37050: gcc -c -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c >&5
configure:37056: $? = 0
configure:37063: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:37066: $? = 0
configure:37073: test -s conftest.o
configure:37076: $? = 0
configure:37087: result: yes
configure:37091: checking getopt.h presence
configure:37106: gcc -E -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c
configure:37112: $? = 0
configure:37133: result: yes
configure:37161: checking for getopt.h
configure:37169: result: yes
configure:37033: checking byteswap.h usability
configure:37050: gcc -c -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c >&5
conftest.c:90:22: byteswap.h: No such file or directory
configure:37056: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_NET_IF_PPP_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_GETOPT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <byteswap.h>
configure:37087: result: no
configure:37091: checking byteswap.h presence
configure:37106: gcc -E -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c
conftest.c:57:22: byteswap.h: No such file or directory
configure:37112: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_NET_IF_PPP_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_GETOPT_H 1
| /* end confdefs.h. */
| #include <byteswap.h>
configure:37133: result: no
configure:37161: checking for byteswap.h
configure:37169: result: no
configure:37182: checking for resolv.h
configure:37203: gcc -c -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c >&5
configure:37209: $? = 0
configure:37216: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:37219: $? = 0
configure:37226: test -s conftest.o
configure:37229: $? = 0
configure:37241: result: yes
configure:37254: checking for special C compiler options needed for large files
configure:37381: result: no
configure:37387: checking for _FILE_OFFSET_BITS value needed for large files
configure:37423: gcc -c -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c >&5
configure:37429: $? = 0
configure:37436: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:37439: $? = 0
configure:37446: test -s conftest.o
configure:37449: $? = 0
configure:37530: result: no
configure:37540: checking for _LARGE_FILES value needed for large files
configure:37576: gcc -c -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c >&5
configure:37582: $? = 0
configure:37589: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:37592: $? = 0
configure:37599: test -s conftest.o
configure:37602: $? = 0
configure:37683: result: no
configure:37707: checking for flock
configure:37763: gcc -o conftest -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c >&5
configure:37769: $? = 0
configure:37776: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:37779: $? = 0
configure:37786: test -s conftest
configure:37789: $? = 0
configure:37803: result: yes
configure:37815: checking for usleep
configure:37866: g++ -c -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -pedantic-errors -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.cpp >&5
configure:37872: $? = 0
configure:37879: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:37882: $? = 0
configure:37889: test -s conftest.o
configure:37892: $? = 0
configure:37915: result: yes
configure:37918: checking if usleep needs custom prototype
configure:38033: result: no
configure:38065: checking for socket
configure:38121: gcc -o conftest -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c >&5
configure:38127: $? = 0
configure:38134: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:38137: $? = 0
configure:38144: test -s conftest
configure:38147: $? = 0
configure:38161: result: yes
configure:38065: checking for fabsl
configure:38121: gcc -o conftest -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c >&5
conftest.c:84: warning: conflicting types for built-in function 'fabsl'
/var/tmp//ccWN6s2c.o(.text+0xd): In function `main':
: undefined reference to `fabsl'
configure:38127: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_NET_IF_PPP_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_FLOCK 1
| #define HAVE_USLEEP 1
| #define HAVE_USLEEP_PROTO 1
| #define HAVE_SOCKET 1
| /* end confdefs.h. */
| /* Define fabsl to an innocuous variant, in case <limits.h> declares fabsl.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define fabsl innocuous_fabsl
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char fabsl (); 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 fabsl
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char fabsl ();
| /* 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_fabsl || defined __stub___fabsl
| choke me
| #endif
|
| int
| main ()
| {
| return fabsl ();
| ;
| return 0;
| }
configure:38161: result: no
configure:38065: checking for strdup
configure:38121: gcc -o conftest -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c >&5
conftest.c:84: warning: conflicting types for built-in function 'strdup'
configure:38127: $? = 0
configure:38134: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:38137: $? = 0
configure:38144: test -s conftest
configure:38147: $? = 0
configure:38161: result: yes
configure:38065: checking for vsnprintf
configure:38161: result: yes
configure:38065: checking for tzset
configure:38121: gcc -o conftest -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c >&5
configure:38127: $? = 0
configure:38134: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:38137: $? = 0
configure:38144: test -s conftest
configure:38147: $? = 0
configure:38161: result: yes
configure:38173: checking for setenv
configure:38222: g++ -c -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -pedantic-errors -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.cpp >&5
configure:38228: $? = 0
configure:38235: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:38238: $? = 0
configure:38245: test -s conftest.o
configure:38248: $? = 0
configure:38271: result: yes
configure:38274: checking if setenv needs custom prototype
configure:38387: result: no
configure:38412: checking for unsetenv
configure:38461: g++ -c -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -pedantic-errors -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.cpp >&5
configure:38467: $? = 0
configure:38474: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:38477: $? = 0
configure:38484: test -s conftest.o
configure:38487: $? = 0
configure:38510: result: yes
configure:38513: checking if unsetenv needs custom prototype
configure:38626: result: no
configure:38651: checking for getdomainname
configure:38705: g++ -c -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -pedantic-errors -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.cpp >&5
configure:38711: $? = 0
configure:38718: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:38721: $? = 0
configure:38728: test -s conftest.o
configure:38731: $? = 0
configure:38754: result: yes
configure:38757: checking if getdomainname needs custom prototype
configure:38876: result: no
configure:38901: checking for gethostname
configure:38954: g++ -c -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -pedantic-errors -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.cpp >&5
configure:38960: $? = 0
configure:38967: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:38970: $? = 0
configure:38977: test -s conftest.o
configure:38980: $? = 0
configure:39003: result: yes
configure:39006: checking if gethostname needs custom prototype
configure:39123: result: no
configure:39146: checking whether byte ordering is bigendian
configure:39178: gcc -c -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c >&5
configure:39184: $? = 0
configure:39191: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:39194: $? = 0
configure:39201: test -s conftest.o
configure:39204: $? = 0
configure:39233: gcc -c -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c >&5
conftest.c: In function `main':
conftest.c:79: error: syntax error before "big"
configure:39239: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_NET_IF_PPP_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_FLOCK 1
| #define HAVE_USLEEP 1
| #define HAVE_USLEEP_PROTO 1
| #define HAVE_SOCKET 1
| #define HAVE_STRDUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_TZSET 1
| #define HAVE_SETENV 1
| #define HAVE_SETENV_PROTO 1
| #define HAVE_UNSETENV 1
| #define HAVE_UNSETENV_PROTO 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_GETDOMAINNAME_PROTO 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTNAME_PROTO 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:39413: result: no
configure:39433: checking for res_init
configure:39489: gcc -o conftest -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c >&5
configure:39495: $? = 0
configure:39502: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:39505: $? = 0
configure:39512: test -s conftest
configure:39515: $? = 0
configure:39528: result: yes
configure:39616: checking for timezone variable
configure:39646: gcc -c -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c >&5
conftest.c: In function `main':
conftest.c:79: error: invalid lvalue in assignment
configure:39652: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_NET_IF_PPP_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_FLOCK 1
| #define HAVE_USLEEP 1
| #define HAVE_USLEEP_PROTO 1
| #define HAVE_SOCKET 1
| #define HAVE_STRDUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_TZSET 1
| #define HAVE_SETENV 1
| #define HAVE_SETENV_PROTO 1
| #define HAVE_UNSETENV 1
| #define HAVE_UNSETENV_PROTO 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_GETDOMAINNAME_PROTO 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTNAME_PROTO 1
| /* end confdefs.h. */
|
| #include <time.h>
|
| int
| main ()
| {
|
| timezone = 1;
|
| ;
| return 0;
| }
configure:39684: result: no
configure:39693: checking for tm_gmtoff in struct tm
configure:39724: gcc -c -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c >&5
configure:39730: $? = 0
configure:39737: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:39740: $? = 0
configure:39747: test -s conftest.o
configure:39750: $? = 0
configure:39762: result: yes
configure:39781: checking for SLP support
configure:39814: gcc -o conftest -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE -I/usr/local/include -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.c -lslp >&5
configure:39820: $? = 0
configure:39827: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:39830: $? = 0
configure:39837: test -s conftest
configure:39840: $? = 0
configure:39849: result: yes
configure:39927: checking for GL
configure:39975: rm -rf SunWS_cache; g++ -o conftest -O2 -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_THREAD_SAFE -L/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib conftest.cpp -lGL -lGLU -lX11 -lXext -lm 1>&5
configure:39981: $? = 0
configure:39988: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:39991: $? = 0
configure:39998: test -s conftest
configure:40001: $? = 0
configure:40047: result: yes
configure:40056: checking for Qt docs
configure: 40069: /doc/html/qsql.html
configure: 40069: /doc/html/qsql.html
configure: 40069: /usr/share/doc/packages/qt3/html/qsql.html
configure: 40069: /usr/lib/qt/doc/qsql.html
configure: 40069: /usr/lib/qt3/doc/qsql.html
configure: 40069: /usr/lib/qt3/doc/html/qsql.html
configure: 40069: /usr/doc/qt3/html/qsql.html
configure: 40069: /usr/doc/qt3/qsql.html
configure: 40069: /usr/share/doc/qt3-doc/qsql.html
configure: 40069: /usr/share/qt3/doc/html/qsql.html
configure: 40069: /usr/X11R6/share/doc/qt/html/qsql.html
taking that
configure:40078: result: /usr/X11R6/share/doc/qt/html
configure:40084: checking for dot
configure:40134: result: not found
configure:40151: checking for doxygen
configure:40201: result: not found
configure:40225: checking for tm_gmtoff in struct tm
configure:40294: result: yes
configure:40334: checking knotifydialog.h usability
configure:40351: g++ -c -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DQT_THREAD_SUPPORT -D_THREAD_SAFE -I/usr/local/include -I/usr/X11R6/include conftest.cpp >&5
configure:40357: $? = 0
configure:40364: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:40367: $? = 0
configure:40374: test -s conftest.o
configure:40377: $? = 0
configure:40388: result: yes
configure:40392: checking knotifydialog.h presence
configure:40407: g++ -E -DQT_THREAD_SUPPORT -D_THREAD_SAFE -I/usr/local/include -I/usr/X11R6/include conftest.cpp
configure:40413: $? = 0
configure:40434: result: yes
configure:40462: checking for knotifydialog.h
configure:40470: result: yes
configure:40494: checking for kdelibs newer than 3.3.x
configure:40538: g++ -c -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -I/usr/local/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.cpp >&5
configure:40544: $? = 0
configure:40551: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:40554: $? = 0
configure:40561: test -s conftest.o
configure:40564: $? = 0
configure:40566: result: yes
configure:40633: checking for xml2-config
configure:40690: result: /usr/local/bin/xml2-config
configure:40714: checking for xmllint
configure:40768: result: /usr/local/bin/xmllint
configure:40788: checking for xslt-config
configure:40845: result: /usr/local/bin/xslt-config
configure:40903: checking for valgrind.h
configure:40931: gcc -c -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c >&5
conftest.c:82:31: valgrind/valgrind.h: No such file or directory
configure:40937: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_NET_IF_PPP_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_FLOCK 1
| #define HAVE_USLEEP 1
| #define HAVE_USLEEP_PROTO 1
| #define HAVE_SOCKET 1
| #define HAVE_STRDUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_TZSET 1
| #define HAVE_SETENV 1
| #define HAVE_SETENV_PROTO 1
| #define HAVE_UNSETENV 1
| #define HAVE_UNSETENV_PROTO 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_GETDOMAINNAME_PROTO 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTNAME_PROTO 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_SLP 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_GL 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_KNOTIFYDIALOG_H 1
| #define XMLLINT "/usr/local/bin/xmllint"
| #define HAVE_XSLT 1
| /* end confdefs.h. */
|
| #define __VALGRIND_SOMESKIN_H
| #include <valgrind/valgrind.h>
|
| int
| main ()
| {
|
|
| ;
| return 0;
| }
configure:40979: result: no
configure:40986: checking for int
configure:41054: result: yes
configure:41057: checking size of int
configure:41479: result: 4
configure:41485: checking for short
configure:41553: result: yes
configure:41556: checking size of short
configure:41978: result: 2
configure:41984: checking for long
configure:42052: result: yes
configure:42055: checking size of long
configure:42477: result: 4
configure:42483: checking for char *
configure:42551: result: yes
configure:42554: checking size of char *
configure:42976: result: 4
configure:43017: checking X11/extensions/Xrender.h usability
configure:43034: g++ -c -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DQT_THREAD_SUPPORT -D_THREAD_SAFE -I/usr/local/include -I/usr/X11R6/include conftest.cpp >&5
configure:43040: $? = 0
configure:43047: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:43050: $? = 0
configure:43057: test -s conftest.o
configure:43060: $? = 0
configure:43071: result: yes
configure:43075: checking X11/extensions/Xrender.h presence
configure:43090: g++ -E -DQT_THREAD_SUPPORT -D_THREAD_SAFE -I/usr/local/include -I/usr/X11R6/include conftest.cpp
configure:43096: $? = 0
configure:43117: result: yes
configure:43145: checking for X11/extensions/Xrender.h
configure:43152: result: yes
configure:43181: checking for XRenderComposite in -lXrender
configure:43216: gcc -o conftest -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE -L/usr/local/lib -L/usr/X11R6/lib conftest.c -lXrender -lXext -lX11 >&5
configure:43222: $? = 0
configure:43229: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:43232: $? = 0
configure:43239: test -s conftest
configure:43242: $? = 0
configure:43256: result: yes
configure:43291: checking tgmath.h usability
configure:43308: gcc -c -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c >&5
configure:43314: $? = 0
configure:43321: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:43324: $? = 0
configure:43331: test -s conftest.o
configure:43334: $? = 0
configure:43345: result: yes
configure:43349: checking tgmath.h presence
configure:43364: gcc -E -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c
configure:43370: $? = 0
configure:43391: result: yes
configure:43419: checking for tgmath.h
configure:43427: result: yes
configure:43457: checking for X11/extensions/scrnsaver.h
configure:43480: g++ -c -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DQT_THREAD_SUPPORT -D_THREAD_SAFE -I/usr/local/include -I/usr/X11R6/include conftest.cpp >&5
configure:43486: $? = 0
configure:43493: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:43496: $? = 0
configure:43503: test -s conftest.o
configure:43506: $? = 0
configure:43518: result: yes
configure:43522: checking for XScreenSaverQueryInfo in -lXext
configure:43557: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DQT_THREAD_SUPPORT -D_THREAD_SAFE -I/usr/local/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.cpp -lXext -lX11 1>&5
/var/tmp//ccXa2xEM.o(.text+0xd): In function `main':
: undefined reference to `XScreenSaverQueryInfo'
configure:43563: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_NET_IF_PPP_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_FLOCK 1
| #define HAVE_USLEEP 1
| #define HAVE_USLEEP_PROTO 1
| #define HAVE_SOCKET 1
| #define HAVE_STRDUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_TZSET 1
| #define HAVE_SETENV 1
| #define HAVE_SETENV_PROTO 1
| #define HAVE_UNSETENV 1
| #define HAVE_UNSETENV_PROTO 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_GETDOMAINNAME_PROTO 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTNAME_PROTO 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_SLP 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_GL 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_KNOTIFYDIALOG_H 1
| #define XMLLINT "/usr/local/bin/xmllint"
| #define HAVE_XSLT 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SQLITE_PTR_SZ SIZEOF_CHAR_P
| #define HAVE_XRENDER 1
| #define HAVE_TGMATH_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char XScreenSaverQueryInfo ();
| int
| main ()
| {
| return XScreenSaverQueryInfo ();
| ;
| return 0;
| }
configure:43597: result: no
configure:43612: checking whether g++ supports -shared
configure:43652: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -shared -DQT_THREAD_SUPPORT -D_THREAD_SAFE -I/usr/local/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.cpp 1>&5
configure:43658: $? = 0
configure:43665: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:43668: $? = 0
configure:43675: test -s conftest
configure:43678: $? = 0
configure:43701: result: yes
configure:43712: checking for XScreenSaverQueryInfo in -lXss
configure:43747: g++ -o conftest -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DQT_THREAD_SUPPORT -D_THREAD_SAFE -I/usr/local/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.cpp -lXss -shared -lXext -lX11 >&5
configure:43753: $? = 0
configure:43760: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:43763: $? = 0
configure:43770: test -s conftest
configure:43773: $? = 0
configure:43787: result: yes
configure:43858: checking for libxmms
configure:43891: gcc -o conftest -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE -I/usr/local/include -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib conftest.c >&5
conftest.c:88:27: xmms/xmmsctrl.h: No such file or directory
configure:43897: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_NET_IF_PPP_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_FLOCK 1
| #define HAVE_USLEEP 1
| #define HAVE_USLEEP_PROTO 1
| #define HAVE_SOCKET 1
| #define HAVE_STRDUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_TZSET 1
| #define HAVE_SETENV 1
| #define HAVE_SETENV_PROTO 1
| #define HAVE_UNSETENV 1
| #define HAVE_UNSETENV_PROTO 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_GETDOMAINNAME_PROTO 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTNAME_PROTO 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_SLP 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_GL 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_KNOTIFYDIALOG_H 1
| #define XMLLINT "/usr/local/bin/xmllint"
| #define HAVE_XSLT 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SQLITE_PTR_SZ SIZEOF_CHAR_P
| #define HAVE_XRENDER 1
| #define HAVE_TGMATH_H 1
| #define HAVE_XSCREENSAVER 1
| /* end confdefs.h. */
| #include <xmms/xmmsctrl.h>
| int
| main ()
| {
| xmms_remote_stop(0);
| ;
| return 0;
| }
configure:43936: result: no
configure:44012: checking libgadu version 1.5(rcX) with pthread support
configure:44060: gcc -o conftest -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c -lgadu -lpthread >&5
conftest.c:90:22: libgadu.h: No such file or directory
configure:44063: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_NET_IF_PPP_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_FLOCK 1
| #define HAVE_USLEEP 1
| #define HAVE_USLEEP_PROTO 1
| #define HAVE_SOCKET 1
| #define HAVE_STRDUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_TZSET 1
| #define HAVE_SETENV 1
| #define HAVE_SETENV_PROTO 1
| #define HAVE_UNSETENV 1
| #define HAVE_UNSETENV_PROTO 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_GETDOMAINNAME_PROTO 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTNAME_PROTO 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_SLP 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_GL 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_KNOTIFYDIALOG_H 1
| #define XMLLINT "/usr/local/bin/xmllint"
| #define HAVE_XSLT 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SQLITE_PTR_SZ SIZEOF_CHAR_P
| #define HAVE_XRENDER 1
| #define HAVE_TGMATH_H 1
| #define HAVE_XSCREENSAVER 1
| /* end confdefs.h. */
|
|
| #include <libgadu.h>
| #include <stdio.h>
| #include <string.h>
|
| int main()
| {
| #if defined __GG_LIBGADU_HAVE_PTHREAD && defined GG_LOGIN60
| int maj, min, date;
| sscanf( gg_libgadu_version(), "%u.%u.%u", &maj,&min,&date );
| if ( maj != 1 ) {
| return 1;
| }
| if ( ( min == 4 || min == 5 ) && date < 20040520 ) {
| return 1;
| }
|
| if ( min == 5 || min == 6 ){
| return 0;
| }
|
| #endif
| return 1;
| }
|
configure:44088: result: no
configure:44107: checking if supplied libgadu-copy can be used
configure:44110: result: yes
configure:44157: checking for long long
configure:44197: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.cpp 1>&5
configure:44203: $? = 0
configure:44210: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:44213: $? = 0
configure:44220: test -s conftest
configure:44223: $? = 0
configure:44244: result: yes
configure:44287: checking for OpenSSL
configure: 44303: NO/openssl/ssl.h
configure: 44303: /usr/include/openssl/ssl.h
taking that
configure:44355: gcc -o conftest -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE -L/usr/lib -L/usr/local/lib -L/usr/X11R6/lib conftest.c -lssl -lcrypto -lRSAglue -lrsaref >&5
/usr/bin/ld: cannot find -lRSAglue
configure:44361: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_NET_IF_PPP_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_FLOCK 1
| #define HAVE_USLEEP 1
| #define HAVE_USLEEP_PROTO 1
| #define HAVE_SOCKET 1
| #define HAVE_STRDUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_TZSET 1
| #define HAVE_SETENV 1
| #define HAVE_SETENV_PROTO 1
| #define HAVE_UNSETENV 1
| #define HAVE_UNSETENV_PROTO 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_GETDOMAINNAME_PROTO 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTNAME_PROTO 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_SLP 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_GL 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_KNOTIFYDIALOG_H 1
| #define XMLLINT "/usr/local/bin/xmllint"
| #define HAVE_XSLT 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SQLITE_PTR_SZ SIZEOF_CHAR_P
| #define HAVE_XRENDER 1
| #define HAVE_TGMATH_H 1
| #define HAVE_XSCREENSAVER 1
| #define HAVE_LONG_LONG 1
| /* end confdefs.h. */
|
| int
| main ()
| {
| void RSAPrivateEncrypt(void);RSAPrivateEncrypt();
| ;
| return 0;
| }
configure:44411: result: libraries /usr/lib, headers /usr/include
configure:44414: checking whether OpenSSL uses rsaref
configure:44416: result: no
configure:44419: checking for easter eggs
configure:44421: result: none found
configure:44429: checking for OpenSSL version
configure:44458: gcc -o conftest -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c >&5
configure:44461: $? = 0
configure:44503: result: ok
configure:44562: checking for C99-compatible vsnprintf()
configure:44592: gcc -o conftest -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c >&5
configure:44595: $? = 0
configure:44601: ./conftest
configure:44604: $? = 0
configure:44607: result: yes
configure:44634: checking for va_copy
configure:44690: gcc -o conftest -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c >&5
/var/tmp//cckyLCsu.o(.text+0xd): In function `main':
: undefined reference to `va_copy'
configure:44696: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_NET_IF_PPP_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_FLOCK 1
| #define HAVE_USLEEP 1
| #define HAVE_USLEEP_PROTO 1
| #define HAVE_SOCKET 1
| #define HAVE_STRDUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_TZSET 1
| #define HAVE_SETENV 1
| #define HAVE_SETENV_PROTO 1
| #define HAVE_UNSETENV 1
| #define HAVE_UNSETENV_PROTO 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_GETDOMAINNAME_PROTO 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTNAME_PROTO 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_SLP 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_GL 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_KNOTIFYDIALOG_H 1
| #define XMLLINT "/usr/local/bin/xmllint"
| #define HAVE_XSLT 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SQLITE_PTR_SZ SIZEOF_CHAR_P
| #define HAVE_XRENDER 1
| #define HAVE_TGMATH_H 1
| #define HAVE_XSCREENSAVER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_SSL 1
| /* end confdefs.h. */
| /* Define va_copy to an innocuous variant, in case <limits.h> declares va_copy.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define va_copy innocuous_va_copy
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char va_copy (); 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 va_copy
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char va_copy ();
| /* 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_va_copy || defined __stub___va_copy
| choke me
| #endif
|
| int
| main ()
| {
| return va_copy ();
| ;
| return 0;
| }
configure:44730: result: no
configure:44748: checking for _va_copy
configure:44804: gcc -o conftest -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c >&5
/var/tmp//ccpC4AAd.o(.text+0xd): In function `main':
: undefined reference to `_va_copy'
configure:44810: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_NET_IF_PPP_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_FLOCK 1
| #define HAVE_USLEEP 1
| #define HAVE_USLEEP_PROTO 1
| #define HAVE_SOCKET 1
| #define HAVE_STRDUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_TZSET 1
| #define HAVE_SETENV 1
| #define HAVE_SETENV_PROTO 1
| #define HAVE_UNSETENV 1
| #define HAVE_UNSETENV_PROTO 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_GETDOMAINNAME_PROTO 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTNAME_PROTO 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_SLP 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_GL 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_KNOTIFYDIALOG_H 1
| #define XMLLINT "/usr/local/bin/xmllint"
| #define HAVE_XSLT 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SQLITE_PTR_SZ SIZEOF_CHAR_P
| #define HAVE_XRENDER 1
| #define HAVE_TGMATH_H 1
| #define HAVE_XSCREENSAVER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_SSL 1
| /* end confdefs.h. */
| /* Define _va_copy to an innocuous variant, in case <limits.h> declares _va_copy.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _va_copy innocuous__va_copy
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _va_copy (); 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 _va_copy
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _va_copy ();
| /* 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__va_copy || defined __stub____va_copy
| choke me
| #endif
|
| int
| main ()
| {
| return _va_copy ();
| ;
| return 0;
| }
configure:44844: result: no
configure:44873: checking for pkg-config
configure:44891: found /usr/local/bin/pkg-config
configure:44904: result: /usr/local/bin/pkg-config
configure:44922: checking for libidn
configure:44926: result: yes
configure:44930: checking IDN_CFLAGS
configure:44933: result: -I/usr/local/include
configure:44936: checking IDN_LIBS
configure:44939: result: -L/usr/local/lib -lidn
configure:44978: checking if Libidn can be used
configure:44980: result: yes
configure:45071: checking for meanwhile >= 1.0.1 meanwhile < 1.1.0
configure:45117: result: not found
configure:45128: checking if Meanwhile plugin should be compiled
configure:45134: result: no
configure:45224: checking for glib-2.0 gmodule-2.0
configure:45228: result: yes
configure:45232: checking GLIB_CFLAGS
configure:45235: result: -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
configure:45238: checking GLIB_LIBS
configure:45241: result: -Wl,--export-dynamic -L/usr/local/lib -lgmodule-2.0 -lglib-2.0 -liconv
configure:45287: checking if MSN webcam support should be enabled
configure:45289: result: yes
configure:45347: g++ -o conftest -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.cpp -lgsmme >&5
conftest.cpp:93:29: gsmlib/gsm_util.h: No such file or directory
conftest.cpp: In function `int main()':
conftest.cpp:97: error: `gsmlib' has not been declared
conftest.cpp:97: error: `latin1ToGsm' undeclared (first use this function)
conftest.cpp:97: error: (Each undeclared identifier is reported only once for each function it appears in.)
configure:45353: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_NET_IF_PPP_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_FLOCK 1
| #define HAVE_USLEEP 1
| #define HAVE_USLEEP_PROTO 1
| #define HAVE_SOCKET 1
| #define HAVE_STRDUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_TZSET 1
| #define HAVE_SETENV 1
| #define HAVE_SETENV_PROTO 1
| #define HAVE_UNSETENV 1
| #define HAVE_UNSETENV_PROTO 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_GETDOMAINNAME_PROTO 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTNAME_PROTO 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_SLP 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_GL 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_KNOTIFYDIALOG_H 1
| #define XMLLINT "/usr/local/bin/xmllint"
| #define HAVE_XSLT 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SQLITE_PTR_SZ SIZEOF_CHAR_P
| #define HAVE_XRENDER 1
| #define HAVE_TGMATH_H 1
| #define HAVE_XSCREENSAVER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_SSL 1
| #define LIBIDN 1
| #define HAVE_GLIB 1
| #define MSN_WEBCAM 1
| /* end confdefs.h. */
| #include <gsmlib/gsm_util.h>
| int
| main ()
| {
| (void)gsmlib::latin1ToGsm("text");
| ;
| return 0;
| }
configure:45397: checking gsmlib/gsm_util.h usability
configure:45414: g++ -c -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.cpp >&5
conftest.cpp:126:29: gsmlib/gsm_util.h: No such file or directory
configure:45420: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_NET_IF_PPP_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_FLOCK 1
| #define HAVE_USLEEP 1
| #define HAVE_USLEEP_PROTO 1
| #define HAVE_SOCKET 1
| #define HAVE_STRDUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_TZSET 1
| #define HAVE_SETENV 1
| #define HAVE_SETENV_PROTO 1
| #define HAVE_UNSETENV 1
| #define HAVE_UNSETENV_PROTO 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_GETDOMAINNAME_PROTO 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTNAME_PROTO 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_SLP 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_GL 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_KNOTIFYDIALOG_H 1
| #define XMLLINT "/usr/local/bin/xmllint"
| #define HAVE_XSLT 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SQLITE_PTR_SZ SIZEOF_CHAR_P
| #define HAVE_XRENDER 1
| #define HAVE_TGMATH_H 1
| #define HAVE_XSCREENSAVER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_SSL 1
| #define LIBIDN 1
| #define HAVE_GLIB 1
| #define MSN_WEBCAM 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <gsmlib/gsm_util.h>
configure:45451: result: no
configure:45455: checking gsmlib/gsm_util.h presence
configure:45470: g++ -E -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.cpp
conftest.cpp:93:29: gsmlib/gsm_util.h: No such file or directory
configure:45476: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_NET_IF_PPP_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_FLOCK 1
| #define HAVE_USLEEP 1
| #define HAVE_USLEEP_PROTO 1
| #define HAVE_SOCKET 1
| #define HAVE_STRDUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_TZSET 1
| #define HAVE_SETENV 1
| #define HAVE_SETENV_PROTO 1
| #define HAVE_UNSETENV 1
| #define HAVE_UNSETENV_PROTO 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_GETDOMAINNAME_PROTO 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTNAME_PROTO 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_SLP 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_GL 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_KNOTIFYDIALOG_H 1
| #define XMLLINT "/usr/local/bin/xmllint"
| #define HAVE_XSLT 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SQLITE_PTR_SZ SIZEOF_CHAR_P
| #define HAVE_XRENDER 1
| #define HAVE_TGMATH_H 1
| #define HAVE_XSCREENSAVER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_SSL 1
| #define LIBIDN 1
| #define HAVE_GLIB 1
| #define MSN_WEBCAM 1
| /* end confdefs.h. */
| #include <gsmlib/gsm_util.h>
configure:45497: result: no
configure:45525: checking for gsmlib/gsm_util.h
configure:45532: result: no
configure:45555: checking if SMSGSM Plugin should be compiled
configure:45557: result: no
configure:45607: checking for XML_ParserCreate in -lexpat
configure:45642: gcc -o conftest -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c -lexpat >&5
/usr/bin/ld: cannot find -lexpat
configure:45648: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_NET_IF_PPP_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_FLOCK 1
| #define HAVE_USLEEP 1
| #define HAVE_USLEEP_PROTO 1
| #define HAVE_SOCKET 1
| #define HAVE_STRDUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_TZSET 1
| #define HAVE_SETENV 1
| #define HAVE_SETENV_PROTO 1
| #define HAVE_UNSETENV 1
| #define HAVE_UNSETENV_PROTO 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_GETDOMAINNAME_PROTO 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTNAME_PROTO 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_SLP 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_GL 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_KNOTIFYDIALOG_H 1
| #define XMLLINT "/usr/local/bin/xmllint"
| #define HAVE_XSLT 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SQLITE_PTR_SZ SIZEOF_CHAR_P
| #define HAVE_XRENDER 1
| #define HAVE_TGMATH_H 1
| #define HAVE_XSCREENSAVER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_SSL 1
| #define LIBIDN 1
| #define HAVE_GLIB 1
| #define MSN_WEBCAM 1
| #define PRODUCTION_BUILD 1
| #define PRODUCTION 1
| #define POSIX 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char XML_ParserCreate ();
| int
| main ()
| {
| return XML_ParserCreate ();
| ;
| return 0;
| }
configure:45682: result: no
configure:45693: WARNING: Expat is required to build Jabber Jingle voice support. You can get it from http://expat.sourceforge.net/
configure:45712: checking alsa/asoundlib.h usability
configure:45729: gcc -c -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c >&5
conftest.c:129:28: alsa/asoundlib.h: No such file or directory
configure:45735: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_NET_IF_PPP_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_FLOCK 1
| #define HAVE_USLEEP 1
| #define HAVE_USLEEP_PROTO 1
| #define HAVE_SOCKET 1
| #define HAVE_STRDUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_TZSET 1
| #define HAVE_SETENV 1
| #define HAVE_SETENV_PROTO 1
| #define HAVE_UNSETENV 1
| #define HAVE_UNSETENV_PROTO 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_GETDOMAINNAME_PROTO 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTNAME_PROTO 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_SLP 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_GL 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_KNOTIFYDIALOG_H 1
| #define XMLLINT "/usr/local/bin/xmllint"
| #define HAVE_XSLT 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SQLITE_PTR_SZ SIZEOF_CHAR_P
| #define HAVE_XRENDER 1
| #define HAVE_TGMATH_H 1
| #define HAVE_XSCREENSAVER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_SSL 1
| #define LIBIDN 1
| #define HAVE_GLIB 1
| #define MSN_WEBCAM 1
| #define PRODUCTION_BUILD 1
| #define PRODUCTION 1
| #define POSIX 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <alsa/asoundlib.h>
configure:45766: result: no
configure:45770: checking alsa/asoundlib.h presence
configure:45785: gcc -E -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c
conftest.c:96:28: alsa/asoundlib.h: No such file or directory
configure:45791: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_NET_IF_PPP_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_FLOCK 1
| #define HAVE_USLEEP 1
| #define HAVE_USLEEP_PROTO 1
| #define HAVE_SOCKET 1
| #define HAVE_STRDUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_TZSET 1
| #define HAVE_SETENV 1
| #define HAVE_SETENV_PROTO 1
| #define HAVE_UNSETENV 1
| #define HAVE_UNSETENV_PROTO 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_GETDOMAINNAME_PROTO 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTNAME_PROTO 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_SLP 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_GL 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_KNOTIFYDIALOG_H 1
| #define XMLLINT "/usr/local/bin/xmllint"
| #define HAVE_XSLT 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SQLITE_PTR_SZ SIZEOF_CHAR_P
| #define HAVE_XRENDER 1
| #define HAVE_TGMATH_H 1
| #define HAVE_XSCREENSAVER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_SSL 1
| #define LIBIDN 1
| #define HAVE_GLIB 1
| #define MSN_WEBCAM 1
| #define PRODUCTION_BUILD 1
| #define PRODUCTION 1
| #define POSIX 1
| /* end confdefs.h. */
| #include <alsa/asoundlib.h>
configure:45812: result: no
configure:45840: checking for alsa/asoundlib.h
configure:45848: result: no
configure:46009: checking for ortp
configure:46053: WARNING: oRTP is required to build Jabber Jingle voice support. You can get it from http://www.linphone.org/ortp/
configure:46123: checking for speex
configure:46127: result: yes
configure:46131: checking SPEEX_CFLAGS
configure:46134: result: -I/usr/local/include
configure:46137: checking SPEEX_LIBS
configure:46140: result: -L/usr/local/lib -lspeex -logg
configure:46180: checking speex.h usability
configure:46197: gcc -c -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c >&5
conftest.c:129:19: speex.h: No such file or directory
configure:46203: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_NET_IF_PPP_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_FLOCK 1
| #define HAVE_USLEEP 1
| #define HAVE_USLEEP_PROTO 1
| #define HAVE_SOCKET 1
| #define HAVE_STRDUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_TZSET 1
| #define HAVE_SETENV 1
| #define HAVE_SETENV_PROTO 1
| #define HAVE_UNSETENV 1
| #define HAVE_UNSETENV_PROTO 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_GETDOMAINNAME_PROTO 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTNAME_PROTO 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_SLP 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_GL 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_KNOTIFYDIALOG_H 1
| #define XMLLINT "/usr/local/bin/xmllint"
| #define HAVE_XSLT 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SQLITE_PTR_SZ SIZEOF_CHAR_P
| #define HAVE_XRENDER 1
| #define HAVE_TGMATH_H 1
| #define HAVE_XSCREENSAVER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_SSL 1
| #define LIBIDN 1
| #define HAVE_GLIB 1
| #define MSN_WEBCAM 1
| #define PRODUCTION_BUILD 1
| #define PRODUCTION 1
| #define POSIX 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <speex.h>
configure:46234: result: no
configure:46238: checking speex.h presence
configure:46253: gcc -E -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c
conftest.c:96:19: speex.h: No such file or directory
configure:46259: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_NET_IF_PPP_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_FLOCK 1
| #define HAVE_USLEEP 1
| #define HAVE_USLEEP_PROTO 1
| #define HAVE_SOCKET 1
| #define HAVE_STRDUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_TZSET 1
| #define HAVE_SETENV 1
| #define HAVE_SETENV_PROTO 1
| #define HAVE_UNSETENV 1
| #define HAVE_UNSETENV_PROTO 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_GETDOMAINNAME_PROTO 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTNAME_PROTO 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_SLP 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_GL 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_KNOTIFYDIALOG_H 1
| #define XMLLINT "/usr/local/bin/xmllint"
| #define HAVE_XSLT 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SQLITE_PTR_SZ SIZEOF_CHAR_P
| #define HAVE_XRENDER 1
| #define HAVE_TGMATH_H 1
| #define HAVE_XSCREENSAVER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_SSL 1
| #define LIBIDN 1
| #define HAVE_GLIB 1
| #define MSN_WEBCAM 1
| #define PRODUCTION_BUILD 1
| #define PRODUCTION 1
| #define POSIX 1
| /* end confdefs.h. */
| #include <speex.h>
configure:46280: result: no
configure:46308: checking for speex.h
configure:46316: result: no
configure:46428: checking speex/speex.h usability
configure:46445: gcc -c -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c >&5
conftest.c:129:25: speex/speex.h: No such file or directory
configure:46451: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_NET_IF_PPP_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_FLOCK 1
| #define HAVE_USLEEP 1
| #define HAVE_USLEEP_PROTO 1
| #define HAVE_SOCKET 1
| #define HAVE_STRDUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_TZSET 1
| #define HAVE_SETENV 1
| #define HAVE_SETENV_PROTO 1
| #define HAVE_UNSETENV 1
| #define HAVE_UNSETENV_PROTO 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_GETDOMAINNAME_PROTO 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTNAME_PROTO 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_SLP 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_GL 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_KNOTIFYDIALOG_H 1
| #define XMLLINT "/usr/local/bin/xmllint"
| #define HAVE_XSLT 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SQLITE_PTR_SZ SIZEOF_CHAR_P
| #define HAVE_XRENDER 1
| #define HAVE_TGMATH_H 1
| #define HAVE_XSCREENSAVER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_SSL 1
| #define LIBIDN 1
| #define HAVE_GLIB 1
| #define MSN_WEBCAM 1
| #define PRODUCTION_BUILD 1
| #define PRODUCTION 1
| #define POSIX 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <speex/speex.h>
configure:46482: result: no
configure:46486: checking speex/speex.h presence
configure:46501: gcc -E -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c
conftest.c:96:25: speex/speex.h: No such file or directory
configure:46507: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kopete-0.12.2"
| #define VERSION "3.5.4"
| #define KDELIBSUFF ""
| #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 HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_NET_IF_PPP_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_FLOCK 1
| #define HAVE_USLEEP 1
| #define HAVE_USLEEP_PROTO 1
| #define HAVE_SOCKET 1
| #define HAVE_STRDUP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_TZSET 1
| #define HAVE_SETENV 1
| #define HAVE_SETENV_PROTO 1
| #define HAVE_UNSETENV 1
| #define HAVE_UNSETENV_PROTO 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_GETDOMAINNAME_PROTO 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTNAME_PROTO 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_SLP 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_GL 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_KNOTIFYDIALOG_H 1
| #define XMLLINT "/usr/local/bin/xmllint"
| #define HAVE_XSLT 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SQLITE_PTR_SZ SIZEOF_CHAR_P
| #define HAVE_XRENDER 1
| #define HAVE_TGMATH_H 1
| #define HAVE_XSCREENSAVER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_SSL 1
| #define LIBIDN 1
| #define HAVE_GLIB 1
| #define MSN_WEBCAM 1
| #define PRODUCTION_BUILD 1
| #define PRODUCTION 1
| #define POSIX 1
| /* end confdefs.h. */
| #include <speex/speex.h>
configure:46528: result: no
configure:46556: checking for speex/speex.h
configure:46564: result: no
configure:46663: WARNING: Could not find a libspeex version that have the speex_encode_int() function. Please install libspeex=1.0.5 or libspeex>=1.1.6 from http://www.speex.org/
configure:46726: checking whether byte ordering is bigendian
configure:46993: result: no
configure:47012: checking for an ANSI C-conforming const
configure:47087: gcc -c -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c >&5
configure:47093: $? = 0
configure:47100: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:47103: $? = 0
configure:47110: test -s conftest.o
configure:47113: $? = 0
configure:47125: result: yes
configure:47135: checking for inline
configure:47161: gcc -c -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c >&5
configure:47167: $? = 0
configure:47174: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:47177: $? = 0
configure:47184: test -s conftest.o
configure:47187: $? = 0
configure:47202: result: inline
configure:47221: checking for size_t
configure:47289: result: yes
configure:47301: checking whether struct tm is in sys/time.h or time.h
configure:47329: gcc -c -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c >&5
configure:47335: $? = 0
configure:47342: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:47345: $? = 0
configure:47352: test -s conftest.o
configure:47355: $? = 0
configure:47367: result: time.h
configure:47378: checking for uint8_t
configure:47408: gcc -c -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c >&5
configure:47414: $? = 0
configure:47421: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:47424: $? = 0
configure:47431: test -s conftest.o
configure:47434: $? = 0
configure:47446: result: yes
configure:47458: checking for uint32_t
configure:47488: gcc -c -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c >&5
configure:47494: $? = 0
configure:47501: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:47504: $? = 0
configure:47511: test -s conftest.o
configure:47514: $? = 0
configure:47526: result: yes
configure:47538: checking for uint64_t
configure:47568: gcc -c -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c >&5
configure:47574: $? = 0
configure:47581: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:47584: $? = 0
configure:47591: test -s conftest.o
configure:47594: $? = 0
configure:47606: result: yes
configure:47623: checking for strerror
configure:47679: gcc -o conftest -O2 -DQT_THREAD_SUPPORT -D_THREAD_SAFE conftest.c >&5
configure:47685: $? = 0
configure:47692: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:47695: $? = 0
configure:47702: test -s conftest
configure:47705: $? = 0
configure:47719: result: yes
configure:47782: checking if kopete should be compiled
configure:47794: result: yes
configure:48408: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.60. Invocation command line was

CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status

on PCBSD.localhost

config.status:1042: creating Makefile
config.status:1042: creating kopete/Makefile
config.status:1042: creating kopete/icons/Makefile
config.status:1042: creating kopete/kopete/Makefile
config.status:1042: creating kopete/kopete/addaccountwizard/Makefile
config.status:1042: creating kopete/kopete/addcontactwizard/Makefile
config.status:1042: creating kopete/kopete/chatwindow/Makefile
config.status:1042: creating kopete/kopete/chatwindow/tests/Makefile
config.status:1042: creating kopete/kopete/config/Makefile
config.status:1042: creating kopete/kopete/config/accounts/Makefile
config.status:1042: creating kopete/kopete/config/appearance/Makefile
config.status:1042: creating kopete/kopete/config/avdevice/Makefile
config.status:1042: creating kopete/kopete/config/behavior/Makefile
config.status:1042: creating kopete/kopete/config/identity/Makefile
config.status:1042: creating kopete/kopete/config/plugins/Makefile
config.status:1042: creating kopete/kopete/contactlist/Makefile
config.status:1042: creating kopete/kopete/kconf_update/Makefile
config.status:1042: creating kopete/libkopete/Makefile
config.status:1042: creating kopete/libkopete/avdevice/Makefile
config.status:1042: creating kopete/libkopete/compat/Makefile
config.status:1042: creating kopete/libkopete/private/Makefile
config.status:1042: creating kopete/libkopete/tests/Makefile
config.status:1042: creating kopete/libkopete/tests/mock/Makefile
config.status:1042: creating kopete/libkopete/ui/Makefile
config.status:1042: creating kopete/plugins/Makefile
config.status:1042: creating kopete/plugins/addbookmarks/Makefile
config.status:1042: creating kopete/plugins/alias/Makefile
config.status:1042: creating kopete/plugins/autoreplace/Makefile
config.status:1042: creating kopete/plugins/autoreplace/icons/Makefile
config.status:1042: creating kopete/plugins/connectionstatus/Makefile
config.status:1042: creating kopete/plugins/contactnotes/Makefile
config.status:1042: creating kopete/plugins/cryptography/Makefile
config.status:1042: creating kopete/plugins/cryptography/icons/Makefile
config.status:1042: creating kopete/plugins/highlight/Makefile
config.status:1042: creating kopete/plugins/highlight/icons/Makefile
config.status:1042: creating kopete/plugins/history/Makefile
config.status:1042: creating kopete/plugins/latex/Makefile
config.status:1042: creating kopete/plugins/latex/icons/Makefile
config.status:1042: creating kopete/plugins/motionautoaway/Makefile
config.status:1042: creating kopete/plugins/netmeeting/Makefile
config.status:1042: creating kopete/plugins/nowlistening/Makefile
config.status:1042: creating kopete/plugins/smpppdcs/Makefile
config.status:1042: creating kopete/plugins/smpppdcs/icons/Makefile
config.status:1042: creating kopete/plugins/smpppdcs/libsmpppdclient/Makefile
config.status:1042: creating kopete/plugins/smpppdcs/unittest/Makefile
config.status:1042: creating kopete/plugins/statistics/Makefile
config.status:1042: creating kopete/plugins/statistics/sqlite/Makefile
config.status:1042: creating kopete/plugins/texteffect/Makefile
config.status:1042: creating kopete/plugins/texteffect/icons/Makefile
config.status:1042: creating kopete/plugins/translator/Makefile
config.status:1042: creating kopete/plugins/webpresence/Makefile
config.status:1042: creating kopete/protocols/Makefile
config.status:1042: creating kopete/protocols/gadu/Makefile
config.status:1042: creating kopete/protocols/gadu/icons/Makefile
config.status:1042: creating kopete/protocols/gadu/libgadu/Makefile
config.status:1042: creating kopete/protocols/gadu/ui/Makefile
config.status:1042: creating kopete/protocols/groupwise/Makefile
config.status:1042: creating kopete/protocols/groupwise/icons/Makefile
config.status:1042: creating kopete/protocols/groupwise/libgroupwise/Makefile
config.status:1042: creating kopete/protocols/groupwise/libgroupwise/qca/Makefile
config.status:1042: creating kopete/protocols/groupwise/libgroupwise/qca/src/Makefile
config.status:1042: creating kopete/protocols/groupwise/libgroupwise/tasks/Makefile
config.status:1042: creating kopete/protocols/groupwise/libgroupwise/tasks/tests/Makefile
config.status:1042: creating kopete/protocols/groupwise/libgroupwise/tests/Makefile
config.status:1042: creating kopete/protocols/groupwise/ui/Makefile
config.status:1042: creating kopete/protocols/irc/Makefile
config.status:1042: creating kopete/protocols/irc/icons/Makefile
config.status:1042: creating kopete/protocols/irc/libkirc/Makefile
config.status:1042: creating kopete/protocols/irc/ui/Makefile
config.status:1042: creating kopete/protocols/jabber/Makefile
config.status:1042: creating kopete/protocols/jabber/icons/Makefile
config.status:1042: creating kopete/protocols/jabber/jingle/Makefile
config.status:1042: creating kopete/protocols/jabber/jingle/libjingle/Makefile
config.status:1042: creating kopete/protocols/jabber/jingle/libjingle/talk/Makefile
config.status:1042: creating kopete/protocols/jabber/jingle/libjingle/talk/base/Makefile
config.status:1042: creating kopete/protocols/jabber/jingle/libjingle/talk/examples/Makefile
config.status:1042: creating kopete/protocols/jabber/jingle/libjingle/talk/examples/call/Makefile
config.status:1042: creating kopete/protocols/jabber/jingle/libjingle/talk/examples/login/Makefile
config.status:1042: creating kopete/protocols/jabber/jingle/libjingle/talk/p2p/Makefile
config.status:1042: creating kopete/protocols/jabber/jingle/libjingle/talk/p2p/base/Makefile
config.status:1042: creating kopete/protocols/jabber/jingle/libjingle/talk/p2p/client/Makefile
config.status:1042: creating kopete/protocols/jabber/jingle/libjingle/talk/session/Makefile
config.status:1042: creating kopete/protocols/jabber/jingle/libjingle/talk/session/phone/Makefile
config.status:1042: creating kopete/protocols/jabber/jingle/libjingle/talk/third_party/Makefile
config.status:1042: creating kopete/protocols/jabber/jingle/libjingle/talk/third_party/mediastreamer/Makefile
config.status:1042: creating kopete/protocols/jabber/jingle/libjingle/talk/xmllite/Makefile
config.status:1042: creating kopete/protocols/jabber/jingle/libjingle/talk/xmpp/Makefile
config.status:1042: creating kopete/protocols/jabber/kioslave/Makefile
config.status:1042: creating kopete/protocols/jabber/libiris/Makefile
config.status:1042: creating kopete/protocols/jabber/libiris/cutestuff/Makefile
config.status:1042: creating kopete/protocols/jabber/libiris/cutestuff/network/Makefile
config.status:1042: creating kopete/protocols/jabber/libiris/cutestuff/util/Makefile
config.status:1042: creating kopete/protocols/jabber/libiris/iris/Makefile
config.status:1042: creating kopete/protocols/jabber/libiris/iris/include/Makefile
config.status:1042: creating kopete/protocols/jabber/libiris/iris/jabber/Makefile
config.status:1042: creating kopete/protocols/jabber/libiris/iris/xmpp-core/Makefile
config.status:1042: creating kopete/protocols/jabber/libiris/iris/xmpp-im/Makefile
config.status:1042: creating kopete/protocols/jabber/libiris/qca/Makefile
config.status:1042: creating kopete/protocols/jabber/libiris/qca/src/Makefile
config.status:1042: creating kopete/protocols/jabber/ui/Makefile
config.status:1042: creating kopete/protocols/meanwhile/Makefile
config.status:1042: creating kopete/protocols/meanwhile/icons/Makefile
config.status:1042: creating kopete/protocols/meanwhile/ui/Makefile
config.status:1042: creating kopete/protocols/msn/Makefile
config.status:1042: creating kopete/protocols/msn/config/Makefile
config.status:1042: creating kopete/protocols/msn/icons/Makefile
config.status:1042: creating kopete/protocols/msn/ui/Makefile
config.status:1042: creating kopete/protocols/msn/webcam/Makefile
config.status:1042: creating kopete/protocols/msn/webcam/libmimic/Makefile
config.status:1042: creating kopete/protocols/oscar/Makefile
config.status:1042: creating kopete/protocols/oscar/aim/Makefile
config.status:1042: creating kopete/protocols/oscar/aim/ui/Makefile
config.status:1042: creating kopete/protocols/oscar/icons/Makefile
config.status:1042: creating kopete/protocols/oscar/icq/Makefile
config.status:1042: creating kopete/protocols/oscar/icq/ui/Makefile
config.status:1042: creating kopete/protocols/oscar/liboscar/Makefile
config.status:1042: creating kopete/protocols/oscar/liboscar/tests/Makefile
config.status:1042: creating kopete/protocols/sms/Makefile
config.status:1042: creating kopete/protocols/sms/icons/Makefile
config.status:1042: creating kopete/protocols/sms/services/Makefile
config.status:1042: creating kopete/protocols/sms/ui/Makefile
config.status:1042: creating kopete/protocols/testbed/Makefile
config.status:1042: creating kopete/protocols/testbed/icons/Makefile
config.status:1042: creating kopete/protocols/testbed/ui/Makefile
config.status:1042: creating kopete/protocols/winpopup/Makefile
config.status:1042: creating kopete/protocols/winpopup/icons/Makefile
config.status:1042: creating kopete/protocols/winpopup/libwinpopup/Makefile
config.status:1042: creating kopete/protocols/winpopup/ui/Makefile
config.status:1042: creating kopete/protocols/yahoo/Makefile
config.status:1042: creating kopete/protocols/yahoo/icons/Makefile
config.status:1042: creating kopete/protocols/yahoo/libkyahoo/Makefile
config.status:1042: creating kopete/protocols/yahoo/libkyahoo/tests/Makefile
config.status:1042: creating kopete/protocols/yahoo/ui/Makefile
config.status:1042: creating kopete/sounds/Makefile
config.status:1042: creating kopete/styles/Makefile
config.status:1042: creating kopete/styles/Clean/Makefile
config.status:1042: creating kopete/styles/Clean/Contents/Makefile
config.status:1042: creating kopete/styles/Clean/Contents/Resources/Makefile
config.status:1042: creating kopete/styles/Clean/Contents/Resources/Incoming/Makefile
config.status:1042: creating kopete/styles/Clean/Contents/Resources/Outgoing/Makefile
config.status:1042: creating kopete/styles/Clean/Contents/Resources/images/Makefile
config.status:1042: creating kopete/styles/Clear/Makefile
config.status:1042: creating kopete/styles/Clear/Contents/Makefile
config.status:1042: creating kopete/styles/Clear/Contents/Resources/Makefile
config.status:1042: creating kopete/styles/Clear/Contents/Resources/Incoming/Makefile
config.status:1042: creating kopete/styles/Clear/Contents/Resources/Outgoing/Makefile
config.status:1042: creating kopete/styles/Clear/Contents/Resources/images/Makefile
config.status:1042: creating kopete/styles/Gaim/Makefile
config.status:1042: creating kopete/styles/Gaim/Contents/Makefile
config.status:1042: creating kopete/styles/Gaim/Contents/Resources/Makefile
config.status:1042: creating kopete/styles/Gaim/Contents/Resources/Incoming/Makefile
config.status:1042: creating kopete/styles/Gaim/Contents/Resources/Outgoing/Makefile
config.status:1042: creating kopete/styles/Gaim/Contents/Resources/Variants/Makefile
config.status:1042: creating kopete/styles/Hacker/Makefile
config.status:1042: creating kopete/styles/Hacker/Contents/Makefile
config.status:1042: creating kopete/styles/Hacker/Contents/Resources/Makefile
config.status:1042: creating kopete/styles/Hacker/Contents/Resources/Incoming/Makefile
config.status:1042: creating kopete/styles/Hacker/Contents/Resources/Outgoing/Makefile
config.status:1042: creating kopete/styles/Hacker/Contents/Resources/Variants/Makefile
config.status:1042: creating kopete/styles/Hacker/Contents/Resources/images/Makefile
config.status:1042: creating kopete/styles/Konqi/Makefile
config.status:1042: creating kopete/styles/Konqi/Contents/Makefile
config.status:1042: creating kopete/styles/Konqi/Contents/Resources/Makefile
config.status:1042: creating kopete/styles/Konqi/Contents/Resources/Incoming/Makefile
config.status:1042: creating kopete/styles/Konqi/Contents/Resources/Outgoing/Makefile
config.status:1042: creating kopete/styles/Konqi/Contents/Resources/Variants/Makefile
config.status:1042: creating kopete/styles/Konqi/Contents/Resources/Variants/konqui/Makefile
config.status:1042: creating kopete/styles/Kopete/Makefile
config.status:1042: creating kopete/styles/Kopete/Contents/Makefile
config.status:1042: creating kopete/styles/Kopete/Contents/Resources/Makefile
config.status:1042: creating kopete/styles/Kopete/Contents/Resources/Incoming/Makefile
config.status:1042: creating kopete/styles/Kopete/Contents/Resources/Outgoing/Makefile
config.status:1042: creating kopete/styles/Kopete/Contents/Resources/Variants/Makefile
config.status:1042: creating kopete/styles/Kopete/Contents/Resources/images/Makefile
config.status:1042: creating kopete/styles/Retropete/Makefile
config.status:1042: creating kopete/styles/Retropete/Contents/Makefile
config.status:1042: creating kopete/styles/Retropete/Contents/Resources/Makefile
config.status:1042: creating kopete/styles/Retropete/Contents/Resources/Incoming/Makefile
config.status:1042: creating kopete/styles/Retropete/Contents/Resources/Outgoing/Makefile
config.status:1042: creating config.h
config.status:1347: config.h is unchanged
config.status:1393: executing depfiles commands

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

ac_cv_build=i386-unknown-freebsd6.1
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
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_XMKMF_set=
ac_cv_env_XMKMF_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_f77_compiler_gnu=yes
ac_cv_func__NSGetEnviron=no
ac_cv_func__va_copy=no
ac_cv_func_connect=yes
ac_cv_func_dlopen=yes
ac_cv_func_fabsl=no
ac_cv_func_flock=yes
ac_cv_func_inet_ntoa=yes
ac_cv_func_remove=yes
ac_cv_func_res_init=yes
ac_cv_func_shl_load=no
ac_cv_func_shmat=yes
ac_cv_func_snprintf=yes
ac_cv_func_socket=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_tzset=yes
ac_cv_func_va_copy=no
ac_cv_func_vsnprintf=yes
ac_cv_have_gl=yes
ac_cv_have_kde='have_kde=yes ac_kde_includes=/usr/local/include ac_kde_libraries=/usr/local/lib'
ac_cv_have_qt='have_qt=yes ac_qt_includes=/usr/X11R6/include ac_qt_libraries=/usr/X11R6/lib'
ac_cv_have_ssl='have_ssl=yes ac_ssl_includes=/usr/include ac_ssl_libraries=/usr/lib ac_ssl_rsaref=no'
ac_cv_have_xmms=no
ac_cv_header_Carbon_Carbon_h=no
ac_cv_header_CoreAudio_CoreAudio_h=no
ac_cv_header_X11_extensions_Xrender_h=yes
ac_cv_header_X11_extensions_scrnsaver_h=yes
ac_cv_header_alsa_asoundlib_h=no
ac_cv_header_asm_param_h=no
ac_cv_header_byteswap_h=no
ac_cv_header_crt_externs_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_fnmatch_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_gsmlib_gsm_util_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_knotifydialog_h=yes
ac_cv_header_linux_if_ppp_h=no
ac_cv_header_linux_tcp_h=no
ac_cv_header_memory_h=yes
ac_cv_header_net_errno_h=no
ac_cv_header_net_if_ppp_h=yes
ac_cv_header_paths_h=yes
ac_cv_header_re_comp_h=no
ac_cv_header_resolv_h=yes
ac_cv_header_speex_h=no
ac_cv_header_speex_speex_h=no
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_bitypes_h=no
ac_cv_header_sys_cdefs_h=yes
ac_cv_header_sys_file_h=yes
ac_cv_header_sys_sockio_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sysent_h=no
ac_cv_header_tgmath_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_utmp_h=yes
ac_cv_host=i386-unknown-freebsd6.1
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_Xext_XScreenSaverQueryInfo=no
ac_cv_lib_Xrender_XRenderComposite=yes
ac_cv_lib_Xss_XScreenSaverQueryInfo=yes
ac_cv_lib_compat_main=yes
ac_cv_lib_crypt_crypt=yes
ac_cv_lib_dl_dlopen=no
ac_cv_lib_dld_shl_load=no
ac_cv_lib_dld_shl_unload=no
ac_cv_lib_dnet_dnet_ntoa=no
ac_cv_lib_dnet_stub_dnet_ntoa=no
ac_cv_lib_expat_XML_ParserCreate=no
ac_cv_lib_jpeg_6b=no
ac_cv_lib_jpeg_normal=no
ac_cv_lib_png=no
ac_cv_lib_poll_poll=no
ac_cv_lib_pthread_pthread_create=yes
ac_cv_lib_ucb_killpg=no
ac_cv_lib_util_main=yes
ac_cv_lib_z=-lz
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GMSGFMT=/usr/local/bin/msgfmt
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_MSGFMT=/usr/local/bin/msgfmt
ac_cv_path_PKG_CONFIG=/usr/local/bin/pkg-config
ac_cv_path_XGETTEXT=/usr/local/bin/xgettext
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=nawk
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_F77=f77
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_f77_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_sizeof_char_p=4
ac_cv_sizeof_int=4
ac_cv_sizeof_long=4
ac_cv_sizeof_short=2
ac_cv_sizeof_size_t=4
ac_cv_sizeof_unsigned_long=4
ac_cv_ssl_version=ssl_version=ok
ac_cv_struct_tm=time.h
ac_cv_struct_tm_gmtoff=yes
ac_cv_sys_file_offset_bits=no
ac_cv_sys_large_files=no
ac_cv_sys_largefile_CC=no
ac_cv_target=i386-unknown-freebsd6.1
ac_cv_type_char_p=yes
ac_cv_type_int=yes
ac_cv_type_long=yes
ac_cv_type_short=yes
ac_cv_type_size_t=yes
ac_cv_type_uint32_t=yes
ac_cv_type_uint64_t=yes
ac_cv_type_uint8_t=yes
ac_cv_type_unsigned_long=yes
ac_cv_var_timezone=no
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
kde_cv_all_paths='kde_have_all_paths="yes" kde_htmldir="\${datadir}/doc/HTML" kde_appsdir="\${datadir}/applnk" kde_icondir="\${datadir}/icons" kde_sounddir="\${datadir}/sounds" kde_datadir="\${datadir}/apps" kde_locale="\${datadir}/locale" kde_cgidir="\${exec_prefix}/cgi-bin" kde_confdir="\${datadir}/config" kde_kcfgdir="\${datadir}/config.kcfg" kde_mimedir="\${datadir}/mimelnk" kde_toolbardir="\${datadir}/toolbar" kde_wallpaperdir="\${datadir}/wallpapers" kde_templatesdir="\${datadir}/templates" kde_bindir="\${exec_prefix}/bin" kde_servicesdir="\${datadir}/services" kde_servicetypesdir="\${datadir}/servicetypes" kde_moduledir="\${libdir}/kde3" kde_styledir="\${libdir}/kde3/plugins/styles" kde_widgetdir="/usr/local/lib/kde3/plugins/designer" xdg_appsdir="\${datadir}/applications/kde" xdg_menudir="\${sysconfdir}/xdg/menus" xdg_directorydir="\${datadir}/desktop-directories" kde_result=defaults'
kde_cv_c_long_long=yes
kde_cv_func_getdomainname=yes
kde_cv_func_gethostname=yes
kde_cv_func_res_init=yes
kde_cv_func_setenv=yes
kde_cv_func_strlcat=yes
kde_cv_func_strlcpy=yes
kde_cv_func_unsetenv=yes
kde_cv_func_usleep=yes
kde_cv_have_libXext=yes
kde_cv_have_x='have_x=yes kde_x_includes=/usr/X11R6/include kde_x_libraries=/usr/X11R6/lib'
kde_cv_opt_noinline_match=irrelevant
kde_cv_path=/usr/local/bin/xslt-config
kde_cv_path_artsc_config=/usr/local/bin/artsc-config
kde_cv_path_dcopidl2cpp=/usr/local/bin/dcopidl2cpp
kde_cv_path_dcopidl=/usr/local/bin/dcopidl
kde_cv_path_dcopidlng=/usr/local/bin/dcopidlng
kde_cv_path_dot=NONE
kde_cv_path_doxygen=NONE
kde_cv_path_kconfig_compiler=/usr/local/bin/kconfig_compiler
kde_cv_path_kde_config=/usr/local/bin/kde-config
kde_cv_path_makekdewidgets=/usr/local/bin/makekdewidgets
kde_cv_path_mcopidl=/usr/local/bin/mcopidl
kde_cv_path_meinproc=/usr/local/bin/meinproc
kde_cv_path_moc=/usr/X11R6/bin/moc
kde_cv_path_perl=/usr/local/bin/perl
kde_cv_path_uic=/usr/X11R6/bin/uic
kde_cv_path_xml2_config=/usr/local/bin/xml2-config
kde_cv_path_xmllint=/usr/local/bin/xmllint
kde_cv_path_xslt_config=/usr/local/bin/xslt-config
kde_cv_prog_cxx_O0=yes
kde_cv_prog_cxx_Wno_long_long=yes
kde_cv_prog_cxx_Wno_non_virtual_dtor=yes
kde_cv_prog_cxx_Wundef=yes
kde_cv_prog_cxx_fexceptions=yes
kde_cv_prog_cxx_fno_check_new=yes
kde_cv_prog_cxx_fno_common=yes
kde_cv_prog_cxx_fno_exceptions=yes
kde_cv_prog_cxx_fno_reorder_blocks=yes
kde_cv_prog_cxx_shared=yes
kde_cv_prog_uic_L=yes
kde_cv_prog_uic_nounload=yes
kde_cv_proto_getdomainname=no
kde_cv_proto_gethostname=no
kde_cv_proto_res_init=no
kde_cv_proto_setenv=no
kde_cv_proto_strlcat=no
kde_cv_proto_strlcpy=no
kde_cv_proto_unsetenv=no
kde_cv_proto_usleep=no
kde_cv_socklen_t=yes
kde_cv_socklen_t_equiv=socklen_t
kde_cv_stl_works=yes
kde_cv_uic_plugins=yes
kde_cv_val_pie_support=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=
lt_cv_dlopen_self=yes
lt_cv_dlopen_self_static=yes
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/bin/ld
lt_cv_path_LDCXX=/usr/bin/ld
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_c_o_F77=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/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/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=65536
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_prog_compiler_c_o_F77='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGISTW][ABCDGISTW]*\\)[ ][ ]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/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/adrien/unzipped/kopete-0.12.2/admin/missing --run aclocal-1.9'
ALSA_LIBS=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/adrien/unzipped/kopete-0.12.2/admin/missing --run tar'
AR='ar'
ARTSCCONFIG='/usr/local/bin/artsc-config'
AUTOCONF='$(SHELL) $(top_srcdir)/admin/cvs.sh configure || touch configure'
AUTODIRS=''
AUTOHEADER='${SHELL} /home/adrien/unzipped/kopete-0.12.2/admin/missing --run autoheader'
AUTOMAKE='${SHELL} /home/adrien/unzipped/kopete-0.12.2/admin/missing --run automake-1.9'
AWK='nawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-O2 '
COMPILE_GADU='true'
CONF_FILES=' $(top_srcdir)/./admin/configure.in.min $(top_srcdir)/configure.in.in $(top_srcdir)/./kopete/configure.in.in $(top_srcdir)/./kopete/kopete/contactlist/configure.in.in $(top_srcdir)/./kopete/libkopete/configure.in.in $(top_srcdir)/./kopete/plugins/motionautoaway/configure.in.in $(top_srcdir)/./kopete/plugins/nowlistening/configure.in.in $(top_srcdir)/./kopete/protocols/configure.in.bot $(top_srcdir)/./kopete/protocols/configure.in.in $(top_srcdir)/./kopete/protocols/jabber/jingle/configure.in.bot $(top_srcdir)/./kopete/protocols/jabber/jingle/configure.in.in $(top_srcdir)/./kopete/protocols/yahoo/libkyahoo/configure.in.in $(top_srcdir)/configure.in.bot'
CPP='gcc -E'
CPPFLAGS=' -DQT_THREAD_SUPPORT -D_THREAD_SAFE '
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION'
CYGPATH_W='echo'
DCOPIDL2CPP='/usr/local/bin/dcopidl2cpp'
DCOPIDL='/usr/local/bin/dcopidl'
DCOPIDLNG='/usr/local/bin/dcopidlng'
DCOP_DEPENDENCIES='$(DCOPIDL) $(DCOPIDLNG)'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DOXYGEN=''
DOXYGEN_PROJECT_NAME=''
DOXYGEN_PROJECT_NUMBER=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_PERMISSIVE_FLAG='-fpermissive'
EXEEXT=''
EXPAT_LIBS=''
F77='f77'
FFLAGS='-g -O2'
FRAMEWORK_COREAUDIO=''
GLIB_CFLAGS='-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include '
GLIB_LIBS='-Wl,--export-dynamic -L/usr/local/lib -lgmodule-2.0 -lglib-2.0 -liconv '
GLINC=''
GLLIB='-lGLU -lGL $(LIB_X11)'
GMSGFMT='/usr/local/bin/msgfmt'
GREP='/usr/bin/grep'
HAVE_GCC_VISIBILITY='0'
IDN_CFLAGS='-I/usr/local/include '
IDN_LIBS='-L/usr/local/lib -lidn '
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL} $(INSTALL_STRIP_FLAG)'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
KCFG_DEPENDENCIES='$(KCONFIG_COMPILER)'
KCONFIG_COMPILER='/usr/local/bin/kconfig_compiler'
KDECONFIG='/usr/local/bin/kde-config'
KDE_CHECK_PLUGIN='$(KDE_PLUGIN) -rpath $(libdir)'
KDE_EXTRA_RPATH=''
KDE_HAS_DOXYGEN='no'
KDE_HAVE_DOT='NO'
KDE_INCLUDES='-I/usr/local/include'
KDE_LDFLAGS='-L/usr/local/lib'
KDE_MT_LDFLAGS=''
KDE_MT_LIBS='-lpthread'
KDE_NO_UNDEFINED=''
KDE_PLUGIN='-avoid-version -module -no-undefined $(KDE_NO_UNDEFINED) $(KDE_RPATH) $(KDE_MT_LDFLAGS)'
KDE_RPATH='-R $(libdir) -R $(kde_libraries) -R $(qt_libraries) -R $(x_libraries)'
KDE_USE_CLOSURE_FALSE=''
KDE_USE_CLOSURE_TRUE='#'
KDE_USE_FINAL_FALSE=''
KDE_USE_FINAL_TRUE='#'
KDE_USE_FPIE='-fPIE'
KDE_USE_NMCHECK_FALSE=''
KDE_USE_NMCHECK_TRUE='#'
KDE_USE_PIE='-pie'
KDE_XSL_STYLESHEET='/usr/local/share/apps/ksgmltools2/customization/kde-chunk.xsl'
KOPETE_COMPAT_INCLUDES=''
KOPETE_INCLUDES='-I$(top_srcdir)/kopete/libkopete -I$(top_builddir)/kopete/libkopete -I$(top_srcdir)/kopete/libkopete/avdevice -I$(top_srcdir)/kopete/libkopete/ui -I$(top_builddir)/kopete/libkopete/ui'
LDFLAGS=''
LDFLAGS_AS_NEEDED=''
LDFLAGS_NEW_DTAGS=''
LIBCOMPAT='-lcompat'
LIBCRYPT='-lcrypt'
LIBDL=''
LIBGG_INCLUDES=''
LIBGG_LIBS=''
LIBJPEG=''
LIBOBJS=''
LIBPNG=''
LIBPTHREAD='-lpthread'
LIBRESOLV=''
LIBS=''
LIBSM='-lSM -lICE'
LIBSOCKET=''
LIBSSL='-lssl -lcrypto'
LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent'
LIBUCB=''
LIBUTIL='-lutil'
LIBXML_CFLAGS='-I/usr/local/include/libxml2 -I/usr/local/include'
LIBXML_LIBS='-L/usr/local/lib -lxml2 -lz -L/usr/local/lib -liconv -lm'
LIBXML_RPATH='-R/usr/local/lib -R/usr/local/lib'
LIBXSLT_CFLAGS='-I/usr/local/include -I/usr/local/include/libxml2'
LIBXSLT_LIBS='-L/usr/local/lib -lxslt -lxml2 -lz -liconv -lm'
LIBXSLT_RPATH='-R/usr/local/lib'
LIBZ='-lz'
LIB_KAB='-lkab'
LIB_KABC='-lkabc'
LIB_KDECORE='-lkdecore'
LIB_KDED=''
LIB_KDEPIM='-lkdepim'
LIB_KDEPRINT='-lkdeprint'
LIB_KDEUI='-lkdeui'
LIB_KDNSSD='-lkdnssd'
LIB_KFILE='-lkio'
LIB_KFM=''
LIB_KHTML='-lkhtml'
LIB_KIMPROXY='-lkimproxy'
LIB_KIO='-lkio'
LIB_KJS='-lkjs'
LIB_KNEWSTUFF='-lknewstuff'
LIB_KOPETECOMPAT=''
LIB_KPARTS='-lkparts'
LIB_KSPELL='-lkspell'
LIB_KSYCOCA='-lkio'
LIB_KUNITTEST='-lkunittest'
LIB_KUTILS='-lkutils'
LIB_POLL=''
LIB_QPE=''
LIB_QT='-lqt-mt $(LIBJPEG) $(LIBZ) $(LIBPNG) -lXext $(LIB_X11) $(LIBSM) -lpthread'
LIB_SLP='-lslp'
LIB_SMB='-lsmb'
LIB_X11='-lX11 $(LIBSOCKET)'
LIB_XEXT='-lXext'
LIB_XRENDER='-lXrender'
LIB_XSS='-lXss'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/adrien/unzipped/kopete-0.12.2/admin/missing --run makeinfo'
MAKEKDEWIDGETS='/usr/local/bin/makekdewidgets'
MCOPIDL='/usr/local/bin/mcopidl'
MEANWHILE_CFLAGS=''
MEANWHILE_LIBS=''
MEINPROC='/usr/local/bin/meinproc'
MOC='/usr/X11R6/bin/moc'
MSGFMT='/usr/local/bin/msgfmt'
NOOPT_CFLAGS='-O0'
NOOPT_CXXFLAGS='-O0'
OBJEXT='o'
ORTP_CFLAGS=''
ORTP_LIBS=''
PACKAGE='kopete-0.12.2'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PERL='/usr/local/bin/perl'
PKG_CONFIG='/usr/local/bin/pkg-config'
QTDOCDIR='/usr/X11R6/share/doc/qt/html'
QTE_NORTTI=''
QT_INCLUDES=''
QT_LDFLAGS=''
RANLIB='ranlib'
SAMPLE_CLIENT_FALSE=''
SAMPLE_CLIENT_TRUE='#'
SET_MAKE=''
SHELL='/usr/local/bin/bash'
SPEEX_CFLAGS='-I/usr/local/include '
SPEEX_LIBS='-L/usr/local/lib -lspeex -logg '
SSL_INCLUDES=''
SSL_LDFLAGS=''
STRIP='strip'
TOPSUBDIRS=' kopete'
UIC='/usr/X11R6/bin/uic -L $(kde_widgetdir) -nounload'
UIC_TR='tr2i18n'
USER_INCLUDES=''
USER_LDFLAGS=''
USE_EXCEPTIONS='-fexceptions'
USE_RTTI=''
USE_THREADS=''
VERSION='3.5.4'
WOVERLOADED_VIRTUAL=''
XGETTEXT='/usr/local/bin/xgettext'
XMKMF=''
XMLLINT='/usr/local/bin/xmllint'
XMMS_INCLUDES=''
XMMS_LDFLAGS=''
XMMS_LIBS=''
X_EXTRA_LIBS=''
X_INCLUDES='-I/usr/X11R6/include'
X_LDFLAGS='-L/usr/X11R6/lib'
X_PRE_LIBS=''
X_RPATH='-R $(x_libraries)'
YAHOO2_VERSION=''
YAHOOPKGREQ=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77='f77'
all_includes='-I/usr/local/include -I/usr/X11R6/include '
all_libraries='-L/usr/local/lib -L/usr/X11R6/lib '
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i386-unknown-freebsd6.1'
build_alias=''
build_cpu='i386'
build_os='freebsd6.1'
build_vendor='unknown'
compile_LIBKOPETE_COMPAT_FALSE=''
compile_LIBKOPETE_COMPAT_TRUE='#'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='i386-unknown-freebsd6.1'
host_alias=''
host_cpu='i386'
host_os='freebsd6.1'
host_vendor='unknown'
htmldir='${docdir}'
include_ARTS_FALSE='#'
include_ARTS_TRUE=''
include_gadu_FALSE='#'
include_gadu_TRUE=''
include_jabber_FALSE='#'
include_jabber_TRUE=''
include_jingle_FALSE=''
include_jingle_TRUE='#'
include_libggcopy_FALSE='#'
include_libggcopy_TRUE=''
include_meanwhile_FALSE=''
include_meanwhile_TRUE='#'
include_motionautoaway_FALSE=''
include_motionautoaway_TRUE='#'
include_msn_webcam_FALSE='#'
include_msn_webcam_TRUE=''
include_smpppdcs_FALSE=''
include_smpppdcs_TRUE='#'
include_smsgsm_FALSE=''
include_smsgsm_TRUE='#'
include_testbed_FALSE=''
include_testbed_TRUE='#'
include_x11_FALSE='#'
include_x11_TRUE=''
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='/home/adrien/unzipped/kopete-0.12.2/admin/install-sh'
kde_appsdir='${datadir}/applnk'
kde_bindir='${exec_prefix}/bin'
kde_confdir='${datadir}/config'
kde_datadir='${datadir}/apps'
kde_htmldir='${datadir}/doc/HTML'
kde_icondir='${datadir}/icons'
kde_includes='/usr/local/include'
kde_kcfgdir='${datadir}/config.kcfg'
kde_libraries='/usr/local/lib'
kde_libs_htmldir='/usr/local/share/doc/HTML'
kde_libs_prefix='/usr/local'
kde_locale='${datadir}/locale'
kde_mimedir='${datadir}/mimelnk'
kde_moduledir='${libdir}/kde3'
kde_qtver='3'
kde_servicesdir='${datadir}/services'
kde_servicetypesdir='${datadir}/servicetypes'
kde_sounddir='${datadir}/sounds'
kde_styledir='${libdir}/kde3/plugins/styles'
kde_templatesdir='${datadir}/templates'
kde_wallpaperdir='${datadir}/wallpapers'
kde_widgetdir='/usr/local/lib/kde3/plugins/designer'
kdeinitdir='$(kde_moduledir)'
kopete_SUBDIR_included_FALSE='#'
kopete_SUBDIR_included_TRUE=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(mkinstalldirs)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
qt_includes='/usr/X11R6/include'
qt_libraries='/usr/X11R6/lib'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i386-unknown-freebsd6.1'
target_alias=''
target_cpu='i386'
target_os='freebsd6.1'
target_vendor='unknown'
unsermake_enable_pch_FALSE=''
unsermake_enable_pch_TRUE='#'
x_includes='/usr/X11R6/include'
x_libraries='/usr/X11R6/lib'
xdg_appsdir='${datadir}/applications/kde'
xdg_directorydir='${datadir}/desktop-directories'
xdg_menudir='${sysconfdir}/xdg/menus'

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

#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE "kopete-0.12.2"
#define VERSION "3.5.4"
#define KDELIBSUFF ""
#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 HAVE_SGI_STL 1
#define HAVE_STRLCAT 1
#define HAVE_STRLCAT_PROTO 1
#define HAVE_STRLCPY 1
#define HAVE_STRLCPY_PROTO 1
#define HAVE_CRYPT 1
#define kde_socklen_t socklen_t
#define ksize_t socklen_t
#define HAVE_SYS_TYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_RES_INIT 1
#define HAVE_RES_INIT_PROTO 1
#define SIZEOF_INT 4
#define SIZEOF_SHORT 2
#define SIZEOF_LONG 4
#define SIZEOF_CHAR_P 4
#define SIZEOF_SIZE_T 4
#define SIZEOF_UNSIGNED_LONG 4
#define HAVE_VSNPRINTF 1
#define HAVE_SNPRINTF 1
#define HAVE_LIBZ 1
#define HAVE_LIBPTHREAD 1
#define HAVE_NET_IF_PPP_H 1
#define HAVE_SYS_FILE_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_CDEFS_H 1
#define HAVE_SYS_SOCKIO_H 1
#define HAVE_FCNTL_H 1
#define HAVE_UNISTD_H 1
#define HAVE_FNMATCH_H 1
#define HAVE_STRINGS_H 1
#define HAVE_PATHS_H 1
#define HAVE_UTMP_H 1
#define HAVE_GETOPT_H 1
#define HAVE_FLOCK 1
#define HAVE_USLEEP 1
#define HAVE_USLEEP_PROTO 1
#define HAVE_SOCKET 1
#define HAVE_STRDUP 1
#define HAVE_VSNPRINTF 1
#define HAVE_TZSET 1
#define HAVE_SETENV 1
#define HAVE_SETENV_PROTO 1
#define HAVE_UNSETENV 1
#define HAVE_UNSETENV_PROTO 1
#define HAVE_GETDOMAINNAME 1
#define HAVE_GETDOMAINNAME_PROTO 1
#define HAVE_GETHOSTNAME 1
#define HAVE_GETHOSTNAME_PROTO 1
#define HAVE_TM_GMTOFF 1
#define HAVE_SLP 1
#define HAVE_LIBPTHREAD 1
#define HAVE_GL 1
#define HAVE_TM_GMTOFF 1
#define HAVE_KNOTIFYDIALOG_H 1
#define XMLLINT "/usr/local/bin/xmllint"
#define HAVE_XSLT 1
#define SIZEOF_INT 4
#define SIZEOF_SHORT 2
#define SIZEOF_LONG 4
#define SIZEOF_CHAR_P 4
#define SQLITE_PTR_SZ SIZEOF_CHAR_P
#define HAVE_XRENDER 1
#define HAVE_TGMATH_H 1
#define HAVE_XSCREENSAVER 1
#define HAVE_LONG_LONG 1
#define HAVE_SSL 1
#define LIBIDN 1
#define HAVE_GLIB 1
#define MSN_WEBCAM 1
#define PRODUCTION_BUILD 1
#define PRODUCTION 1
#define POSIX 1
#define HAVE_STRERROR 1

configure: exit 0


Can anyone help me?

gnutux

This post has been edited 1 times, last edit by "gnutux" (Aug 23rd 2006, 5:30am)


gnutux

Beginner

  • "gnutux" started this thread

Posts: 27

Location: Toronto, Canada

  • Send private message

2

Wednesday, August 30th 2006, 5:18pm

Seems like after 30 reads, no one can find a solution :(?

Please, I really need the help and I don't understand where the problem is arising from.

gnutux

3

Tuesday, September 12th 2006, 11:42am

Me having same troubles. Any idea?

4

Wednesday, September 13th 2006, 12:43am

[kopete] compiling on FreeBSD

First of all, if you're trying to build kopete-0.12 on PC-BSD because you want the voice chat feature courtesy of jingle, this won't help you. I know it's been a long wait, but please don't give up! The current FreeBSD Port maintainer of kopete is the same maintainer as libjingle, so that can only imply good things.

That said, if you want to build kopete-0.12.2 without jingle right now, I was able to build it doing the following on FreeBSD:

Go to http://www.freebsd.org/cgi/query-pr.cgi?pr=101972

Select all of the text under "Fix," ending before the "Audit-Trail" section. Paste into a new text file. Name the file something intuitive like "kopete-0.12_patch."

On FreeBSD, the patch(es) can be applied simply by running the following command:


patch -p0 < kopete-0.12_patch

Where "kopete-0.12_patch" is the name you gave to the patch file we created.

This will patch the kopete Makefile in Ports, as well as some related files (distinfo, etc.)

Finally, cd to /usr/ports/net-im/kopete

and

make install clean

I'm running kopete-0.12.2 on FreeBSD 6.1 (i386) right now, albeit without jingle.

5

Wednesday, September 13th 2006, 3:52pm

As far as what the problem is with your compiling mission, it would help to know the exact command you attempted to compile kopete-0.12.2 with. Did you just type ./configure && make && make install? That won't work on a *BSD system. At a minimum, even fairly portable code needs additional compiler flags, something along the lines of:

env CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ./configure --prefix=/usr/opt && make && make install

Note that "/usr/opt" is a directory you'd most likely have to create. I would always suggest doing that when compiling an app from generic source rather than installing through Ports. (Allowing it to install in /usr/local or /usr/X11R6 is not such a great idea since the app won't show up in your pkgdb, making future package maintenance a bit of a nightmare).

Also note that the above example will not do the trick with kopete. Do an ls of /usr/ports/net-im/kopete/files. If there are patches contained in files (or if the files directory exists for that matter) you're probably not going to have much luck compiling the app from generic source. That's because it requires patches in order to build properly on a *BSD system. Most of these apps are written with Linux in mind, and while some are pretty portable, others are not so portable. I would say a lot of Kapps are not so portable, although hopefully that will change after the jump to KDE4.

The Linux and *BSD build environments simply contain a lot of differences. Take pthreads as one of many examples. Unless you're comfortable with C++, and familiar with differences between the *BSD and Linux build environments, you'll save yourself a lot of headaches by sticking to Ports. The vast majority of Ports will install cleanly with a simple "make install clean" command, and those that don't usually get fixed quite rapidly.

If you can live with kopete-0.12.2 without jingle support, try using the method I outlined in my last post. Although that example is using FreeBSD, my understanding is that PC-BSD is based on FreeBSD with the design of being more out-of-the-box friendly to the *BSD newcomer. I can't vouch for it working on PC-BSD, but my bet is that it will.