Package: kdevelop
Version: 4:3.4.0-3
Severity: normal
Hi there,
I've been reading a "Qt Designer and KDevelop 3.0 for Beginners" [
http://techbase.kde.org/Development/Tutorials/KDE3/Qt_Designer_and_KDevelop_3.0_for_Beginners
]. It
instructed me to follow some simple steps:
- Get KDevelop 3 (Which I did by using apt-get)
- Create a framework with KDevelop (Using the menu item 'C++ -> KDE -> Simple
KDE Application')
- Ensure that everything is fine, using 'Build -> Run automake & friends' then
'Build -> Run configure'.
I've had a problem with this last part. 'Build -> Run automake & friends' works
well, but 'Build -> Run
configure' tells me my C++ preprocessor has an error. Check "KDevelop output"
below - below it there's also
the resulting "config.log", with more details.
I guess this must be an incompatibility between KDevelop and CPP versions. So I
guess this makes it a
Debian-testing problem, not one from KDE, KDevelop and/or CPP. Anyway, I
believe KDevelop's package's
'depends' and/or 'suggests' should be fixed - after all, something is
preventing me (and probably other Debian testing users)
from learning KDE development ; )
One more thing: After having this problem, I've just 'apt-get update' KDevelop
and CPP to the versions I'm
using now. This haven't changed a thing in the outputs.
I'd be happy to help more, if I could. Below are the outputs.
KDevelop output:
#######################################
"
mkdir '/mnt/hdb1/coding/codigo/kde/SigCreate/debug' && cd
'/mnt/hdb1/coding/codigo/kde/SigCreate/debug' &&
CXXFLAGS="-O0 -g3" "/mnt/hdb1/coding/codigo/kde/SigCreate/configure"
--enable-debug=full
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
instalando -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 kde-config... /usr/bin/kde-config
checking where to install... /usr (as returned by kde-config)
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... 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 ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking whether gcc is blacklisted... no
checking whether g++ supports -Wmissing-format-attribute... no
checking whether gcc supports -Wmissing-format-attribute... yes
checking whether g++ supports -Wundef... no
checking whether g++ supports -Wno-long-long... no
checking whether g++ supports -Wno-non-virtual-dtor... no
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
*** Exited with state: 1 ***
"
config.log:
####################################################################
"
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.61. Invocation command line was
$ /mnt/hdb1/coding/codigo/kde/SigCreate/configure --enable-debug=full
## --------- ##
## Platform. ##
## --------- ##
hostname = dust
uname -m = i686
uname -r = 2.6.18-4-686
uname -s = Linux
uname -v = #1 SMP Wed May 9 23:03:12 UTC 2007
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2136: checking build system type
configure:2154: result: i686-pc-linux-gnu
configure:2176: checking host system type
configure:2191: result: i686-pc-linux-gnu
configure:2213: checking target system type
configure:2228: result: i686-pc-linux-gnu
configure:2289: checking for a BSD-compatible install
configure:2345: result: /usr/bin/install -c
configure:2360: checking for -p flag to install
configure:2373: result: yes
configure:2384: checking whether build environment is sane
configure:2427: result: yes
configure:2479: checking for gawk
configure:2495: found /usr/bin/gawk
configure:2506: result: gawk
configure:2517: checking whether make sets $(MAKE)
configure:2538: result: yes
configure:2740: checking for kde-config
configure:2802: result: /usr/bin/kde-config
configure:2897: checking where to install
configure:2901: result: /usr (as returned by kde-config)
configure:2956: checking for style of include used by make
configure:2984: result: GNU
configure:3134: checking for gcc
configure:3150: found /usr/bin/gcc
configure:3161: result: gcc
configure:3399: checking for C compiler version
configure:3406: gcc --version >&5
gcc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
Copyright (C) 2006 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:3409: $? = 0
configure:3416: gcc -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v
--enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix
--enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu
--enable-libstdcxx-debug
--enable-mpfr --with-tune=i686 --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
configure:3419: $? = 0
configure:3426: gcc -V >&5
gcc: '-V' option must have argument
configure:3429: $? = 1
configure:3452: checking for C compiler default output file name
configure:3479: gcc conftest.c >&5
configure:3482: $? = 0
configure:3520: result: a.out
configure:3537: checking whether the C compiler works
configure:3547: ./a.out
configure:3550: $? = 0
configure:3567: result: yes
configure:3574: checking whether we are cross compiling
configure:3576: result: no
configure:3579: checking for suffix of executables
configure:3586: gcc -o conftest conftest.c >&5
configure:3589: $? = 0
configure:3613: result:
configure:3619: checking for suffix of object files
configure:3645: gcc -c conftest.c >&5
configure:3648: $? = 0
configure:3671: result: o
configure:3675: checking whether we are using the GNU C compiler
configure:3704: gcc -c conftest.c >&5
configure:3710: $? = 0
configure:3727: result: yes
configure:3732: checking whether gcc accepts -g
configure:3762: gcc -c -g conftest.c >&5
configure:3768: $? = 0
configure:3867: result: yes
configure:3884: checking for gcc option to accept ISO C89
configure:3958: gcc -c conftest.c >&5
configure:3964: $? = 0
configure:3987: result: none needed
configure:4007: checking dependency style of gcc
configure:4097: result: gcc3
configure:4120: checking how to run the C preprocessor
configure:4160: gcc -E conftest.c
configure:4166: $? = 0
configure:4197: gcc -E conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:4203: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "sigcreate"
| #define VERSION "0.1"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4236: result: gcc -E
configure:4265: gcc -E conftest.c
configure:4271: $? = 0
configure:4302: gcc -E conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:4308: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "sigcreate"
| #define VERSION "0.1"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4432: checking for g++
configure:4462: result: no
configure:4432: checking for c++
configure:4462: result: no
configure:4432: checking for gpp
configure:4462: result: no
configure:4432: checking for aCC
configure:4462: result: no
configure:4432: checking for CC
configure:4462: result: no
configure:4432: checking for cxx
configure:4462: result: no
configure:4432: checking for cc++
configure:4462: result: no
configure:4432: checking for cl.exe
configure:4462: result: no
configure:4432: checking for FCC
configure:4462: result: no
configure:4432: checking for KCC
configure:4462: result: no
configure:4432: checking for RCC
configure:4462: result: no
configure:4432: checking for xlC_r
configure:4462: result: no
configure:4432: checking for xlC
configure:4462: result: no
configure:4490: checking for C++ compiler version
configure:4497: g++ --version >&5
/mnt/hdb1/coding/codigo/kde/SigCreate/configure: line 4498: g++: command not
found
configure:4500: $? = 127
configure:4507: g++ -v >&5
/mnt/hdb1/coding/codigo/kde/SigCreate/configure: line 4508: g++: command not
found
configure:4510: $? = 127
configure:4517: g++ -V >&5
/mnt/hdb1/coding/codigo/kde/SigCreate/configure: line 4518: g++: command not
found
configure:4520: $? = 127
configure:4523: checking whether we are using the GNU C++ compiler
configure:4552: g++ -c -O0 -g3 conftest.cpp >&5
/mnt/hdb1/coding/codigo/kde/SigCreate/configure: line 4553: g++: command not
found
configure:4558: $? = 127
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "sigcreate"
| #define VERSION "0.1"
| /* end confdefs.h. */
|
| int
| main ()
| {
| #ifndef __GNUC__
| choke me
| #endif
|
| ;
| return 0;
| }
configure:4575: result: no
configure:4580: checking whether g++ accepts -g
configure:4610: g++ -c -g conftest.cpp >&5
/mnt/hdb1/coding/codigo/kde/SigCreate/configure: line 4611: g++: command not
found
configure:4616: $? = 127
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "sigcreate"
| #define VERSION "0.1"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:4648: g++ -c conftest.cpp >&5
/mnt/hdb1/coding/codigo/kde/SigCreate/configure: line 4649: g++: command not
found
configure:4654: $? = 127
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "sigcreate"
| #define VERSION "0.1"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:4687: g++ -c -g conftest.cpp >&5
/mnt/hdb1/coding/codigo/kde/SigCreate/configure: line 4688: g++: command not
found
configure:4693: $? = 127
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "sigcreate"
| #define VERSION "0.1"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:4715: result: no
configure:4740: checking dependency style of g++
configure:4830: result: none
configure:4849: checking whether gcc is blacklisted
configure:4880: gcc -c -g3 -fno-inline conftest.c >&5
configure:4886: $? = 0
configure:4902: result: no
configure:5230: checking whether g++ supports -Wmissing-format-attribute
configure:5270: rm -rf SunWS_cache; g++ -o conftest -ansi -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -Wcast-align
-Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O0 -g3
-Wmissing-format-attribute conftest.cpp
1>&5
/mnt/hdb1/coding/codigo/kde/SigCreate/configure: line 5271: g++: command not
found
configure:5276: $? = 127
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "sigcreate"
| #define VERSION "0.1"
| /* end confdefs.h. */
|
| int
| main ()
| {
| return 0;
| ;
| return 0;
| }
configure:5308: result: no
configure:5315: checking whether gcc supports -Wmissing-format-attribute
configure:5352: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts
-Wshadow -Wpointer-arith
-Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3
-fno-inline
-Wmissing-format-attribute conftest.c >&5
configure:5358: $? = 0
configure:5385: result: yes
configure:5399: checking whether g++ supports -Wundef
configure:5439: rm -rf SunWS_cache; g++ -o conftest -ansi -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -Wcast-align
-Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O0 -g3 -Wundef
conftest.cpp 1>&5
/mnt/hdb1/coding/codigo/kde/SigCreate/configure: line 5440: g++: command not
found
configure:5445: $? = 127
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "sigcreate"
| #define VERSION "0.1"
| /* end confdefs.h. */
|
| int
| main ()
| {
| return 0;
| ;
| return 0;
| }
configure:5477: result: no
configure:5484: checking whether g++ supports -Wno-long-long
configure:5524: rm -rf SunWS_cache; g++ -o conftest -ansi -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -Wcast-align
-Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O0 -g3 -Wno-long-long
conftest.cpp 1>&5
/mnt/hdb1/coding/codigo/kde/SigCreate/configure: line 5525: g++: command not
found
configure:5530: $? = 127
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "sigcreate"
| #define VERSION "0.1"
| /* end confdefs.h. */
|
| int
| main ()
| {
| return 0;
| ;
| return 0;
| }
configure:5562: result: no
configure:5569: checking whether g++ supports -Wno-non-virtual-dtor
configure:5609: rm -rf SunWS_cache; g++ -o conftest -ansi -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -Wcast-align
-Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O0 -g3
-Wno-non-virtual-dtor conftest.cpp 1>&5
/mnt/hdb1/coding/codigo/kde/SigCreate/configure: line 5610: g++: command not
found
configure:5615: $? = 127
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "sigcreate"
| #define VERSION "0.1"
| /* end confdefs.h. */
|
| int
| main ()
| {
| return 0;
| ;
| return 0;
| }
configure:5647: result: no
configure:6840: checking how to run the C++ preprocessor
configure:6876: g++ -E conftest.cpp
/mnt/hdb1/coding/codigo/kde/SigCreate/configure: line 6877: g++: command not
found
configure:6882: $? = 127
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "sigcreate"
| #define VERSION "0.1"
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:6876: g++ -E conftest.cpp
/mnt/hdb1/coding/codigo/kde/SigCreate/configure: line 6877: g++: command not
found
configure:6882: $? = 127
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "sigcreate"
| #define VERSION "0.1"
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:6876: /lib/cpp conftest.cpp
cpp: error trying to exec 'cc1plus': execvp: No such file or directory
configure:6882: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "sigcreate"
| #define VERSION "0.1"
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:6876: /lib/cpp conftest.cpp
cpp: error trying to exec 'cc1plus': execvp: No such file or directory
configure:6882: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "sigcreate"
| #define VERSION "0.1"
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:6952: result: /lib/cpp
configure:6981: /lib/cpp conftest.cpp
cpp: error trying to exec 'cc1plus': execvp: No such file or directory
configure:6987: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "sigcreate"
| #define VERSION "0.1"
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:6981: /lib/cpp conftest.cpp
cpp: error trying to exec 'cc1plus': execvp: No such file or directory
configure:6987: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "sigcreate"
| #define VERSION "0.1"
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:7049: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=no
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=set
ac_cv_env_CXXFLAGS_value='-O0 -g3'
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_LIBS_set=
ac_cv_env_LIBS_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_host=i686-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP=/lib/cpp
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=no
ac_cv_prog_make_make_set=yes
ac_cv_target=i686-pc-linux-gnu
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=none
kde_cv_path=/usr/bin/kde-config
kde_cv_path_kde_config=/usr/bin/kde-config
kde_cv_prog_cc_Wmissing_format_attribute=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /mnt/hdb1/coding/codigo/kde/SigCreate/admin/missing --run
aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /mnt/hdb1/coding/codigo/kde/SigCreate/admin/missing --run tar'
AR=''
ARTSCCONFIG=''
AUTOCONF='${SHELL} /mnt/hdb1/coding/codigo/kde/SigCreate/admin/missing --run
autoconf'
AUTODIRS=''
AUTOHEADER='${SHELL} /mnt/hdb1/coding/codigo/kde/SigCreate/admin/missing --run
autoheader'
AUTOMAKE='${SHELL} /mnt/hdb1/coding/codigo/kde/SigCreate/admin/missing --run
automake-1.9'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith
-Wmissing-prototypes
-Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline
-Wformat-security
-Wmissing-format-attribute'
CONF_FILES=' $(top_srcdir)/./admin/configure.in.min
$(top_srcdir)/configure.in.in'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='/lib/cpp'
CXXDEPMODE='depmode=none'
CXXFLAGS='-ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
-Wchar-subscripts -Wall -W
-Wpointer-arith -O0 -g3'
CYGPATH_W='echo'
DCOPIDL2CPP=''
DCOPIDL=''
DCOPIDLNG=''
DCOP_DEPENDENCIES=''
DEFS=''
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
ENABLE_PERMISSIVE_FLAG=''
EXEEXT=''
F77=''
FFLAGS=''
FRAMEWORK_COREAUDIO=''
GMSGFMT=''
GREP=''
HAVE_GCC_VISIBILITY='0'
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=''
KDECONFIG='/usr/bin/kde-config'
KDE_CHECK_PLUGIN=''
KDE_EXTRA_RPATH=''
KDE_INCLUDES=''
KDE_LDFLAGS=''
KDE_MT_LDFLAGS=''
KDE_MT_LIBS=''
KDE_NO_UNDEFINED=''
KDE_PLUGIN=''
KDE_RPATH=''
KDE_USE_CLOSURE_FALSE=''
KDE_USE_CLOSURE_TRUE=''
KDE_USE_FINAL_FALSE=''
KDE_USE_FINAL_TRUE=''
KDE_USE_FPIE=''
KDE_USE_NMCHECK_FALSE=''
KDE_USE_NMCHECK_TRUE=''
KDE_USE_PIE=''
KDE_XSL_STYLESHEET=''
LDFLAGS=''
LDFLAGS_AS_NEEDED=''
LDFLAGS_NEW_DTAGS=''
LIBCOMPAT=''
LIBCRYPT=''
LIBDL=''
LIBJPEG=''
LIBOBJS=''
LIBPNG=''
LIBPTHREAD=''
LIBRESOLV=''
LIBS=''
LIBSM=''
LIBSOCKET=''
LIBTOOL=''
LIBUCB=''
LIBUTIL=''
LIBZ=''
LIB_KAB=''
LIB_KABC=''
LIB_KDECORE=''
LIB_KDED=''
LIB_KDEPIM=''
LIB_KDEPRINT=''
LIB_KDEUI=''
LIB_KDNSSD=''
LIB_KFILE=''
LIB_KFM=''
LIB_KHTML=''
LIB_KIMPROXY=''
LIB_KIO=''
LIB_KJS=''
LIB_KNEWSTUFF=''
LIB_KPARTS=''
LIB_KSPELL=''
LIB_KSYCOCA=''
LIB_KUNITTEST=''
LIB_KUTILS=''
LIB_POLL=''
LIB_QPE=''
LIB_QT=''
LIB_SMB=''
LIB_X11=''
LIB_XEXT=''
LIB_XRENDER=''
LN_S=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /mnt/hdb1/coding/codigo/kde/SigCreate/admin/missing --run
makeinfo'
MAKEKDEWIDGETS=''
MCOPIDL=''
MEINPROC=''
MOC=''
MSGFMT=''
NOOPT_CFLAGS=''
NOOPT_CXXFLAGS=''
OBJEXT='o'
PACKAGE='sigcreate'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PERL=''
QTE_NORTTI=''
QT_INCLUDES=''
QT_LDFLAGS=''
RANLIB=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
TOPSUBDIRS=''
UIC=''
UIC_TR=''
USER_INCLUDES=''
USER_LDFLAGS=''
USE_EXCEPTIONS=''
USE_RTTI=''
USE_THREADS=''
VERSION='0.1'
WOVERLOADED_VIRTUAL=''
XGETTEXT=''
XMKMF=''
XMLLINT=''
X_EXTRA_LIBS=''
X_INCLUDES=''
X_LDFLAGS=''
X_PRE_LIBS=''
X_RPATH=''
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_F77=''
all_includes=''
all_libraries=''
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='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='NONE'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
include_ARTS_FALSE=''
include_ARTS_TRUE=''
include_x11_FALSE=''
include_x11_TRUE=''
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='/mnt/hdb1/coding/codigo/kde/SigCreate/admin/install-sh'
kde_appsdir=''
kde_bindir=''
kde_confdir=''
kde_datadir=''
kde_htmldir=''
kde_icondir=''
kde_includes=''
kde_kcfgdir=''
kde_libraries=''
kde_libs_htmldir='/usr/share/doc/kde/HTML'
kde_libs_prefix='/usr'
kde_locale=''
kde_mimedir=''
kde_moduledir=''
kde_qtver=''
kde_servicesdir=''
kde_servicetypesdir=''
kde_sounddir=''
kde_styledir=''
kde_templatesdir=''
kde_wallpaperdir=''
kde_widgetdir=''
kdeinitdir=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
qt_includes=''
qt_libraries=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i686-pc-linux-gnu'
target_alias=''
target_cpu='i686'
target_os='linux-gnu'
target_vendor='pc'
unsermake_enable_pch_FALSE=''
unsermake_enable_pch_TRUE='#'
x_includes='NONE'
x_libraries='NONE'
xdg_appsdir=''
xdg_directorydir=''
xdg_menudir=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE "sigcreate"
#define VERSION "0.1"
configure: exit 1
"
-- System Information:
Debian Release: 4.0
APT prefers testing
APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Versions of packages kdevelop depends on:
ii kdebase-bin 4:3.5.5a.dfsg.1-6 core binaries for the KDE base mod
ii kdelibs4c2a 4:3.5.5a.dfsg.1-8 core libraries and binaries for al
ii kdevelop-data 4:3.4.0-3 An IDE for Unix/X11 - data
ii libacl1 2.2.41-1 Access control list shared library
ii libart-2.0-2 2.3.17-1 Library of functions for 2D graphi
ii libattr1 2.4.32-1 Extended attribute shared library
ii libaudio2 1.8-4 The Network Audio System (NAS). (s
ii libc6 2.5-9+b1 GNU C Library: Shared libraries
ii libcvsservice0 4:3.5.5-3 DCOP service for accessing CVS rep
ii libdb4.3 4.3.29-8 Berkeley v4.3 Database Libraries [
ii libfam0 2.7.0-12 Client library to control the FAM
ii libfontconfig1 2.4.2-1.2 generic font configuration library
ii libfreetype6 2.2.1-5+etch1 FreeType 2 font engine, shared lib
ii libgcc1 1:4.1.1-21 GCC support library
ii libice6 1:1.0.1-2 X11 Inter-Client Exchange library
ii libidn11 0.6.5-1 GNU libidn library, implementation
ii libjpeg62 6b-13 The Independent JPEG Group's JPEG
ii libpcre3 6.7-1 Perl 5 Compatible Regular Expressi
ii libpng12-0 1.2.15~beta5-1 PNG library - runtime
ii libqt3-mt 3:3.3.7-4 Qt GUI Library (Threaded runtime v
ii libsm6 1:1.0.1-3 X11 Session Management library
ii libstdc++6 4.1.1-21 The GNU Standard C++ Library v3
ii libx11-6 2:1.0.3-7 X11 client-side library
ii libxcursor1 1.1.7-4 X cursor management library
ii libxext6 1:1.0.1-2 X11 miscellaneous extension librar
ii libxft2 2.1.8.2-8 FreeType-based font drawing librar
ii libxi6 1:1.0.1-4 X11 Input extension library
ii libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library
ii libxrandr2 2:1.1.0.2-5 X11 RandR extension library
ii libxrender1 1:0.9.1-3 X Rendering Extension client libra
ii libxt6 1:1.0.2-2 X11 toolkit intrinsics library
ii zlib1g 1:1.2.3-13 compression library - runtime
Versions of packages kdevelop recommends:
ii autoconf 2.61-4 automatic configure script builder
ii automake1.9 [automaken] 1.9.6+nogfdl-3 A tool for generating GNU Standard
ii gdb 6.4.90.dfsg-1 The GNU Debugger
ii kdevelop-doc 4:3.3.5-1 An IDE for Unix/X11 - documentatio
ii libtool 1.5.22-4 Generic library support script
ii make 3.81-2 The GNU version of the "make" util
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]