blackbirdthefirst
Mitglied
Mhh, also mein config.log Datei verwirrt mich nun aber wirklich.
Da stehen eine ganze Menge Fehler drin:
Aber ich kann die Anwendung doch auch ohne Fehler aus Kdevelop heraus übersetzen ?
Da stehen eine ganze Menge Fehler drin:
Code:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure --with-wx-include=/usr/local/include/wx
## --------- ##
## Platform. ##
## --------- ##
hostname = linux
uname -m = i686
uname -r = 2.6.13-15.7-default
uname -s = Linux
uname -v = #1 Tue Nov 29 14:32:29 UTC 2005
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/blackbird/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /bin
PATH: /usr/games
PATH: /opt/gnome/bin
PATH: /opt/kde3/bin
PATH: /usr/lib/mit/bin
PATH: /usr/lib/mit/sbin
## ----------- ##
## Core tests. ##
## ----------- ##
....
configure:11392: result: yes
configure:11463: checking dynamic linker characteristics
configure:12009: result: GNU/Linux ld.so
configure:12013: checking how to hardcode library paths into programs
configure:12038: result: immediate
configure:12052: checking whether stripping libraries is possible
configure:12057: result: yes
configure:20078: checking wx.h usability
configure:20090: g++ -c -g -O2 -I/usr/local/include/wx/ conftest.cc >&5
In file included from /usr/include/libio.h:62,
from /usr/include/stdio.h:72,
from conftest.cc:25:
/usr/include/sys/cdefs.h:45:44: error: missing binary operator before token "("
/usr/include/sys/cdefs.h:49:44: error: missing binary operator before token "("
/usr/include/sys/cdefs.h:136:19: error: missing binary operator before token "("
/usr/include/sys/cdefs.h:194:19: error: missing binary operator before token "("
/usr/include/sys/cdefs.h:203:19: error: missing binary operator before token "("
/usr/include/sys/cdefs.h:212:19: error: missing binary operator before token "("
/usr/include/sys/cdefs.h:221:19: error: missing binary operator before token "("
/usr/include/sys/cdefs.h:233:19: error: missing binary operator before token "("
/usr/include/sys/cdefs.h:243:19: error: missing binary operator before token "("
/usr/include/sys/cdefs.h:252:19: error: missing binary operator before token "("
/usr/include/sys/cdefs.h:262:20: error: missing binary operator before token "("
/usr/include/sys/cdefs.h:267:20: error: missing binary operator before token "("
/usr/include/sys/cdefs.h:274:19: error: missing binary operator before token "("
In file included from conftest.cc:27:
/usr/include/sys/types.h:158:20: error: missing binary operator before token "("
In file included from /usr/local/include/wx/debug.h:18,
from /usr/local/include/wx/defs.h:459,
from /usr/local/include/wx/string.h:25,
from conftest.cc:44:
/usr/include/assert.h:38:42: error: missing binary operator before token "("
/usr/include/assert.h:104:42: error: missing binary operator before token "("
In file included from /usr/include/c++/4.0.2/cassert:49,
from /usr/include/c++/4.0.2/debug/debug.h:272,
from /usr/include/c++/4.0.2/bits/stl_algobase.h:76,
from /usr/include/c++/4.0.2/bits/char_traits.h:46,
from /usr/include/c++/4.0.2/string:47,
from /usr/local/include/wx/string.h:170,
from conftest.cc:44:
/usr/include/assert.h:38:42: error: missing binary operator before token "("
/usr/include/assert.h:104:42: error: missing binary operator before token "("
/usr/lib/gcc/i586-suse-linux/4.0.2/include/stddef.h:214: error: expected constructor, destructor, or type conversion before 'typedef'
/usr/include/stdio.h:46: error: expected constructor, destructor, or type conversion before 'typedef'
/usr/include/stdio.h:62: error: expected constructor, destructor, or type conversion before 'typedef'
/usr/include/gconv.h:72: error: 'size_t' has not been declared
/usr/include/gconv.h:88: error: 'size_t' has not been declared
/usr/include/gconv.h:97: error: 'size_t' has not been declared
/usr/include/gconv.h:174: error: 'size_t' does not name a type
/usr/include/gconv.h:176: error: expected ';' before '__flexarr'
/usr/include/libio.h:354: error: 'size_t' has not been declared
/usr/include/libio.h:363: error: 'size_t' has not been declared
/usr/include/libio.h:479: error: 'size_t' does not name a type
/usr/include/stdio.h:166: error: expected initializer before '*' token
/usr/include/stdio.h:208: error: 'FILE' was not declared in this scope
/usr/include/stdio.h:208: error: '__stream' was not declared in this scope
/usr/include/stdio.h:213: error: 'FILE' was not declared in this scope
/usr/include/stdio.h:213: error: '__stream' was not declared in this scope
/usr/include/stdio.h:243: error: expected initializer before '*' token
/usr/include/stdio.h:249: error: expected initializer before '*' token
/usr/include/stdio.h:299: error: variable or field 'setbuf' declared void
/usr/include/stdio.h:299: error: 'FILE' was not declared in this scope
/usr/include/stdio.h:299: error: expected primary-expression before '__restrict__'
/usr/include/stdio.h:299: error: expected primary-expression before 'char'
/usr/include/stdio.h:299: error: initializer expression list treated as compound expression
/usr/include/stdio.h:303: error: 'FILE' was not declared in this scope
/usr/include/stdio.h:303: error: expected primary-expression before '__restrict__'
/usr/include/stdio.h:303: error: expected primary-expression before 'char'
/usr/include/stdio.h:304: error: expected primary-expression before 'int'
/usr/include/stdio.h:304: error: 'size_t' was not declared in this scope
/usr/include/stdio.h:304: error: initializer expression list treated as compound expression
/usr/include/stdio.h:323: error: 'FILE' was not declared in this scope
/usr/include/stdio.h:323: error: expected primary-expression before '__restrict__'
/usr/include/stdio.h:324: error: expected primary-expression before 'const'
/usr/include/stdio.h:324: error: expected primary-expression before '...' token
/usr/include/stdio.h:324: error: initializer expression list treated as compound expression
/usr/include/stdio.h:338: error: 'FILE' was not declared in this scope
/usr/include/stdio.h:338: error: expected primary-expression before '__restrict__'
/usr/include/stdio.h:338: error: expected primary-expression before 'const'
/usr/include/stdio.h:339: error: expected primary-expression before '__arg'
/usr/include/stdio.h:339: error: initializer expression list treated as compound expression
/usr/include/stdio.h:395: error: 'FILE' was not declared in this scope
/usr/include/stdio.h:395: error: expected primary-expression before '__restrict__'
/usr/include/stdio.h:396: error: expected primary-expression before 'const'
/usr/include/stdio.h:396: error: expected primary-expression before '...' token
/usr/include/stdio.h:396: error: initializer expression list treated as compound expression
/usr/include/stdio.h:437: error: 'FILE' was not declared in this scope
/usr/include/stdio.h:437: error: '__stream' was not declared in this scope
/usr/include/stdio.h:438: error: 'FILE' was not declared in this scope
/usr/include/stdio.h:438: error: '__stream' was not declared in this scope
/usr/include/stdio.h:479: error: 'FILE' has not been declared
/usr/include/stdio.h:480: error: 'FILE' has not been declared
/usr/include/stdio.h:528: error: 'FILE' has not been declared
/usr/include/stdio.h:585: error: 'FILE' has not been declared
/usr/include/stdio.h:598: error: 'FILE' has not been declared
/usr/include/stdio.h:605: error: 'size_t' does not name a type
/usr/include/stdio.h:611: error: 'size_t' does not name a type
/usr/include/stdio.h:645: error: 'FILE' was not declared in this scope
/usr/include/stdio.h:645: error: '__stream' was not declared in this scope
/usr/include/stdio.h:645: error: expected primary-expression before 'long'
/usr/include/stdio.h:645: error: expected primary-expression before 'int'
/usr/include/stdio.h:645: error: initializer expression list treated as compound expression
/usr/include/stdio.h:650: error: 'FILE' was not declared in this scope
/usr/include/stdio.h:650: error: '__stream' was not declared in this scope
/usr/include/stdio.h:655: error: variable or field 'rewind' declared void
/usr/include/stdio.h:655: error: 'FILE' was not declared in this scope
/usr/include/stdio.h:655: error: '__stream' was not declared in this scope
/usr/include/stdio.h:694: error: 'FILE' was not declared in this scope
/usr/include/stdio.h:694: error: expected primary-expression before '__restrict__'
/usr/include/stdio.h:694: error: expected primary-expression before '*' token
/usr/include/stdio.h:694: error: expected primary-expression before '__restrict__'
/usr/include/stdio.h:694: error: initializer expression list treated as compound expression
/usr/include/stdio.h:699: error: 'FILE' was not declared in this scope
/usr/include/stdio.h:699: error: '__stream' was not declared in this scope
/usr/include/stdio.h:699: error: expected primary-expression before 'const'
/usr/include/stdio.h:699: error: initializer expression list treated as compound expression
/usr/include/stdio.h:722: error: variable or field 'clearerr' declared void
/usr/include/stdio.h:722: error: 'FILE' was not declared in this scope
/usr/include/stdio.h:722: error: '__stream' was not declared in this scope
/usr/include/stdio.h:724: error: 'FILE' was not declared in this scope
/usr/include/stdio.h:724: error: '__stream' was not declared in this scope
/usr/include/stdio.h:726: error: 'FILE' was not declared in this scope
/usr/include/stdio.h:726: error: '__stream' was not declared in this scope
/usr/include/stdio.h:836: error: expected declaration before '}' token
configure:20096: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mailwatch"
| #define VERSION "0.1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <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>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <wx.h>
configure:20119: result: no
configure:20123: checking wx.h presence
configure:20133: g++ -E -I/usr/local/include/wx/ conftest.cc
In file included from /usr/local/include/wx/debug.h:18,
from /usr/local/include/wx/defs.h:459,
from /usr/local/include/wx/wx.h:15,
from conftest.cc:25:
/usr/include/assert.h:38:42: error: missing binary operator before token "("
/usr/include/assert.h:104:42: error: missing binary operator before token "("
In file included from /usr/include/libio.h:62,
from /usr/include/stdio.h:72,
from /usr/local/include/wx/string.h:40,
from /usr/local/include/wx/wxchar.h:623,
from /usr/local/include/wx/debug.h:22,
from /usr/local/include/wx/defs.h:459,
from /usr/local/include/wx/wx.h:15,
from conftest.cc:25:
/usr/include/sys/cdefs.h:45:44: error: missing binary operator before token "("
/usr/include/sys/cdefs.h:49:44: error: missing binary operator before token "("
/usr/include/sys/cdefs.h:136:19: error: missing binary operator before token "("
/usr/include/sys/cdefs.h:194:19: error: missing binary operator before token "("
/usr/include/sys/cdefs.h:203:19: error: missing binary operator before token "("
/usr/include/sys/cdefs.h:212:19: error: missing binary operator before token "("
/usr/include/sys/cdefs.h:221:19: error: missing binary operator before token "("
/usr/include/sys/cdefs.h:233:19: error: missing binary operator before token "("
/usr/include/sys/cdefs.h:243:19: error: missing binary operator before token "("
/usr/include/sys/cdefs.h:252:19: error: missing binary operator before token "("
/usr/include/sys/cdefs.h:262:20: error: missing binary operator before token "("
/usr/include/sys/cdefs.h:267:20: error: missing binary operator before token "("
/usr/include/sys/cdefs.h:274:19: error: missing binary operator before token "("
In file included from /usr/include/c++/4.0.2/cassert:49,
from /usr/include/c++/4.0.2/debug/debug.h:272,
from /usr/include/c++/4.0.2/bits/stl_algobase.h:76,
from /usr/include/c++/4.0.2/bits/char_traits.h:46,
from /usr/include/c++/4.0.2/string:47,
from /usr/local/include/wx/string.h:170,
from /usr/local/include/wx/wxchar.h:623,
from /usr/local/include/wx/debug.h:22,
from /usr/local/include/wx/defs.h:459,
from /usr/local/include/wx/wx.h:15,
from conftest.cc:25:
/usr/include/assert.h:38:42: error: missing binary operator before token "("
/usr/include/assert.h:104:42: error: missing binary operator before token "("
In file included from /usr/local/include/wx/filefn.h:32,
from /usr/local/include/wx/utils.h:32,
from /usr/local/include/wx/wx.h:25,
from conftest.cc:25:
/usr/include/sys/types.h:158:20: error: missing binary operator before token "("
configure:20139: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mailwatch"
| #define VERSION "0.1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <wx.h>
configure:20159: result: no
configure:20194: checking for wx.h
configure:20201: result: no
configure:20276: error: You must have wxWidgets-Base 2.6 installed
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_f77_compiler_gnu=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_wx_h=no
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=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='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_f77_g=no
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
lt_cv_deplibs_check_method=pass_all
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/i586-suse-linux/bin/ld
lt_cv_path_LDCXX=/usr/i586-suse-linux/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_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_max_cmd_len=32768
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/blackbird/Entwicklung/CVS/MailWatch/optimized/mailwatch-0.1/missing --run aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/blackbird/Entwicklung/CVS/MailWatch/optimized/mailwatch-0.1/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /home/blackbird/Entwicklung/CVS/MailWatch/optimized/mailwatch-0.1/missing --run autoconf'
AUTOHEADER='${SHELL} /home/blackbird/Entwicklung/CVS/MailWatch/optimized/mailwatch-0.1/missing --run autoheader'
AUTOMAKE='${SHELL} /home/blackbird/Entwicklung/CVS/MailWatch/optimized/mailwatch-0.1/missing --run automake-1.9'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=' -I/usr/local/include/wx/'
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
F77=''
FFLAGS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/blackbird/Entwicklung/CVS/MailWatch/optimized/mailwatch-0.1/missing --run makeinfo'
OBJEXT='o'
PACKAGE='mailwatch'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='0.1'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
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='${prefix}/share'
exec_prefix='NONE'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/blackbird/Entwicklung/CVS/MailWatch/optimized/mailwatch-0.1/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
prefix='NONE'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define HAVE_DLFCN_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define PACKAGE "mailwatch"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#define VERSION "0.1"
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;
configure: exit 1
Aber ich kann die Anwendung doch auch ohne Fehler aus Kdevelop heraus übersetzen ?