Build problem with kde3.2b1
Tim Brodie
tbrodie at dwi-california.com
Mon Nov 17 15:39:49 GMT 2003
I've following the build instructions on the kdevelop
site and still get this error. I think I've installed
all the prerequisite packages. Can someone give me
an idea what the problem is? Anyone? Bueller?
Tim Brodie wrote:
> Hi:
>
> I've been trying to build kdevelop for over a week now
> using kde-build, but it fails on error. I've got
> the source via cvs co kdevelop via:
> :pserver:anonymous at bluemchen.kde.org:/home/kde
> I'm drawing a blank... any ideas what I'm doing
> wrong?
>
> The make step dies on the following error (the configure
> output is listed following this):
> --------------------------
> /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++
> -DHAVE_CONFIG_H -I. -I/usr/src/kde32/kde/kdevelop/languages/cpp -I../..
> -I/usr/src/kde32/kde/kdevelop/lib/interfaces
> -I/usr/src/kde32/kde/kdevelop/lib/compat
> -I/usr/src/kde32/kde/kdevelop/lib/util
> -I/usr/src/kde32/kde/kdevelop/lib/catalog
> -I/usr/src/kde32/kde/kdevelop/lib/cppparser -I/usr/src/kde32/include
> -I/usr/src/kde32/qt-x11-free-3.2.2/include -I/usr/X11R6/include
> -DQT_THREAD_SUPPORT -D_REENTRANT -DAST_DEBUG -Wnon-virtual-dtor
> -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi
> -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
> -Wchar-subscripts -fno-builtin -g -O2 -Wformat-security
> -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common
> -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT
> -DQT_NO_TRANSLATION -c -o createpcsdialogbase.lo `test -f
> 'createpcsdialogbase.cpp' || echo
> '/usr/src/kde32/kde/kdevelop/languages/cpp/'`createpcsdialogbase.cpp
> source='/usr/src/kde32/kde/kdevelop/languages/cpp/main.cpp'
> object='main.o' libtool=no \
> depfile='.deps/main.Po' tmpdepfile='.deps/main.TPo' \
> depmode=gcc3 /bin/sh /usr/src/kde32/kde/kdevelop/admin/depcomp \
> g++ -DHAVE_CONFIG_H -I. -I/usr/src/kde32/kde/kdevelop/languages/cpp
> -I../.. -I/usr/src/kde32/kde/kdevelop/lib/interfaces
> -I/usr/src/kde32/kde/kdevelop/lib/compat
> -I/usr/src/kde32/kde/kdevelop/lib/util
> -I/usr/src/kde32/kde/kdevelop/lib/catalog
> -I/usr/src/kde32/kde/kdevelop/lib/cppparser -I/usr/src/kde32/include
> -I/usr/src/kde32/qt-x11-free-3.2.2/include -I/usr/X11R6/include
> -DQT_THREAD_SUPPORT -D_REENTRANT -DAST_DEBUG -Wnon-virtual-dtor
> -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi
> -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
> -Wchar-subscripts -fno-builtin -g -O2 -Wformat-security
> -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common
> -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT
> -DQT_NO_TRANSLATION -c -o main.o `test -f
> '/usr/src/kde32/kde/kdevelop/languages/cpp/main.cpp' || echo
> '/usr/src/kde32/kde/kdevelop/languages/cpp/'`/usr/src/kde32/kde/kdevelop/languages/cpp/main.cpp
>
> /usr/src/kde32/kde/kdevelop/lib/catalog/gcatalog.tcc: In member function
> `void GCatalog<Tp>::open(const QString&) [with Tp = Tag]':
> /usr/src/kde32/kde/kdevelop/languages/cpp/main.cpp:235: instantiated
> from here
> /usr/src/kde32/kde/kdevelop/lib/catalog/gcatalog.tcc:192: cannot convert
> `QCString' to `DB_TXN*' in argument passing
> make[4]: *** [main.o] Error 1
> make[4]: Target `all-am' not remade because of errors.
>
>
> ------------------------------------ output from configure ----------
> /usr/src/kde32/kde/kdevelop/configure --enable-debug --disable-closure
> --disable-final --prefix=/usr/src/kde32
> --with-qt-dir=/usr/src/kde32/qt-x11-free-3.2.2 checking build system
> type... i686-pc-linux-gnu checking host
> system type... i686-pc-linux-gnu checking target system type...
> i686-pc-linux-gnu checking for a BSD-compatible install...
> /usr/bin/install -c checking for -p flag to install...
> yes checking whether build environment is
> sane... yes checking for gawk... gawk
> checking whether make sets
> ${MAKE}... yes checking for style
> of include used by make... GNU checking
> for gcc... gcc checking for C compiler default output... a.out checking
> whether the C compiler works... yes checking whether we
> are cross compiling... no checking for suffix
> of executables... checking for suffix
> of object files... o checking whether we are using the GNU C compiler...
> yes checking whether gcc accepts -g... yes checking for gcc
> option to accept ANSI C... none needed checking dependency style
> of gcc... gcc3 checking how to run the C
> preprocessor... gcc -E checking for g++... g++
> checking whether we are using the GNU C++
> compiler... yes checking whether g++ accepts -g...
> yes checking dependency style
> of g++... gcc3 checking whether g++ supports -fno-builtin... yes
> checking whether g++ supports -Woverloaded-virtual... yes checking
> whether g++ supports -Wmissing-format-attribute... yes
> checking whether g++ supports -Wundef... yes
> checking whether g++ supports -Wno-long-long... yes checking whether g++
> supports -Wnon-virtual-dtor... yes checking whether g++ supports
> -fno-exceptions... yes checking whether g++ supports -fno-check-new...
> yes checking whether g++ supports -fno-common... yes
> checking whether g++ supports -fexceptions... yes
> checking how to run the C++ preprocessor... g++
> -E checking whether g++ supports -O0... yes
> checking whether g++ supports -Wl,--no-undefined... yes
> checking whether g++ supports -Wl,--allow-shlib-undefined... yes
> not using lib directory suffix
> checking for a sed that does not truncate output... /bin/sed
> checking for egrep... grep -E
> checking for ld used by gcc... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for /usr/bin/ld option to reload object files... -r
> checking for BSD-compatible nm... /usr/bin/nm -B
> checking whether ln -s works... yes
> checking how to recognise dependent libraries... pass_all
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking dlfcn.h usability... yes
> checking dlfcn.h presence... yes
> checking for dlfcn.h... yes
> checking for g77... no
> checking for f77... no
> checking for xlf... no
> checking for frt... no
> checking for pgf77... no
> checking for fl32... no
> checking for af77... no
> checking for fort77... no
> checking for f90... no
> checking for xlf90... no
> checking for pgf90... no
> checking for epcf90... no
> checking for f95... no
> checking for fort... no
> checking for xlf95... no
> checking for lf95... no
> checking for g95... no
> checking whether we are using the GNU Fortran 77 compiler... no
> checking whether accepts -g... no
> checking the maximum length of command line arguments... 32768
> checking command to parse /usr/bin/nm -B output from gcc object... ok
> checking for objdir... .libs
> checking for ar... ar
> checking for ranlib... ranlib
> checking for strip... strip
> checking if gcc static flag works... yes
> checking if gcc supports -fno-rtti -fno-exceptions... no
> checking for gcc option to produce PIC... -fPIC
> checking if gcc PIC flag -fPIC works... yes
> checking if gcc supports -c -o file.o... yes
> checking whether the gcc linker (/usr/bin/ld) supports shared
> libraries... yes
> checking whether -lc should be explicitly linked in... no
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking for shl_load... no
> checking for shl_load in -ldld... no
> checking for dlopen... no
> checking for dlopen in -ldl... yes
> checking whether a program can dlopen itself... yes
> checking whether a statically linked program can dlopen itself... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... no
> configure: creating libtool
> appending configuration tag "CXX" to libtool
> checking for ld used by g++... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking whether the g++ linker (/usr/bin/ld) supports shared
> libraries... yes
> checking for g++ option to produce PIC... -fPIC
> checking if g++ PIC flag -fPIC works... yes
> checking if g++ supports -c -o file.o... yes
> checking whether the g++ linker (/usr/bin/ld) supports shared
> libraries... yes
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking for shl_load... (cached) no
> checking for shl_load in -ldld... (cached) no
> checking for dlopen... (cached) no
> checking for dlopen in -ldl... (cached) yes
> checking whether a program can dlopen itself... (cached) yes
> checking whether a statically linked program can dlopen itself...
> (cached) yes
> appending configuration tag "F77" to libtool
> checking for msgfmt... /usr/bin/msgfmt
> checking for gmsgfmt... /usr/bin/msgfmt
> checking for xgettext... /usr/bin/xgettext
> checking if C++ programs can be compiled... yes
> checking for strlcat... no
> checking if strlcat needs custom prototype... yes - in libkdefakes
> checking for strlcpy... no
> checking if strlcpy needs custom prototype... yes - in libkdefakes
> checking for main in -lutil... yes
> checking for main in -lcompat... no
> checking for crypt in -lcrypt... yes
> checking for socklen_t... socklen_t
> checking for dnet_ntoa in -ldnet... no
> checking for dnet_ntoa in -ldnet_stub... no
> checking for inet_ntoa... yes
> checking for connect... yes
> checking for remove... yes
> checking for shmat... yes
> checking for sys/types.h... (cached) yes
> checking for stdint.h... (cached) yes
> checking for poll in -lpoll... no
> checking CoreAudio/CoreAudio.h usability... no
> checking CoreAudio/CoreAudio.h presence... no
> checking for CoreAudio/CoreAudio.h... no
> checking if res_init needs -lresolv... yes
> checking if res_init is available... yes
> checking for killpg in -lucb... no
> checking for int... yes
> checking size of int... 4
> checking for long... yes
> checking size of long... 4
> checking for char *... yes
> checking size of char *... 4
> checking for dlopen in -ldl... (cached) yes
> checking for shl_unload in -ldld... no
> checking for size_t... yes
> checking size of size_t... 4
> checking for unsigned long... yes
> checking size of unsigned long... 4
> checking sizeof size_t == sizeof unsigned long... yes
> checking crt_externs.h usability... no
> checking crt_externs.h presence... no
> checking for crt_externs.h... no
> checking for _NSGetEnviron... no
> checking for vsnprintf... yes
> checking for snprintf... yes
> checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
> checking for IceConnectionNumber in -lICE... yes
> checking for libXext... yes
> checking for pthread_create in -lpthread... yes
> checking for extra includes... no
> checking for extra libs... no
> checking for libz... -lz
> checking for libpng... -lpng -lz -lm
> checking for libjpeg6b... no
> checking for libjpeg... -ljpeg
> checking for perl... /usr/bin/perl
> checking for Qt... libraries /usr/src/kde32/qt-x11-free-3.2.2/lib,
> headers /usr/src/kde32/qt-x11-free-3.2.2/include using -mt
> checking for moc... /usr/src/kde32/qt-x11-free-3.2.2/bin/moc
> checking for uic... /usr/src/kde32/qt-x11-free-3.2.2/bin/uic
> checking whether uic supports -L ... yes
> checking whether uic supports -nounload ... yes
> checking if Qt needs -ljpeg... no
> checking for rpath... yes
> checking for KDE... libraries /usr/src/kde32/lib, headers
> /usr/src/kde32/include
> checking if UIC has KDE plugins available... yes
> checking for KDE paths... defaults
> checking for dcopidl... /usr/src/kde32/bin/dcopidl
> checking for dcopidl2cpp... /usr/src/kde32/bin/dcopidl2cpp
> checking for mcopidl... /usr/src/kde32/bin/mcopidl
> checking for artsc-config... /usr/src/kde32/bin/artsc-config
> checking for kde-config... /usr/src/kde32/bin/kde-config
> checking for meinproc... /usr/src/kde32/bin/meinproc
> checking for xmllint... /usr/src/kde32/bin/xmllint
> checking for flex... flex
> checking for yywrap in -lfl... yes
> checking lex output file root... lex.yy
> checking whether yytext is a pointer... yes
> checking for docbase... no
> checking for Python directory... /usr/local
> checking if scripting enabled... no
> checking for Qt >= 3.0.5... yes
> checking whether to build the compat lib... no
> checking for Berkeley DB >= 3... yes - <=4.0
> checking whether to use kmdi lib from kdelibs... yes
> checking for Qt documentation... /usr/src/kde32/qt-x11-free-3.2.2/doc/html
> checking for kdelibs documentation generated by Doxygen...
> /usr/src/kde32/share/doc/HTML/en/kdelibs-apidocs
> checking for kdelibs documentation... NO
> checking cvsservice_stub.h usability... yes
> checking cvsservice_stub.h presence... yes
> checking for cvsservice_stub.h... yes
> checking for dot... /usr/src/kde32/bin/dot
> checking for gmake... gmake
> checking for gnutar... no
> checking for gtar... gtar
> checking for Qt docs... /usr/src/kde32/qt-x11-free-3.2.2/doc/html
> checking for dot... /usr/src/kde32/bin/dot
> checking for doxygen... /usr/src/kde32/bin/doxygen
> checking sstream usability... yes
> checking sstream presence... yes
> checking for sstream... yes
> checking if buildtools should be compiled... yes
> checking if doc should be compiled... yes
> checking if editors should be compiled... yes
> checking if languages should be compiled... yes
> checking if lib should be compiled... yes
> checking if mimetypes should be compiled... yes
> checking if parts should be compiled... yes
> checking if pics should be compiled... yes
> checking if src should be compiled... yes
> checking if vcs should be compiled... yes
> configure: creating ./config.status
> fast creating Makefile
> fast creating buildtools/Makefile
> fast creating buildtools/ada/Makefile
> fast creating buildtools/ant/Makefile
> fast creating buildtools/autotools/Makefile
> fast creating buildtools/custommakefiles/Makefile
> fast creating buildtools/generic/Makefile
> fast creating buildtools/generic/buildsystem/Makefile
> fast creating buildtools/generic/buildsystem/shellscript/Makefile
> fast creating buildtools/haskell/Makefile
> fast creating buildtools/pascal/Makefile
> fast creating buildtools/qmake/Makefile
> fast creating buildtools/script/Makefile
> fast creating doc/Makefile
> fast creating doc/extras/Makefile
> fast creating doc/extras/w3c/Makefile
> fast creating doc/kdearch/Makefile
> fast creating doc/kdevelop/Makefile
> fast creating doc/std/Makefile
> fast creating doc/tools/Makefile
> fast creating editors/Makefile
> fast creating editors/editor-chooser/Makefile
> fast creating editors/nedit/Makefile
> fast creating editors/qeditor/Makefile
> fast creating editors/qeditor/data/Makefile
> fast creating languages/Makefile
> fast creating languages/ada/Makefile
> fast creating languages/ada/app_templates/Makefile
> fast creating languages/ada/app_templates/adahello/Makefile
> fast creating languages/ada/doc/Makefile
> fast creating languages/ada/file_templates/Makefile
> fast creating languages/bash/Makefile
> fast creating languages/bash/app_templates/Makefile
> fast creating languages/bash/app_templates/bashhello/Makefile
> fast creating languages/bash/doc/Makefile
> fast creating languages/cpp/Makefile
> fast creating languages/cpp/app_templates/Makefile
> fast creating languages/cpp/app_templates/chello/Makefile
> fast creating languages/cpp/app_templates/chello_gba/Makefile
> fast creating languages/cpp/app_templates/cpphello/Makefile
> fast creating languages/cpp/app_templates/cppsdlhello/Makefile
> fast creating languages/cpp/app_templates/dcopservice/Makefile
> fast creating languages/cpp/app_templates/generichello/Makefile
> fast creating languages/cpp/app_templates/gnomeapp/Makefile
> fast creating languages/cpp/app_templates/kapp/Makefile
> fast creating languages/cpp/app_templates/kateplugin/Makefile
> fast creating languages/cpp/app_templates/kateplugin2/Makefile
> fast creating languages/cpp/app_templates/kbearimportfilter/Makefile
> fast creating languages/cpp/app_templates/kbearplugin/Makefile
> fast creating languages/cpp/app_templates/kcmodule/Makefile
> fast creating languages/cpp/app_templates/kdedcop/Makefile
> fast creating languages/cpp/app_templates/kdevlang/Makefile
> fast creating languages/cpp/app_templates/kdevpart/Makefile
> fast creating languages/cpp/app_templates/kdevpart2/Makefile
> fast creating languages/cpp/app_templates/kfileplugin/Makefile
> fast creating languages/cpp/app_templates/khello/Makefile
> fast creating languages/cpp/app_templates/kicker/Makefile
> fast creating languages/cpp/app_templates/kioslave/Makefile
> fast creating languages/cpp/app_templates/kmod/Makefile
> fast creating languages/cpp/app_templates/kofficepart/Makefile
> fast creating languages/cpp/app_templates/konqnavpanel/Makefile
> fast creating languages/cpp/app_templates/kpartapp/Makefile
> fast creating languages/cpp/app_templates/kpartplugin/Makefile
> fast creating languages/cpp/app_templates/kscreensaver/Makefile
> fast creating languages/cpp/app_templates/noatunui/Makefile
> fast creating languages/cpp/app_templates/noatunvisual/Makefile
> fast creating languages/cpp/app_templates/prc-tool/Makefile
> fast creating languages/cpp/app_templates/qmakeapp/Makefile
> fast creating languages/cpp/app_templates/qmakesimple/Makefile
> fast creating languages/cpp/app_templates/qtopiaapp/Makefile
> fast creating languages/cpp/app_templates/wxhello/Makefile
> fast creating languages/cpp/compiler/Makefile
> fast creating languages/cpp/compiler/gccoptions/Makefile
> fast creating languages/cpp/debugger/Makefile
> fast creating languages/cpp/doc/Makefile
> fast creating languages/cpp/file_templates/Makefile
> fast creating languages/cpp/newclass_templates/Makefile
> fast creating languages/cpp/pcsimporter/Makefile
> fast creating languages/cpp/pcsimporter/customimporter/Makefile
> fast creating languages/cpp/pcsimporter/kdelibsimporter/Makefile
> fast creating languages/cpp/pcsimporter/qtimporter/Makefile
> fast creating languages/cpp/subclassing_template/Makefile
> fast creating languages/cpp/templates/Makefile
> fast creating languages/fortran/Makefile
> fast creating languages/fortran/app_templates/Makefile
> fast creating languages/fortran/app_templates/fortranhello/Makefile
> fast creating languages/fortran/compiler/Makefile
> fast creating languages/fortran/compiler/pgioptions/Makefile
> fast creating languages/fortran/doc/Makefile
> fast creating languages/fortran/file_templates/Makefile
> fast creating languages/haskell/Makefile
> fast creating languages/haskell/app_templates/Makefile
> fast creating languages/haskell/app_templates/haskellhello/Makefile
> fast creating languages/haskell/compiler/Makefile
> fast creating languages/haskell/compiler/ghcoptions/Makefile
> fast creating languages/haskell/doc/Makefile
> fast creating languages/haskell/file_templates/Makefile
> fast creating languages/java/Makefile
> fast creating languages/java/app_templates/Makefile
> fast creating languages/java/app_templates/javahello/Makefile
> fast creating languages/java/app_templates/kappjava/Makefile
> fast creating languages/java/app_templates/superwaba/Makefile
> fast creating languages/java/debugger/Makefile
> fast creating languages/java/doc/Makefile
> fast creating languages/java/file_templates/Makefile
> fast creating languages/java/newclass_templates/Makefile
> fast creating languages/pascal/Makefile
> fast creating languages/pascal/app_templates/Makefile
> fast creating languages/pascal/app_templates/fpcgtk/Makefile
> fast creating languages/pascal/app_templates/fpchello/Makefile
> fast creating languages/pascal/app_templates/fpcsharedlib/Makefile
> fast creating languages/pascal/app_templates/pascalhello/Makefile
> fast creating languages/pascal/compiler/Makefile
> fast creating languages/pascal/compiler/dccoptions/Makefile
> fast creating languages/pascal/compiler/fpcoptions/Makefile
> fast creating languages/pascal/doc/Makefile
> fast creating languages/pascal/file_templates/Makefile
> fast creating languages/perl/Makefile
> fast creating languages/perl/app_templates/Makefile
> fast creating languages/perl/app_templates/perlhello/Makefile
> fast creating languages/perl/doc/Makefile
> fast creating languages/perl/file_templates/Makefile
> fast creating languages/php/Makefile
> fast creating languages/php/app_templates/Makefile
> fast creating languages/php/app_templates/phphello/Makefile
> fast creating languages/php/data/Makefile
> fast creating languages/php/doc/Makefile
> fast creating languages/php/file_templates/Makefile
> fast creating languages/python/Makefile
> fast creating languages/python/app_templates/Makefile
> fast creating languages/python/app_templates/pyqt/Makefile
> fast creating languages/python/app_templates/pythonhello/Makefile
> fast creating languages/python/app_templates/pytk/Makefile
> fast creating languages/python/doc/Makefile
> fast creating languages/python/file_templates/Makefile
> fast creating languages/ruby/Makefile
> fast creating languages/ruby/app_templates/Makefile
> fast creating languages/ruby/app_templates/rubyhello/Makefile
> fast creating languages/ruby/doc/Makefile
> fast creating languages/ruby/file_templates/Makefile
> fast creating languages/sql/Makefile
> fast creating languages/sql/app_templates/Makefile
> fast creating languages/sql/app_templates/sqlsimple/Makefile
> fast creating languages/sql/doc/Makefile
> fast creating lib/Makefile
> fast creating lib/antlr/Makefile
> fast creating lib/antlr/antlr/Makefile
> fast creating lib/antlr/src/Makefile
> fast creating lib/astyle/Makefile
> fast creating lib/catalog/Makefile
> fast creating lib/compat/Makefile
> fast creating lib/cppparser/Makefile
> fast creating lib/interfaces/Makefile
> fast creating lib/project/Makefile
> fast creating lib/qextmdi/Makefile
> fast creating lib/structure/Makefile
> fast creating lib/util/Makefile
> fast creating lib/widgets/Makefile
> fast creating lib/widgets/propeditor/Makefile
> fast creating mimetypes/Makefile
> fast creating parts/Makefile
> fast creating parts/abbrev/Makefile
> fast creating parts/appwizard/Makefile
> fast creating parts/appwizard/common/Makefile
> fast creating parts/appwizard/imports/Makefile
> fast creating parts/astyle/Makefile
> fast creating parts/bookmarks/Makefile
> fast creating parts/buglist/Makefile
> fast creating parts/classbrowser/Makefile
> fast creating parts/classview/Makefile
> fast creating parts/closer/Makefile
> fast creating parts/ctags/Makefile
> fast creating parts/diff/Makefile
> fast creating parts/distpart/Makefile
> fast creating parts/doctreeview/Makefile
> fast creating parts/doctreeview/chm/Makefile
> fast creating parts/doctreeview/data/Makefile
> fast creating parts/doxygen/Makefile
> fast creating parts/filecreate/Makefile
> fast creating parts/filecreate/file-templates/Makefile
> fast creating parts/fileselector/Makefile
> fast creating parts/fileview/Makefile
> fast creating parts/filter/Makefile
> fast creating parts/fullscreen/Makefile
> fast creating parts/grepview/Makefile
> fast creating parts/history/Makefile
> fast creating parts/knotes/Makefile
> fast creating parts/konsole/Makefile
> fast creating parts/manager/Makefile
> fast creating parts/openwith/Makefile
> fast creating parts/outputviews/Makefile
> fast creating parts/partexplorer/Makefile
> fast creating parts/quickopen/Makefile
> fast creating parts/regexptest/Makefile
> fast creating parts/replace/Makefile
> fast creating parts/scripting/Makefile
> fast creating parts/sourcenav/Makefile
> fast creating parts/texttools/Makefile
> fast creating parts/tipofday/Makefile
> fast creating parts/tools/Makefile
> fast creating parts/uimode/Makefile
> fast creating parts/valgrind/Makefile
> fast creating pics/Makefile
> fast creating pics/mini/Makefile
> fast creating pics/misc/Makefile
> fast creating pics/toolbar/Makefile
> fast creating src/Makefile
> fast creating src/profiles/Makefile
> fast creating vcs/Makefile
> fast creating vcs/cervisia/Makefile
> fast creating vcs/clearcase/Makefile
> fast creating vcs/cvs/Makefile
> fast creating vcs/cvsservice/Makefile
> fast creating vcs/perforce/Makefile
> fast creating vcs/subversion/Makefile
> config.status: creating config.h
> config.status: executing depfiles commands
>
> Good - your configure finished. Start make now
>
>
> Thanks for your help... Tim
>
>
> -
> to unsubscribe from this list send an email to
> kdevelop-request at kdevelop.org with the following body:
> unsubscribe »your-email-address«
--
We do not see things as they are; we see things as we are.
Tim Brodie, IT Manager:SysAdmin:S/W Developer, DWI California
9262 Gordon Street, La Habra, CA 90631 USA
Phone: 714-777-2048 Fax: 562-694-4336 http://www.dwi-california.com
-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop
mailing list