Can not compile kdevelop

Andreas Winkler winkler-a at foni.net
Thu May 10 11:14:05 UTC 2001


Am Mittwoch, 9. Mai 2001 12:27 schrieben Sie:
> Hi Andreas,
>
> Please, try this to recompile from scratch:
>
> Clean your project:
>   make -f admin/Makefile.common cvs-clean
> or
>   make distclean
> or
>   make clean
>
> Then compile:
>   export CPPFLAGS=-DGDB_MONITOR
>   make -f Makefile.cvs
>   ./configure --prefix=/where/your/kde/is/located --enable-debug
>   make
>   make install
>
> HTH,
> F at lk
>

Hi F at lk,

I have just compiled the sources of kdevelop with no errors.
But now, the application crashes when I try to start kdevelop.
I know that the messages are quite a bit long :-) but I hope it is helpfull.

The messages are:
andreas at magic:~/download/kdevelop > kdevelop
WARNING: found no definition of PluralForm
KCrash: crashing.... crashRecursionCounter = 2
KCrash: Application Name = kdevelop path = <unknown>
WARNING: found no definition of PluralForm
QMutex::~QMutex: destroy failure: Das Gerät oder die Ressource ist belegt
andreas at magic:~/download/kdevelop >

The crashmanager can not determine anything and the config.log of the 
compilation looks like:

 This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:628: checking host system type
configure:649: checking target system type
configure:667: checking build system type
configure:726: checking for a BSD compatible install
configure:783: checking for -p flag to install
configure:806: checking whether build environment is sane
configure:844: checking whether make sets ${MAKE}
configure:890: checking for working aclocal
configure:903: checking for working autoconf
configure:916: checking for working automake
configure:929: checking for working autoheader
configure:942: checking for working makeinfo
configure:1048: checking for a C-Compiler
configure:1054: checking for gcc
configure:1160: checking whether the C compiler (gcc  ) works
configure:1176: gcc -o conftest  -DGDB_MONITOR  conftest.c  1>&5
configure:1202: checking whether the C compiler (gcc  ) is a cross-compiler
configure:1207: checking whether we are using GNU C
configure:1216: gcc -E conftest.c
configure:1237: checking whether gcc accepts -g
configure:1319: checking how to run the C preprocessor
configure:1340: gcc -E -DGDB_MONITOR conftest.c >/dev/null 2>conftest.out
configure:1381: checking for a C++-Compiler
configure:1387: checking for g++
configure:1503: checking whether the C++ compiler (g++  ) works
configure:1524: rm -rf SunWS_cache; g++ -o conftest  -DGDB_MONITOR  
conftest.C  1>&5
configure:1550: checking whether the C++ compiler (g++  ) is a cross-compiler
configure:1555: checking whether we are using GNU C++
configure:1564: g++ -E conftest.C
configure:1583: checking whether g++ accepts -g
configure:1639: checking whether g++ supports -fno-exceptions
configure:1673: checking whether g++ supports -fno-check-new
configure:1712: checking whether g++ supports -Wno-long-long
configure:1744: checking whether g++ supports -Wnon-virtual-dtor
configure:1776: checking whether g++ supports -fno-builtin
configure:1821: checking whether g++ supports -fexceptions
configure:1856: checking whether g++ supports -frtti
configure:1945: checking how to run the C++ preprocessor
configure:1967: g++ -E -DGDB_MONITOR conftest.C >/dev/null 2>conftest.out
configure:2028: checking whether g++ supports -frepo
configure:2223: checking for ld used by GCC
configure:2291: checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld
GNU ld version 2.10.91 (with BFD 2.10.0.33)
configure:2308: checking for /usr/i486-suse-linux/bin/ld option to reload 
object files
configure:2320: checking for BSD-compatible nm
configure:2358: checking whether ln -s works
configure:2379: checking how to recognise dependant libraries
configure:2700: checking for ranlib
configure:2767: checking for strip
configure:2939: checking for Cygwin environment
configure:2955: gcc -c -g -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith 
-Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE 
-DGDB_MONITOR conftest.c 1>&5
configure: In function `main':
configure:2951: `__CYGWIN32__' undeclared (first use in this function)
configure:2951: (Each undeclared identifier is reported only once
configure:2951: for each function it appears in.)
configure: failed program was:
#line 2944 "configure"
#include "confdefs.h"

int main() {

#ifndef __CYGWIN__
#define __CYGWIN__ __CYGWIN32__
#endif
return __CYGWIN__;
; return 0; }
configure:2972: checking for mingw32 environment
configure:2984: gcc -c -g -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith 
-Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE 
-DGDB_MONITOR conftest.c 1>&5
configure: In function `main':
configure:2980: `__MINGW32__' undeclared (first use in this function)
configure:2980: (Each undeclared identifier is reported only once
configure:2980: for each function it appears in.)
configure: failed program was:
#line 2977 "configure"
#include "confdefs.h"

int main() {
return __MINGW32__;
; return 0; }
ltcf-c.sh:need_lc: gcc -c -g -ansi -W -Wall -pedantic -Wshadow 
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -DGDB_MONITOR conftest.c 1>&5
conftest.c:1: warning: `dummy' defined but not used
ltcf-c.sh:need_lc: gcc -shared conftest.  -v -Wl,-soname -Wl,conftest -o 
conftest
ltconfig:678:checking for gcc option to produce PIC
ltconfig:687:checking that gcc PIC flag -fPIC -DPIC works.
ltconfig:697: gcc -c -g -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith 
-Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -fPIC 
-DPIC -DPIC -DGDB_MONITOR conftest.c 1>&5
ltconfig:749: checking if gcc static flag -static works
ltconfig:758: gcc -o conftest -g -ansi -W -Wall -pedantic -Wshadow 
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -DGDB_MONITOR  -static conftest.c  1>&5
conftest.c:1: warning: return-type defaults to `int'
ltconfig:780: finding the maximum length of command line arguments
ltconfig:@lineno@: result: 73729
ltconfig:829: checking if gcc supports -c -o file.o
ltconfig:830: gcc -c -g -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith 
-Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -o 
out/conftest2.o -DGDB_MONITOR conftest.c 1>&5
ltconfig:883: checking if gcc supports -fno-rtti -fno-exceptions
ltconfig:884: gcc -c -g -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith 
-Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE 
-fno-rtti -fno-exceptions -c conftest.c -DGDB_MONITOR conftest.c 1>&5
ltconfig:1423: checking if global_symbol_pipe works
ltconfig:1424: gcc -c -g -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith 
-Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE 
-DGDB_MONITOR conftest.c 1>&5
conftest.c:5: warning: no previous prototype for `nm_test_func'
ltconfig:1427: eval "/usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ 	
]\([ABCDGISTW]\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > 
conftest.nm"
ltconfig:1479: gcc -o conftest -g -ansi -W -Wall -pedantic -Wshadow 
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -fno-builtin -fno-rtti -fno-exceptions -DGDB_MONITOR  
conftest.c conftstm.o 1>&5
conftest.c:6: warning: `main' is usually a function
ltconfig:1583: checking for dlopen in -ldl
ltconfig:1603: gcc -o conftest -g -ansi -W -Wall -pedantic -Wshadow 
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -fno-builtin -fno-rtti -fno-exceptions -DGDB_MONITOR  
conftest.c -ldl   1>&5
ltconfig:1863: checking for dlfcn.h
ltconfig:1874: gcc -c -g -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith 
-Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE 
-fno-builtin -fno-rtti -fno-exceptions -DGDB_MONITOR conftest.c 1>&5 
>/dev/null 2>conftest.out
ltconfig:1902: checking whether a program can dlopen itself
ltconfig:1957: gcc -o conftest -g -ansi -W -Wall -pedantic -Wshadow 
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -fno-builtin -fno-rtti -fno-exceptions -DGDB_MONITOR 
-DHAVE_DLFCN_H  -Wl,--export-dynamic conftest.c -ldl  1>&5
conftest.c:41: warning: no previous prototype for `fnord'
conftest.c: In function `fnord':
conftest.c:41: warning: unused variable `i'
conftest.c: In function `main':
conftest.c:45: warning: implicit declaration of function `exit'
ltconfig:1976: checking whether a statically linked program can dlopen itself
ltconfig:2031: gcc -o conftest -g -ansi -W -Wall -pedantic -Wshadow 
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -fno-builtin -fno-rtti -fno-exceptions -DGDB_MONITOR 
-DHAVE_DLFCN_H  -Wl,--export-dynamic -static conftest.c -ldl  1>&5
conftest.c:41: warning: no previous prototype for `fnord'
conftest.c: In function `fnord':
conftest.c:41: warning: unused variable `i'
conftest.c: In function `main':
conftest.c:45: warning: implicit declaration of function `exit'
ltconfig: failed program was:
/*#line 1984 "ltconfig"*/

#if HAVE_DLFCN_H
#include <dlfcn.h>
#endif

#include <stdio.h>

#ifdef RTLD_GLOBAL
# define LTDL_GLOBAL	RTLD_GLOBAL
#else
# ifdef DL_GLOBAL
#  define LTDL_GLOBAL	DL_GLOBAL
# else
#  define LTDL_GLOBAL	0
# endif
#endif

/* We may have to define LTDL_LAZY_OR_NOW in the command line if we
   find out it does not work in some platform. */
#ifndef LTDL_LAZY_OR_NOW
# ifdef RTLD_LAZY
#  define LTDL_LAZY_OR_NOW	RTLD_LAZY
# else
#  ifdef DL_LAZY
#   define LTDL_LAZY_OR_NOW	DL_LAZY
#  else
#   ifdef RTLD_NOW
#    define LTDL_LAZY_OR_NOW	RTLD_NOW
#   else
#    ifdef DL_NOW
#     define LTDL_LAZY_OR_NOW	DL_NOW
#    else
#     define LTDL_LAZY_OR_NOW	0
#    endif
#   endif
#  endif
# endif
#endif

void fnord() { int i=42; }
int main() {
    void *self, *ptr1, *ptr2; self=dlopen(0,LTDL_GLOBAL|LTDL_LAZY_OR_NOW);
    if(self) { ptr1=dlsym(self,"fnord"); ptr2=dlsym(self,"_fnord");
    if(ptr1 || ptr2) { dlclose(self); exit(0); } } exit(1); return 1; }

g++ -E conftest.cc
ltconfig:678:checking for g++ option to produce PIC
ltconfig:687:checking that g++ PIC flag -fPIC -DPIC works.
ltconfig:697: g++ -c -g -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE 
-Wbad-function-cast -Wcast-align -Wundef -Wconversion -fno-exceptions 
-fno-check-new -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes 
-Wwrite-strings -Wno-long-long -Wnon-virtual-dtor -fno-builtin -fPIC -DPIC 
-DPIC -DGDB_MONITOR conftest.cc 1>&5
ltconfig:749: checking if g++ static flag -static works
ltconfig:758: g++ -o conftest -g -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE 
-Wbad-function-cast -Wcast-align -Wundef -Wconversion -fno-exceptions 
-fno-check-new -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes 
-Wwrite-strings -Wno-long-long -Wnon-virtual-dtor -fno-builtin -DGDB_MONITOR  
-static conftest.cc  1>&5
ltconfig:780: finding the maximum length of command line arguments
ltconfig:@lineno@: result: 73729
ltconfig:883: checking if g++ supports -fno-rtti -fno-exceptions
ltconfig:884: g++ -c -g -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE 
-Wbad-function-cast -Wcast-align -Wundef -Wconversion -fno-exceptions 
-fno-check-new -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes 
-Wwrite-strings -Wno-long-long -Wnon-virtual-dtor -fno-builtin -fno-rtti 
-fno-exceptions -c conftest.cc -DGDB_MONITOR conftest.cc 1>&5
ltconfig:1423: checking if global_symbol_pipe works
ltconfig:1424: g++ -c -g -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE 
-Wbad-function-cast -Wcast-align -Wundef -Wconversion -fno-exceptions 
-fno-check-new -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes 
-Wwrite-strings -Wno-long-long -Wnon-virtual-dtor -fno-builtin -DGDB_MONITOR 
conftest.cc 1>&5
ltconfig:1427: eval "/usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ 	
]\([ABCDGISTW]\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > 
conftest.nm"
ltconfig:1479: g++ -o conftest -g -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE 
-Wbad-function-cast -Wcast-align -Wundef -Wconversion -fno-exceptions 
-fno-check-new -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes 
-Wwrite-strings -Wno-long-long -Wnon-virtual-dtor -fno-builtin -fno-builtin 
-fno-rtti -fno-exceptions -DGDB_MONITOR  conftest.cc conftstm.o 1>&5
ltconfig:1863: checking for dlfcn.h
ltconfig:1902: checking whether a program can dlopen itself
ltconfig:1976: checking whether a statically linked program can dlopen itself
configure:3119: checking for object suffix
configure:3125: gcc -c -g -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith 
-Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE 
-DGDB_MONITOR conftest.c 1>&5
configure:3145: checking for executable suffix
configure:3155: gcc -o conftest -g -ansi -W -Wall -pedantic -Wshadow 
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -DGDB_MONITOR  conftest.c  1>&5
configure:3201: checking for msgfmt
configure:3235: checking for gmsgfmt
configure:3280: checking for xgettext
configure:3333: checking for main in -lcompat
configure:3348: gcc -o conftest -g -ansi -W -Wall -pedantic -Wshadow 
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -DGDB_MONITOR  conftest.c -lcompat   1>&5
/usr/i486-suse-linux/bin/ld: cannot find -lcompat
collect2: ld returned 1 exit status
configure: failed program was:
#line 3341 "configure"
#include "confdefs.h"

int main() {
main()
; return 0; }
configure:3370: checking for crypt in -lcrypt
configure:3389: gcc -o conftest -g -ansi -W -Wall -pedantic -Wshadow 
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -DGDB_MONITOR  conftest.c -lcrypt   1>&5
configure:3464: checking for socklen_t
configure:3494: g++ -c -g -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE 
-Wbad-function-cast -Wcast-align -Wundef -Wconversion -fno-exceptions 
-fno-check-new -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes 
-Wwrite-strings -Wno-long-long -Wnon-virtual-dtor -fno-builtin -DGDB_MONITOR 
conftest.C 1>&5
configure:3561: checking for dnet_ntoa in -ldnet
configure:3580: gcc -o conftest -g -ansi -W -Wall -pedantic -Wshadow 
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -DGDB_MONITOR  conftest.c -ldnet   1>&5
/usr/i486-suse-linux/bin/ld: cannot find -ldnet
collect2: ld returned 1 exit status
configure: failed program was:
#line 3569 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char dnet_ntoa();

int main() {
dnet_ntoa()
; return 0; }
configure:3602: checking for dnet_ntoa in -ldnet_stub
configure:3621: gcc -o conftest -g -ansi -W -Wall -pedantic -Wshadow 
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -DGDB_MONITOR  conftest.c -ldnet_stub   1>&5
/usr/i486-suse-linux/bin/ld: cannot find -ldnet_stub
collect2: ld returned 1 exit status
configure: failed program was:
#line 3610 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char dnet_ntoa();

int main() {
dnet_ntoa()
; return 0; }
configure:3643: checking for inet_ntoa
configure:3671: gcc -o conftest -g -ansi -W -Wall -pedantic -Wshadow 
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -DGDB_MONITOR  conftest.c  1>&5
configure:3733: checking for connect
configure:3761: gcc -o conftest -g -ansi -W -Wall -pedantic -Wshadow 
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -DGDB_MONITOR  conftest.c  1>&5
configure:3824: checking for remove
configure:3852: gcc -o conftest -g -ansi -W -Wall -pedantic -Wshadow 
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -DGDB_MONITOR  conftest.c  1>&5
configure:3916: checking for shmat
configure:3944: gcc -o conftest -g -ansi -W -Wall -pedantic -Wshadow 
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -DGDB_MONITOR  conftest.c  1>&5
configure:4006: checking for res_init
configure:4034: gcc -o conftest -g -ansi -W -Wall -pedantic -Wshadow 
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -DGDB_MONITOR  conftest.c  1>&5
configure:4098: checking for killpg in -lucb
configure:4117: gcc -o conftest -g -ansi -W -Wall -pedantic -Wshadow 
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -DGDB_MONITOR  conftest.c -lucb   1>&5
/usr/i486-suse-linux/bin/ld: cannot find -lucb
collect2: ld returned 1 exit status
configure: failed program was:
#line 4106 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char killpg();

int main() {
killpg()
; return 0; }
configure:4186: checking size of int
configure:4205: gcc -o conftest -g -ansi -W -Wall -pedantic -Wshadow 
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -DGDB_MONITOR  conftest.c  1>&5
configure:4197: warning: return-type defaults to `int'
configure:4224: checking size of long
configure:4243: gcc -o conftest -g -ansi -W -Wall -pedantic -Wshadow 
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -DGDB_MONITOR  conftest.c  1>&5
configure:4235: warning: return-type defaults to `int'
configure:4262: checking size of char *
configure:4281: gcc -o conftest -g -ansi -W -Wall -pedantic -Wshadow 
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -DGDB_MONITOR  conftest.c  1>&5
configure:4273: warning: return-type defaults to `int'
configure:4300: checking size of char
configure:4319: gcc -o conftest -g -ansi -W -Wall -pedantic -Wshadow 
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -DGDB_MONITOR  conftest.c  1>&5
configure:4311: warning: return-type defaults to `int'
configure:4340: checking for dlopen in -ldl
configure:4384: checking for shl_unload in -ldld
configure:4403: gcc -o conftest -g -ansi -W -Wall -pedantic -Wshadow 
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -DGDB_MONITOR  conftest.c -ldld   1>&5
/usr/i486-suse-linux/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure: failed program was:
#line 4392 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char shl_unload();

int main() {
shl_unload()
; return 0; }
configure:4432: checking for extra includes
configure:4463: checking for extra libs
configure:4497: checking for libz
configure:4523: gcc -o conftest -g -ansi -W -Wall -pedantic -Wshadow 
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE   -DGDB_MONITOR  conftest.c   -lz  1>&5
configure:4553: checking for X
configure:4592: gcc -E -DGDB_MONITOR conftest.c >/dev/null 2>conftest.out
configure:4668: gcc -o conftest -g -ansi -W -Wall -pedantic -Wshadow 
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -DGDB_MONITOR  conftest.c -lXt  1>&5
configure: In function `main':
configure:4664: warning: implicit declaration of function `XtMalloc'
/usr/i486-suse-linux/bin/ld: cannot find -lXt
collect2: ld returned 1 exit status
configure: failed program was:
#line 4661 "configure"
#include "confdefs.h"

int main() {
XtMalloc()
; return 0; }
configure:4839: checking for IceConnectionNumber in -lICE
configure:4858: gcc -o conftest -g -ansi -W -Wall -pedantic -Wshadow 
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -DGDB_MONITOR  -L/usr/X11R6/lib conftest.c -lICE   1>&5
configure:4887: checking for libXext
configure:4910: gcc -o conftest -g -ansi -W -Wall -pedantic -Wshadow 
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -DGDB_MONITOR  -L/usr/X11R6/lib  conftest.c -lXext -lX11  1>&5
configure:4998: checking for libpng
configure:5028: gcc -o conftest -g -ansi -W -Wall -pedantic -Wshadow 
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -I/usr/X11R6/include  -DGDB_MONITOR  conftest.c  
-L/usr/X11R6/lib  -lpng -lz -lm -lX11  1>&5
configure:5060: checking for libjpeg6b
configure:5098: gcc -o conftest -g -ansi -W -Wall -pedantic -Wshadow 
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -I/usr/X11R6/include  -DGDB_MONITOR  conftest.c 
-L/usr/X11R6/lib  -ljpeg6b -lm 1>&5
/usr/i486-suse-linux/bin/ld: cannot find -ljpeg6b
collect2: ld returned 1 exit status
configure: failed program was:
#line 5077 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
struct jpeg_decompress_struct;
typedef struct jpeg_decompress_struct * j_decompress_ptr;
typedef int size_t;
#ifdef __cplusplus
extern "C" {
#endif
    void jpeg_CreateDecompress(j_decompress_ptr cinfo,
                                    int version, size_t structsize);
#ifdef __cplusplus
}
#endif
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */

int main() {
jpeg_CreateDecompress(0L, 0, 0);
; return 0; }
configure:5121: checking for libjpeg
configure:5159: gcc -o conftest -g -ansi -W -Wall -pedantic -Wshadow 
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -I/usr/X11R6/include  -DGDB_MONITOR  conftest.c 
-L/usr/X11R6/lib  -ljpeg -lm 1>&5
configure:5324: checking for Qt
tried NO
configure:5483: rm -rf SunWS_cache; g++ -o conftest -g -ansi 
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wbad-function-cast -Wcast-align -Wundef 
-Wconversion -fno-exceptions -fno-check-new -Wall -pedantic -W 
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long 
-Wnon-virtual-dtor -fno-builtin -I/usr/lib/qt2/include -I/usr/X11R6/include 
-DGDB_MONITOR  -L/usr/lib/qt2/lib -L/usr/X11R6/lib  conftest.C  -lqt -lpng 
-lz -lm -ljpeg  -lXext -lX11 -lSM -lICE  1>&5
conftest.C: In function `int main()':
conftest.C:18: warning: unused variable `int magnolia'
conftest.C:13: warning: unused variable `class QStringList * t'
configure:5541: checking if Qt compiles without flags
configure:5620: rm -rf SunWS_cache; g++ -o conftest -g -ansi 
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wbad-function-cast -Wcast-align -Wundef 
-Wconversion -fno-exceptions -fno-check-new -Wall -pedantic -W 
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long 
-Wnon-virtual-dtor -fno-builtin -I/usr/lib/qt2/include -DGDB_MONITOR  
-L/usr/X11R6/lib conftest.C -lqt -lpng -lz -lm -ljpeg  -lXext -lX11 -lSM 
-lICE  -lXext -lX11  1>&5
conftest.C: In function `int main()':
conftest.C:18: warning: unused variable `int magnolia'
conftest.C:13: warning: unused variable `class QStringList * t'
/tmp/ccnnc5MS.o: In function `QValueListNode<QString>::QValueListNode(void)':
/usr/lib/qt2/include/qvaluelist.h:55: undefined reference to 
`QIconView::QIconView(QWidget *, char const *, unsigned int)'
/usr/lib/qt2/include/qvaluelist.h:55: undefined reference to 
`QIconView::setWordWrapIconText(bool)'
/usr/lib/qt2/include/qvaluelist.h:55: undefined reference to 
`QString::setLatin1(char const *, int)'
/usr/lib/qt2/include/qvaluelist.h:55: undefined reference to 
`QIconView::~QIconView(void)'
/usr/lib/qt2/include/qvaluelist.h:55: undefined reference to `QDropEvent 
type_info node'
/usr/lib/qt2/include/qvaluelist.h:55: undefined reference to `QEvent 
type_info function'
/usr/lib/qt2/include/qvaluelist.h:55: undefined reference to `QEvent 
type_info node'
/usr/lib/qt2/include/qvaluelist.h:55: undefined reference to `QEvent 
type_info function'
/usr/lib/qt2/include/qvaluelist.h:55: undefined reference to `QEvent 
type_info node'
/usr/lib/qt2/include/qvaluelist.h:55: undefined reference to `QEvent 
type_info function'
/usr/lib/qt2/include/qvaluelist.h:55: undefined reference to `QEvent 
type_info node'
/usr/lib/qt2/include/qvaluelist.h:55: undefined reference to `QEvent 
type_info function'
/usr/lib/qt2/include/qvaluelist.h:55: undefined reference to `QEvent 
type_info node'
/usr/lib/qt2/include/qvaluelist.h:55: undefined reference to `QEvent 
type_info function'
/usr/lib/qt2/include/qvaluelist.h:55: undefined reference to `QEvent 
type_info node'
/usr/lib/qt2/include/qvaluelist.h:55: undefined reference to `QEvent 
type_info function'
/usr/lib/qt2/include/qvaluelist.h:55: undefined reference to `QEvent 
type_info node'
/usr/lib/qt2/include/qvaluelist.h:55: undefined reference to `QEvent 
type_info function'
/usr/lib/qt2/include/qvaluelist.h:55: undefined reference to `QEvent 
type_info node'
/usr/lib/qt2/include/qvaluelist.h:55: undefined reference to `QEvent 
type_info function'
/usr/lib/qt2/include/qvaluelist.h:55: undefined reference to `QEvent 
type_info node'
/usr/lib/qt2/include/qvaluelist.h:55: undefined reference to `QEvent 
type_info function'
/usr/lib/qt2/include/qvaluelist.h:55: undefined reference to `QEvent 
type_info node'
/usr/lib/qt2/include/qvaluelist.h:55: undefined reference to `QEvent 
type_info function'
/usr/lib/qt2/include/qvaluelist.h:55: undefined reference to `QEvent 
type_info node'
/usr/lib/qt2/include/qvaluelist.h:55: undefined reference to `QEvent 
type_info function'
/usr/lib/qt2/include/qvaluelist.h:55: undefined reference to `QEvent 
type_info node'
/usr/lib/qt2/include/qvaluelist.h:55: undefined reference to `QDropEvent 
type_info function'
/usr/lib/qt2/include/qvaluelist.h:55: undefined reference to `QEvent 
type_info function'
/usr/lib/qt2/include/qvaluelist.h:55: undefined reference to `QEvent 
type_info node'
/usr/lib/qt2/include/qvaluelist.h:55: undefined reference to `QEvent 
type_info function'
/usr/lib/qt2/include/qvaluelist.h:55: undefined reference to `QEvent 
type_info node'
/usr/lib/qt2/include/qvaluelist.h:55: undefined reference to `QEvent 
type_info function'
/usr/lib/qt2/include/qvaluelist.h:55: undefined reference to `QEvent 
type_info node'
/usr/lib/qt2/include/qvaluelist.h:55: undefined reference to `QEvent 
type_info function'
/usr/lib/qt2/include/qvaluelist.h:55: undefined reference to `QEvent 
type_info node'
/usr/lib/qt2/include/qvaluelist.h:55: undefined reference to 
`QString::shared_null'
/usr/lib/qt2/include/qvaluelist.h:55: undefined reference to 
`QString::shared_null'
/usr/lib/qt2/include/qvaluelist.h:55: undefined reference to 
`QString::makeSharedNull(void)'
/usr/lib/qt2/include/qvaluelist.h:55: undefined reference to 
`QString::shared_null'
/usr/lib/qt2/include/qvaluelist.h:55: undefined reference to 
`QString::shared_null'
/usr/lib/qt2/include/qvaluelist.h:55: undefined reference to 
`QStringData::deleteSelf(void)'
collect2: ld returned 1 exit status
configure: failed program was:
#include "confdefs.h"
#include <qglobal.h>
#include <qapplication.h>
#include <qevent.h>
#include <qstring.h>
#include <qstyle.h>
#include <qiconview.h>
#if ! (QT_VERSION >= 222)
#error 1
#endif

int main() {
    QStringList *t = new QStringList();
    QIconView iv(0);
    iv.setWordWrapIconText(false);
    QString s;
    s.setLatin1("Elvis is alive", 14);
    int magnolia = QEvent::Speech; /* new in 2.2 beta2 */
    return 0;
}
configure:5689: checking for moc
configure:5755: checking for uic
configure:5840: checking for rpath
configure:5869: checking for KDE
configure:6045: checking for KDE paths
configure:6531: checking for dcopidl
configure:6591: checking for dcopidl2cpp
configure:6651: checking for mcopidl
configure:6711: checking for kdb2html
configure:6771: checking for artsc-config
configure:6831: checking for kde-config
configure:7007: checking for Qt documentation
configure:7049: checking for kdelibs documentation
configure:7098: checking for kdoc index
configure:7141: checking for docbase
configure:7168: checking for flex
configure:7201: checking for flex
configure:7235: checking for yywrap in -lfl
configure:7254: gcc -o conftest -g -ansi -W -Wall -pedantic -Wshadow 
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -DGDB_MONITOR  conftest.c -lfl   1>&5
configure:7277: checking lex output file root
configure:7298: checking whether yytext is a pointer
configure:7317: gcc -o conftest -g -ansi -W -Wall -pedantic -Wshadow 
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -DGDB_MONITOR  conftest.c  -lfl 1>&5
lex.yy.c:508: warning: no previous prototype for `yylex'
lex.yy.c:948: warning: `yyunput' defined but not used
configure:7361: checking if doc should be compiled
configure:7361: checking if kdevelop should be compiled
configure:7361: checking if po should be compiled

-
to unsubscribe from this list send an email to kdevelop-devel-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop-devel mailing list