Skocz do zawartości

Style I Windeco Dla Kde - Rpm


Livio™

Rekomendowane odpowiedzi

Próbowałem na 2 sposoby, po instalacji buildsys-build, ~-macros i reszty.

[root@livio-desktop polyester-0.9.3]# CC=gcc32 CXX=gcc32 CCX=gcc32 ./configure
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
/bin/sh: /home/livio/Dokumenty/Pobrane: No such file or directory
configure: WARNING: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
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... gcc32
checking for C compiler default output file name... configure: error: C compiler                                             cannot create executables
See `config.log' for more details.
[root@livio-desktop polyester-0.9.3]# ./configure
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking target system type... i686-pc-linux-gnulibc1
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
/bin/sh: /home/livio/Dokumenty/Pobrane: No such file or directory
configure: WARNING: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
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 ANSI C... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... /lib/cpp
configure: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
[root@livio-desktop polyester-0.9.3]# CC=gcc32 ./configure
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
/bin/sh: /home/livio/Dokumenty/Pobrane: No such file or directory
configure: WARNING: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
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... gcc32
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
[root@livio-desktop polyester-0.9.3]#      

Bez Cc= bla bla bla ./configure zwraca mi to samo "/lib/cpp fails sanity check".

PS: To nowa instalka Fedory, bo testowałem Kubuntu.

 

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

 $ ./configure 

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

hostname = livio-desktop
uname -m = i686
uname -r = 2.6.15-1.2054_FC5
uname -s = Linux
uname -v = #1 Tue Mar 14 15:48:33 EST 2006

/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: /usr/kerberos/sbin
PATH: /usr/kerberos/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/X11R6/bin
PATH: /home/livio/bin


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

configure:1566: checking build system type
configure:1584: result: i686-pc-linux-gnu
configure:1592: checking host system type
configure:1606: result: i686-pc-linux-gnu
configure:1614: checking target system type
configure:1628: result: i686-pc-linux-gnu
configure:1675: checking for a BSD-compatible install
configure:1730: result: /usr/bin/install -c
configure:1745: checking for -p flag to install
configure:1758: result: yes
configure:1769: checking whether build environment is sane
configure:1812: result: yes
configure:1823: WARNING: `missing' script is too old or missing
configure:1864: checking for gawk
configure:1880: found /usr/bin/gawk
configure:1890: result: gawk
configure:1900: checking whether make sets $(MAKE)
configure:1920: result: yes
configure:2088: checking whether to enable maintainer-specific portions of Makefiles
configure:2097: result: no
configure:2131: checking for kde-config
configure:2193: result: /usr/bin/kde-config
configure:2289: checking where to install
configure:2293: result: /usr (as returned by kde-config)
configure:2348: checking for style of include used by make
configure:2376: result: GNU
configure:2524: checking for gcc
configure:2550: result: gcc32
configure:2794: checking for C compiler version
configure:2797: gcc32 --version </dev/null >&5
./configure: line 2798: gcc32: command not found
configure:2800: $? = 127
configure:2802: gcc32 -v </dev/null >&5
./configure: line 2803: gcc32: command not found
configure:2805: $? = 127
configure:2807: gcc32 -V </dev/null >&5
./configure: line 2808: gcc32: command not found
configure:2810: $? = 127
configure:2833: checking for C compiler default output file name
configure:2836: gcc32     conftest.c  >&5
./configure: line 2837: gcc32: command not found
configure:2839: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "polyester"
| #define VERSION "0.9.3"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:2878: error: C compiler cannot create executables
See `config.log' for more details.

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

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_env_CC_set=set
ac_cv_env_CC_value=gcc32
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_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_ac_ct_CC=gcc32
ac_cv_prog_make_make_set=yes
ac_cv_target=i686-pc-linux-gnu
ac_cv_target_alias=i686-pc-linux-gnu
kde_cv_path=/usr/bin/kde-config
kde_cv_path_kde_config=/usr/bin/kde-config

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='tar'
AR=''
ARTSCCONFIG=''
AUTOCONF='autoconf'
AUTODIRS=''
AUTOHEADER='autoheader'
AUTOMAKE='automake-1.9'
AWK='gawk'
CC='gcc32'
CCDEPMODE=''
CFLAGS=' '
CONF_FILES=' $(top_srcdir)/./admin/configure.in.min $(top_srcdir)/configure.in.in'
CPP=''
CPPFLAGS=''
CXX=''
CXXCPP=''
CXXDEPMODE=''
CXXFLAGS=''
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=''
HAVE_GCC_VISIBILITY=''
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=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='makeinfo'
MAKEKDEWIDGETS=''
MCOPIDL=''
MEINPROC=''
MOC=''
MSGFMT=''
NOOPT_CFLAGS=''
NOOPT_CXXFLAGS=''
OBJEXT=''
PACKAGE='polyester'
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.9.3'
WOVERLOADED_VIRTUAL=''
XGETTEXT=''
XMLLINT=''
X_EXTRA_LIBS=''
X_INCLUDES=''
X_LDFLAGS=''
X_PRE_LIBS=''
X_RPATH=''
ac_ct_AR=''
ac_ct_CC='gcc32'
ac_ct_CXX=''
ac_ct_F77=''
ac_ct_RANLIB=''
ac_ct_STRIP=''
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='${prefix}/share'
exec_prefix='NONE'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
include_ARTS_FALSE=''
include_ARTS_TRUE=''
include_x11_FALSE=''
include_x11_TRUE=''
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/livio/Dokumenty/Pobrane pliki/polyester-0.9.3/polyester-0.9.3/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/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'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
prefix='/usr'
program_transform_name='s,x,x,'
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 "polyester"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define VERSION "0.9.3"

configure: exit 77

Odnośnik do komentarza
Udostępnij na innych stronach

  • Odpowiedzi 79
  • Created
  • Ostatniej odpowiedzi

Top Posters In This Topic

W takim razie pokaż config.log, ale nie jak próbujesz z gcc32, tylko z gcc. Bo jak sam widzisz, przy próbie z gcc32 w config.log znajdują się linie typu:

./configure: line 2837: gcc32: command not found

.

 

W związku z tym zrób ./configure normalnie i pokaż tamten config.log.

 

Odnośnik do komentarza
Udostępnij na innych stronach

Ok. Mam mysl! /lib/cpp fails sanity check moze byc powodowane tym, ze jest to dowiazanie symboliczne, chociaz czy tak czy siak powinno dzialac :/.

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 

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

hostname = livio-desktop
uname -m = i686
uname -r = 2.6.15-1.2054_FC5
uname -s = Linux
uname -v = #1 Tue Mar 14 15:48:33 EST 2006

/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: /usr/kerberos/sbin
PATH: /usr/kerberos/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/X11R6/bin
PATH: /home/livio/bin


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

configure:1566: checking build system type
configure:1584: result: i686-pc-linux-gnulibc1
configure:1592: checking host system type
configure:1606: result: i686-pc-linux-gnulibc1
configure:1614: checking target system type
configure:1628: result: i686-pc-linux-gnulibc1
configure:1675: checking for a BSD-compatible install
configure:1730: result: /usr/bin/install -c
configure:1745: checking for -p flag to install
configure:1758: result: yes
configure:1769: checking whether build environment is sane
configure:1812: result: yes
configure:1823: WARNING: `missing' script is too old or missing
configure:1864: checking for gawk
configure:1880: found /usr/bin/gawk
configure:1890: result: gawk
configure:1900: checking whether make sets $(MAKE)
configure:1920: result: yes
configure:2088: checking whether to enable maintainer-specific portions of Makefiles
configure:2097: result: no
configure:2131: checking for kde-config
configure:2193: result: /usr/bin/kde-config
configure:2289: checking where to install
configure:2293: result: /usr (as returned by kde-config)
configure:2348: checking for style of include used by make
configure:2376: result: GNU
configure:2524: checking for gcc
configure:2540: found /usr/bin/gcc
configure:2550: result: gcc
configure:2794: checking for C compiler version
configure:2797: gcc --version </dev/null >&5
gcc (GCC) 4.1.1 20060525 (Red Hat 4.1.1-1)
Copyright Š 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:2800: $? = 0
configure:2802: gcc -v </dev/null >&5
Using built-in specs.
Target: i386-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=i386-redhat-linux
Thread model: posix
gcc version 4.1.1 20060525 (Red Hat 4.1.1-1)
configure:2805: $? = 0
configure:2807: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:2810: $? = 1
configure:2833: checking for C compiler default output file name
configure:2836: gcc     conftest.c  >&5
configure:2839: $? = 0
configure:2885: result: a.out
configure:2890: checking whether the C compiler works
configure:2896: ./a.out
configure:2899: $? = 0
configure:2916: result: yes
configure:2923: checking whether we are cross compiling
configure:2925: result: no
configure:2928: checking for suffix of executables
configure:2930: gcc -o conftest     conftest.c  >&5
configure:2933: $? = 0
configure:2958: result: 
configure:2964: checking for suffix of object files
configure:2985: gcc -c    conftest.c >&5
configure:2988: $? = 0
configure:3010: result: o
configure:3014: checking whether we are using the GNU C compiler
configure:3038: gcc -c    conftest.c >&5
configure:3044: $? = 0
configure:3048: test -z 
		 || test ! -s conftest.err
configure:3051: $? = 0
configure:3054: test -s conftest.o
configure:3057: $? = 0
configure:3070: result: yes
configure:3076: checking whether gcc accepts -g
configure:3097: gcc -c -g  conftest.c >&5
configure:3103: $? = 0
configure:3107: test -z 
		 || test ! -s conftest.err
configure:3110: $? = 0
configure:3113: test -s conftest.o
configure:3116: $? = 0
configure:3127: result: yes
configure:3144: checking for gcc option to accept ANSI C
configure:3214: gcc  -c    conftest.c >&5
conftest.c:12:19: error: stdio.h: No such file or directory
conftest.c:13:23: error: sys/types.h: No such file or directory
conftest.c:14:22: error: sys/stat.h: No such file or directory
conftest.c:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
conftest.c:46: error: expected declaration specifiers or '...' before 'FILE'
configure:3220: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "polyester"
| #define VERSION "0.9.3"
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
|      char **p;
|      int i;
| {
|   return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
|   char *s;
|   va_list v;
|   va_start (v,p);
|   s = g (p, va_arg (v,int));
|   va_end (v);
|   return s;
| }
| 
| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
|    function prototypes and stuff, but not '\xHH' hex character constants.
|    These don't provoke an error unfortunately, instead are silently treated
|    as 'x'.  The following induces an error, until -std1 is added to get
|    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
|    array size at least.  It's necessary to write '\x00'==0 to get something
|    that's true only with -std1.  */
| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
| 
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
|   ;
|   return 0;
| }
configure:3214: gcc -qlanglvl=ansi -c    conftest.c >&5
gcc: unrecognized option '-qlanglvl=ansi'
conftest.c:12:19: error: stdio.h: No such file or directory
conftest.c:13:23: error: sys/types.h: No such file or directory
conftest.c:14:22: error: sys/stat.h: No such file or directory
conftest.c:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
conftest.c:46: error: expected declaration specifiers or '...' before 'FILE'
configure:3220: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "polyester"
| #define VERSION "0.9.3"
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
|      char **p;
|      int i;
| {
|   return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
|   char *s;
|   va_list v;
|   va_start (v,p);
|   s = g (p, va_arg (v,int));
|   va_end (v);
|   return s;
| }
| 
| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
|    function prototypes and stuff, but not '\xHH' hex character constants.
|    These don't provoke an error unfortunately, instead are silently treated
|    as 'x'.  The following induces an error, until -std1 is added to get
|    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
|    array size at least.  It's necessary to write '\x00'==0 to get something
|    that's true only with -std1.  */
| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
| 
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
|   ;
|   return 0;
| }
configure:3214: gcc -std1 -c    conftest.c >&5
cc1: error: unrecognized command line option "-std1"
configure:3220: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "polyester"
| #define VERSION "0.9.3"
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
|      char **p;
|      int i;
| {
|   return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
|   char *s;
|   va_list v;
|   va_start (v,p);
|   s = g (p, va_arg (v,int));
|   va_end (v);
|   return s;
| }
| 
| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
|    function prototypes and stuff, but not '\xHH' hex character constants.
|    These don't provoke an error unfortunately, instead are silently treated
|    as 'x'.  The following induces an error, until -std1 is added to get
|    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
|    array size at least.  It's necessary to write '\x00'==0 to get something
|    that's true only with -std1.  */
| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
| 
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
|   ;
|   return 0;
| }
configure:3214: gcc -Ae -c    conftest.c >&5
<command line>:1:2: error: missing '(' after predicate
conftest.c:12:19: error: stdio.h: No such file or directory
conftest.c:13:23: error: sys/types.h: No such file or directory
conftest.c:14:22: error: sys/stat.h: No such file or directory
conftest.c:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
conftest.c:46: error: expected declaration specifiers or '...' before 'FILE'
configure:3220: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "polyester"
| #define VERSION "0.9.3"
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
|      char **p;
|      int i;
| {
|   return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
|   char *s;
|   va_list v;
|   va_start (v,p);
|   s = g (p, va_arg (v,int));
|   va_end (v);
|   return s;
| }
| 
| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
|    function prototypes and stuff, but not '\xHH' hex character constants.
|    These don't provoke an error unfortunately, instead are silently treated
|    as 'x'.  The following induces an error, until -std1 is added to get
|    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
|    array size at least.  It's necessary to write '\x00'==0 to get something
|    that's true only with -std1.  */
| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
| 
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
|   ;
|   return 0;
| }
configure:3214: gcc -Aa -D_HPUX_SOURCE -c    conftest.c >&5
<command line>:1:2: error: missing '(' after predicate
conftest.c:12:19: error: stdio.h: No such file or directory
conftest.c:13:23: error: sys/types.h: No such file or directory
conftest.c:14:22: error: sys/stat.h: No such file or directory
conftest.c:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
conftest.c:46: error: expected declaration specifiers or '...' before 'FILE'
configure:3220: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "polyester"
| #define VERSION "0.9.3"
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
|      char **p;
|      int i;
| {
|   return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
|   char *s;
|   va_list v;
|   va_start (v,p);
|   s = g (p, va_arg (v,int));
|   va_end (v);
|   return s;
| }
| 
| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
|    function prototypes and stuff, but not '\xHH' hex character constants.
|    These don't provoke an error unfortunately, instead are silently treated
|    as 'x'.  The following induces an error, until -std1 is added to get
|    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
|    array size at least.  It's necessary to write '\x00'==0 to get something
|    that's true only with -std1.  */
| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
| 
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
|   ;
|   return 0;
| }
configure:3214: gcc -Xc -D__EXTENSIONS__ -c    conftest.c >&5
gcc: unrecognized option '-Xc'
conftest.c:12:19: error: stdio.h: No such file or directory
conftest.c:13:23: error: sys/types.h: No such file or directory
conftest.c:14:22: error: sys/stat.h: No such file or directory
conftest.c:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
conftest.c:46: error: expected declaration specifiers or '...' before 'FILE'
configure:3220: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "polyester"
| #define VERSION "0.9.3"
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
|      char **p;
|      int i;
| {
|   return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
|   char *s;
|   va_list v;
|   va_start (v,p);
|   s = g (p, va_arg (v,int));
|   va_end (v);
|   return s;
| }
| 
| /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
|    function prototypes and stuff, but not '\xHH' hex character constants.
|    These don't provoke an error unfortunately, instead are silently treated
|    as 'x'.  The following induces an error, until -std1 is added to get
|    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
|    array size at least.  It's necessary to write '\x00'==0 to get something
|    that's true only with -std1.  */
| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
| 
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
|   ;
|   return 0;
| }
configure:3251: result: none needed
configure:3269: gcc -c    conftest.c >&5
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
configure:3275: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3410: checking dependency style of gcc
configure:3500: result: gcc3
configure:3523: checking how to run the C preprocessor
configure:3558: gcc -E  conftest.c
In file included from /usr/lib/gcc/i386-redhat-linux/4.1.1/include/syslimits.h:7,
                from /usr/lib/gcc/i386-redhat-linux/4.1.1/include/limits.h:11,
                from conftest.c:12:
/usr/lib/gcc/i386-redhat-linux/4.1.1/include/limits.h:122:61: error: limits.h: No such file or directory
configure:3564: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "polyester"
| #define VERSION "0.9.3"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:3558: gcc -E  conftest.c
In file included from /usr/lib/gcc/i386-redhat-linux/4.1.1/include/syslimits.h:7,
                from /usr/lib/gcc/i386-redhat-linux/4.1.1/include/limits.h:11,
                from conftest.c:12:
/usr/lib/gcc/i386-redhat-linux/4.1.1/include/limits.h:122:61: error: limits.h: No such file or directory
configure:3564: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "polyester"
| #define VERSION "0.9.3"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:3558: gcc -E -traditional-cpp  conftest.c
conftest.c:14: error: assert.h: No such file or directory
configure:3564: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "polyester"
| #define VERSION "0.9.3"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:3558: gcc -E -traditional-cpp  conftest.c
conftest.c:14: error: assert.h: No such file or directory
configure:3564: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "polyester"
| #define VERSION "0.9.3"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:3558: /lib/cpp  conftest.c
In file included from /usr/lib/gcc/i386-redhat-linux/4.1.1/include/syslimits.h:7,
                from /usr/lib/gcc/i386-redhat-linux/4.1.1/include/limits.h:11,
                from conftest.c:12:
/usr/lib/gcc/i386-redhat-linux/4.1.1/include/limits.h:122:61: error: limits.h: No such file or directory
configure:3564: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "polyester"
| #define VERSION "0.9.3"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:3558: /lib/cpp  conftest.c
In file included from /usr/lib/gcc/i386-redhat-linux/4.1.1/include/syslimits.h:7,
                from /usr/lib/gcc/i386-redhat-linux/4.1.1/include/limits.h:11,
                from conftest.c:12:
/usr/lib/gcc/i386-redhat-linux/4.1.1/include/limits.h:122:61: error: limits.h: No such file or directory
configure:3564: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "polyester"
| #define VERSION "0.9.3"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:3641: result: /lib/cpp
configure:3665: /lib/cpp  conftest.c
In file included from /usr/lib/gcc/i386-redhat-linux/4.1.1/include/syslimits.h:7,
                from /usr/lib/gcc/i386-redhat-linux/4.1.1/include/limits.h:11,
                from conftest.c:12:
/usr/lib/gcc/i386-redhat-linux/4.1.1/include/limits.h:122:61: error: limits.h: No such file or directory
configure:3671: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "polyester"
| #define VERSION "0.9.3"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:3665: /lib/cpp  conftest.c
In file included from /usr/lib/gcc/i386-redhat-linux/4.1.1/include/syslimits.h:7,
                from /usr/lib/gcc/i386-redhat-linux/4.1.1/include/limits.h:11,
                from conftest.c:12:
/usr/lib/gcc/i386-redhat-linux/4.1.1/include/limits.h:122:61: error: limits.h: No such file or directory
configure:3671: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "polyester"
| #define VERSION "0.9.3"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:3740: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.

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

ac_cv_build=i686-pc-linux-gnulibc1
ac_cv_build_alias=i686-pc-linux-gnulibc1
ac_cv_c_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_host=i686-pc-linux-gnulibc1
ac_cv_host_alias=i686-pc-linux-gnulibc1
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP=/lib/cpp
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=no
ac_cv_prog_make_make_set=yes
ac_cv_target=i686-pc-linux-gnulibc1
ac_cv_target_alias=i686-pc-linux-gnulibc1
am_cv_CC_dependencies_compiler_type=gcc3
kde_cv_path=/usr/bin/kde-config
kde_cv_path_kde_config=/usr/bin/kde-config

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='tar'
AR=''
ARTSCCONFIG=''
AUTOCONF='autoconf'
AUTODIRS=''
AUTOHEADER='autoheader'
AUTOMAKE='automake-1.9'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS=' '
CONF_FILES=' $(top_srcdir)/./admin/configure.in.min $(top_srcdir)/configure.in.in'
CPP='/lib/cpp'
CPPFLAGS=''
CXX=''
CXXCPP=''
CXXDEPMODE=''
CXXFLAGS=''
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=''
HAVE_GCC_VISIBILITY=''
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=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='makeinfo'
MAKEKDEWIDGETS=''
MCOPIDL=''
MEINPROC=''
MOC=''
MSGFMT=''
NOOPT_CFLAGS=''
NOOPT_CXXFLAGS=''
OBJEXT='o'
PACKAGE='polyester'
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.9.3'
WOVERLOADED_VIRTUAL=''
XGETTEXT=''
XMLLINT=''
X_EXTRA_LIBS=''
X_INCLUDES=''
X_LDFLAGS=''
X_PRE_LIBS=''
X_RPATH=''
ac_ct_AR=''
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_F77=''
ac_ct_RANLIB=''
ac_ct_STRIP=''
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-gnulibc1'
build_alias=''
build_cpu='i686'
build_os='linux-gnulibc1'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='NONE'
host='i686-pc-linux-gnulibc1'
host_alias=''
host_cpu='i686'
host_os='linux-gnulibc1'
host_vendor='pc'
include_ARTS_FALSE=''
include_ARTS_TRUE=''
include_x11_FALSE=''
include_x11_TRUE=''
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/livio/Dokumenty/Pobrane pliki/polyester-0.9.3/polyester-0.9.3/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/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'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
prefix='/usr'
program_transform_name='s,x,x,'
qt_includes=''
qt_libraries=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i686-pc-linux-gnulibc1'
target_alias=''
target_cpu='i686'
target_os='linux-gnulibc1'
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 "polyester"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define VERSION "0.9.3"

configure: exit 1

 

Syntax error? Dziwne...

 

Aha: jedyny RPM jaki mi teraz potrzebny to właśnie Polyester.

SuSE2, DeKorator, Tasty Menu itepe użyłem dla Madrivy. Ładnie śmigają.

Odnośnik do komentarza
Udostępnij na innych stronach

Mam myśl! /lib/cpp fails sanity check może być powodowane tym, że jest to dowiązanie symboliczne

Absolutnie nie, u każdego to jest dowiązanie symboliczne ;)

Ja bym zwrócił uwagę na linie:

conftest.c:12:19: error: stdio.h: No such file or directory
conftest.c:13:23: error: sys/types.h: No such file or directory
conftest.c:14:22: error: sys/stat.h: No such file or directory

$ rpm -qf /usr/include/stdio.h /usr/include/sys/types.h /usr/include/sys/stat.h
glibc-headers-2.4-8
glibc-headers-2.4-8
glibc-headers-2.4-8

Jak widać, wszystkie trzy brakujące pliki należą do pakietu glibc-headers. Więc najprawdopodobniej jest on u Ciebie niewgrany. Sprobuj zainstalować i zobacz czy pomoże.

Odnośnik do komentarza
Udostępnij na innych stronach

On się nie instalował z buildsys-build.

A to dziwne, bo powinien... inaczej żaden pakiet, który np. jest dostępny w Extras nie miałby racji bytu (bo tam środowisko do kompilowania tworzy się właśnie z buildsysa).

Wiesz, niezły jesteś w te klocki

Wystarczy umieć czytać logi i wyciągać wnioski z logów... wtedy kompilacja żadnego programu niestraszna ;)

Odnośnik do komentarza
Udostępnij na innych stronach

checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!

 

Szlag mnie zarz trafi. Przeleciał i nie było, że fails sanity check. Dzięki za tę podowiedź :).

Wiesz, kompilacja nie jest straszna, ale tylko z libtlen mi się kiedyś powiodła :/.

Odnośnik do komentarza
Udostępnij na innych stronach

checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!

Brakuje Ci któregoś pakietu -devel związanego z X-ami. Strzelam, że chodzi o libX11-devel. A tak w ogóle, ten polyester, jeśli to jest coś związanego z KDE, to od razu radzę wgrać kdelibs-devel, co powinno uzupełnić bardzo dużo zależności.

Odnośnik do komentarza
Udostępnij na innych stronach

A co jeśli kdelibs-devel będzie chciało zaktualizować mi całe KDE ? Raz mi się cała Fedora posypała...

Odnośnik do komentarza
Udostępnij na innych stronach

Dependencies Resolved

=============================================================================
Package                 Arch       Version          Repository        Size
=============================================================================
Installing:
libX11-devel            i386       1.0.0-3.FC5.0    updates           662 k
Installing for dependencies:
libXau-devel            i386       1.0.0-2.2        core               11 k
libXdmcp-devel          i386       1.0.0-2.2        core              7.1 k
mesa-libGL-devel        i386       6.4.2-6.FC5.3    updates           116 k
xorg-x11-proto-devel    i386       7.0-6            core              263 k
Updating for dependencies:
libX11                  i386       1.0.0-3.FC5.0    updates           759 k
mesa-libGL              i386       6.4.2-6.FC5.3    updates           6.4 M

Transaction Summary
=============================================================================
Install      5 Package(s)
Update       2 Package(s)
Remove       0 Package(s)
Total download size: 8.2 M
Is this ok [y/N]:              

Nie. Nie rozpierdzielę sobie po raz kolejny systemu.

 

Dependencies Resolved

=============================================================================
Package                 Arch       Version          Repository        Size
=============================================================================
Installing:
kdelibs-devel           i386       6:3.5.1-2.3      core              1.4 M
Installing for dependencies:
alsa-lib-devel          i386       1.0.11-3.rc2.2   core              1.4 M
arts-devel              i386       8:1.5.1-1.2      core              218 k
audiofile-devel         i386       1:0.2.6-2.2.1    core               91 k
bzip2-devel             i386       1.0.3-2.2.1      core               38 k
e2fsprogs-devel         i386       1.38-12          core              544 k
esound-devel            i386       1:0.2.36-2.2.1   core               32 k
fontconfig-devel        i386       2.3.94-1         core              168 k
freetype-devel          i386       2.1.10-5.2.1     core              576 k
gamin-devel             i386       0.1.7-1.2.1      core               34 k
glib2-devel             i386       2.10.1-1         core              1.2 M
krb5-devel              i386       1.4.3-4.1        core              957 k
libICE-devel            i386       1.0.0-2.2        core               13 k
libSM-devel             i386       1.0.0-2.2        core              9.3 k
libX11-devel            i386       1.0.0-3          core              677 k
libXau-devel            i386       1.0.0-2.2        core               11 k
libXcursor-devel        i386       1.1.5.2-2.2      core               14 k
libXdmcp-devel          i386       1.0.0-2.2        core              7.1 k
libXext-devel           i386       1.0.0-3.2        core               58 k
libXft-devel            i386       2.1.8.2-3.2      core               16 k
libXinerama-devel       i386       1.0.1-1.2        core              5.0 k
libXrandr-devel         i386       1.1.0.2-2.2      core               15 k
libXrender-devel        i386       0.9.0.2-3.2      core              8.6 k
libXt-devel             i386       1.0.0-2.2        core              338 k
libacl-devel            i386       2.2.34-1.2       core               82 k
libart_lgpl-devel       i386       2.3.17-2.2.1     core               72 k
libattr-devel           i386       2.4.28-1.2       core               33 k
libgcrypt-devel         i386       1.2.2-1.2.1      core              270 k
libgpg-error-devel      i386       1.1-1.2.1        core               15 k
libidn-devel            i386       0.6.2-1.1        core              229 k
libjpeg-devel           i386       6b-36.2.1        core              106 k
libmng-devel            i386       1.0.9-3.2.1      core               53 k
libogg-devel            i386       2:1.1.3-1.2      core               80 k
libpng-devel            i386       2:1.2.8-2.2.1    core              180 k
libtiff-devel           i386       3.7.4-3.2.1      core              483 k
libvorbis-devel         i386       1:1.1.2-1.2      core              563 k
libxml2-devel           i386       2.6.23-1.2       core              2.1 M
libxslt-devel           i386       1.1.15-1.2.1     core              284 k
mesa-libGL-devel        i386       6.4.2-6          core              116 k
openssl-devel           i386       0.9.8a-5.2       core              1.9 M
pcre-devel              i386       6.3-1.2.1        core              195 k
pkgconfig               i386       1:0.20-2.2.1     core               58 k
qt-devel                i386       1:3.3.5-13       core               14 M
xorg-x11-proto-devel    i386       7.0-6            core              263 k
zlib-devel              i386       1.2.3-1.2.1      core              101 k

Transaction Summary
=============================================================================
Install     45 Package(s)
Update       0 Package(s)
Remove       0 Package(s)
Total download size: 29 M
Is this ok [y/N]:              

 

Jeszcze lepiej...

Odnośnik do komentarza
Udostępnij na innych stronach

Widze, ze u Ciebie repo sie nazywa updates. Czyli:

yum install libX11-devel --disablerepo=updates

A tak w ogóle radze od razu wgrac kdelibs-devel. W wyniku zaleznosci libX11-devel i tak zostanie zainstalowany.

 

EDIT: Sorka, nie widzialem tej edycji. No niestety, tak to jest z kompilacja... ale jak nie chcesz sciagac 29 MB i masz plyte to mozna zrobic, zeby to wgrac z plyty :)

Odnośnik do komentarza
Udostępnij na innych stronach

Tu nie chodzi o płytę. Jak zaktualizuję kdelibs-devel i libX11-devel mogę zepsuć system.

I jeszcze 43 pakiety.

 

29Mb to mało dla mnie. Szybko się pobierze.

Odnośnik do komentarza
Udostępnij na innych stronach

Jak zaktualizuję kdelibs-devel i libX11-devel mogę zepsuć system.

Nie sądzę. Pakiety -devel to tylko biblioteki, które nie mają ŻADNEGO wpływu na działanie systemu. Zresztą - jak widać, bez nich system sobie dobrze radził :) One są wykorzystywane tylko i wyłącznie przy kompilacjach.

Odnośnik do komentarza
Udostępnij na innych stronach

Mam nadzieję, że masz rację, jak w poprzednich przypadkach :).

Nie chcę zepsuć tego systemu. Jest bardzo dobry.

 

A nie muszę nic zamykać? Yum chce zaktualizować libpng, libjpeg, libogg i inne...

 

Jedyna aplikacja bez -devel to: pkgconfig.

Ona ścieżki chyba definiuje.

 

Słusznie masz poziom "Ekspert" :).

Odnośnik do komentarza
Udostępnij na innych stronach

Jeśli chcesz dodać odpowiedź, zaloguj się lub zarejestruj nowe konto

Jedynie zarejestrowani użytkownicy mogą komentować zawartość tej strony.

Zarejestruj nowe konto

Załóż nowe konto. To bardzo proste!

Zarejestruj się

Zaloguj się

Posiadasz już konto? Zaloguj się poniżej.

Zaloguj się

×
×
  • Dodaj nową pozycję...