LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   What do i need to compile it? ./configure results are.. (https://www.linuxquestions.org/questions/linux-newbie-8/what-do-i-need-to-compile-it-configure-results-are-718769/)

QueenZ 04-13-2009 07:56 AM

What do i need to compile it? ./configure results are..
 
so i'm trying to install a Dock for my KDE 4.2.1 Fedora and when i did ./configure i got this..

Quote:

[queenz@localhost ksmoothdock]$ ./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
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.
Can i run make or do i have to do something more first?

colucix 04-13-2009 08:13 AM

Code:

checking for g++... no
checking for c++... no

Your system misses the C++ compiler. Look for the gcc-c++ package and after installing it run ./configure again.

XavierP 04-13-2009 08:16 AM

What does config.log show? Should be in the same directory you are compiling from.

QueenZ 04-13-2009 08:21 AM

I installed it and it's fine now but i just have this one question.. here is my second ./configure but i see a lot of 'no' but at the end it said that i'm good and i can 'make'.. how can it be?

Quote:

[root@localhost ~]# cd /home/queenz/Download/ksmoothdock
[root@localhost ksmoothdock]# ./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
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++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether gcc is blacklisted... no
checking whether g++ supports -Wmissing-format-attribute... yes
checking whether gcc supports -Wmissing-format-attribute... yes
checking whether g++ supports -Wundef... yes
checking whether g++ supports -Wno-long-long... yes
checking whether g++ supports -Wno-non-virtual-dtor... yes
checking whether g++ supports -fno-reorder-blocks... yes
checking whether g++ supports -fno-exceptions... yes
checking whether g++ supports -fno-check-new... yes
checking whether g++ supports -fno-common... yes
checking whether g++ supports -fexceptions... yes
checking whether system headers can cope with -O2 -fno-inline... irrelevant
checking how to run the C++ preprocessor... g++ -E
checking whether g++ supports -O0... yes
checking whether g++ supports -Wl,--no-undefined... yes
checking whether g++ supports -Wl,--allow-shlib-undefined... yes
not using lib directory suffix
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
appending configuration tag "F77" to libtool
checking for msgfmt... msgfmt
checking for gmsgfmt... msgfmt
found msgfmt program is not GNU msgfmt; ignore it
checking for xgettext... :
checking if C++ programs can be compiled... yes
checking for strlcat... no
checking if strlcat needs custom prototype... yes - in libkdefakes
checking for strlcpy... no
checking if strlcpy needs custom prototype... yes - in libkdefakes
checking for main in -lutil... yes
checking for main in -lcompat... no
checking for crypt in -lcrypt... yes
checking for socklen_t... yes
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for inet_ntoa... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for sys/types.h... (cached) yes
checking for stdint.h... (cached) yes
checking sys/bitypes.h usability... yes
checking sys/bitypes.h presence... yes
checking for sys/bitypes.h... yes
checking for poll in -lpoll... no
checking Carbon/Carbon.h usability... no
checking Carbon/Carbon.h presence... no
checking for Carbon/Carbon.h... no
checking CoreAudio/CoreAudio.h usability... no
checking CoreAudio/CoreAudio.h presence... no
checking for CoreAudio/CoreAudio.h... no
checking if res_init needs -lresolv... yes
checking for res_init... yes
checking if res_init needs custom prototype... no
checking for killpg in -lucb... no
checking for int... yes
checking size of int... 4
checking for short... yes
checking size of short... 2
checking for long... yes
checking size of long... 4
checking for char *... yes
checking size of char *... 4
checking for dlopen in -ldl... (cached) yes
checking for shl_unload in -ldld... no
checking for size_t... yes
checking size of size_t... 4
checking for unsigned long... yes
checking size of unsigned long... 4
checking sizeof size_t == sizeof unsigned long... yes
checking for PIE support... yes
checking if enabling -pie/fPIE support... yes
checking crt_externs.h usability... no
checking crt_externs.h presence... no
checking for crt_externs.h... no
checking for _NSGetEnviron... no
checking for vsnprintf... yes
checking for snprintf... yes
checking for X... libraries /usr/lib, headers .
checking for IceConnectionNumber in -lICE... yes
checking for libXext... yes
checking for pthread_create in -lpthread... yes
checking for extra includes... no
checking for extra libs... no
checking for libz... -lz
checking for libpng... -lpng -lz -lm
checking for libjpeg6b... no
checking for libjpeg... -ljpeg
checking for perl... /usr/bin/perl
checking for Qt... libraries /usr/lib/qt-3.3/lib, headers /usr/lib/qt-3.3/include using -mt
checking for moc... /usr/lib/qt-3.3/bin/moc
checking for uic... /usr/lib/qt-3.3/bin/uic
checking whether uic supports -L ... yes
checking whether uic supports -nounload ... yes
checking if Qt needs -ljpeg... no
checking for rpath... yes
checking for KDE... libraries /usr/lib, headers /usr/include/kde
checking if UIC has KDE plugins available... yes
checking for KDE paths... defaults
checking for dcopidl... /usr/bin/dcopidl
checking for dcopidl2cpp... /usr/bin/dcopidl2cpp
checking for mcopidl... /usr/bin/mcopidl
checking for artsc-config... /usr/bin/artsc-config
checking for meinproc... /usr/bin/meinproc
checking for kconfig_compiler... /usr/bin/kconfig_compiler
checking for dcopidlng... /usr/bin/dcopidlng
checking for xmllint... /usr/bin/xmllint
checking whether byte ordering is bigendian... no
checking for MAXPATHLEN... 4096
checking if doc should be compiled... yes
checking if po should be compiled... yes
checking if src should be compiled... yes
configure: creating ./config.status
wrong input (flag != 4) at admin/conf.change.pl line 117, <> line 1221.
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating doc/en/Makefile
config.status: creating po/Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands

Good - your configure finished. Start make now

[root@localhost ksmoothdock]#

QueenZ 04-13-2009 08:22 AM

When making, i got these errors.. what's happening..? :(

Quote:

[root@localhost ksmoothdock]# make
make all-recursive
make[1]: Entering directory `/home/queenz/Download/ksmoothdock'
Making all in doc
make[2]: Entering directory `/home/queenz/Download/ksmoothdock/doc'
Making all in .
make[3]: Entering directory `/home/queenz/Download/ksmoothdock/doc'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/queenz/Download/ksmoothdock/doc'
Making all in en
make[3]: Entering directory `/home/queenz/Download/ksmoothdock/doc/en'
/usr/bin/meinproc --check --cache index.cache.bz2 ./index.docbook
make[3]: Leaving directory `/home/queenz/Download/ksmoothdock/doc/en'
make[2]: Leaving directory `/home/queenz/Download/ksmoothdock/doc'
Making all in po
make[2]: Entering directory `/home/queenz/Download/ksmoothdock/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/queenz/Download/ksmoothdock/po'
Making all in src
make[2]: Entering directory `/home/queenz/Download/ksmoothdock/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/lib/qt-3.3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.cpp; \
then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi
In file included from /usr/lib/qt-3.3/include/qwindowdefs.h:47,
from /usr/lib/qt-3.3/include/qwidget.h:45,
from ksmoothdock.h:31,
from main.cpp:22:
/usr/lib/qt-3.3/include/qstring.h: In member function ‘char QChar::latin1() const’:
/usr/lib/qt-3.3/include/qstring.h:197: warning: conversion to ‘char’ from ‘int’ may alter its value
/usr/lib/qt-3.3/include/qstring.h: In member function ‘void QChar::setCell(uchar)’:
/usr/lib/qt-3.3/include/qstring.h:222: warning: conversion to ‘ushort’ from ‘int’ may alter its value
/usr/lib/qt-3.3/include/qstring.h: In member function ‘void QChar::setRow(uchar)’:
/usr/lib/qt-3.3/include/qstring.h:223: warning: conversion to ‘ushort’ from ‘int’ may alter its value
/usr/lib/qt-3.3/include/qstring.h: In constructor ‘QChar::QChar(uchar, uchar)’:
/usr/lib/qt-3.3/include/qstring.h:267: warning: conversion to ‘ushort’ from ‘int’ may alter its value
/usr/lib/qt-3.3/include/qstring.h: In constructor ‘QStringData::QStringData(QChar*, uint, uint)’:
/usr/lib/qt-3.3/include/qstring.h:365: warning: conversion to ‘unsigned int:30’ from ‘uint’ may alter its value
/usr/lib/qt-3.3/include/qstring.h:365: warning: conversion to ‘unsigned int:30’ from ‘uint’ may alter its value
In file included from /usr/lib/qt-3.3/include/qobject.h:48,
from /usr/lib/qt-3.3/include/qwidget.h:46,
from ksmoothdock.h:31,
from main.cpp:22:
/usr/lib/qt-3.3/include/qevent.h: In member function ‘void QDropEvent::setAction(QDropEvent::Action)’:
/usr/lib/qt-3.3/include/qevent.h:523: warning: conversion to ‘unsigned char’ from ‘uint’ may alter its value
In file included from /usr/lib/qt-3.3/include/qwidget.h:52,
from ksmoothdock.h:31,
from main.cpp:22:
/usr/lib/qt-3.3/include/qsizepolicy.h: In member function ‘void QSizePolicy::transpose()’:
/usr/lib/qt-3.3/include/qsizepolicy.h:125: warning: conversion to ‘uchar’ from ‘uint’ may alter its value
/usr/lib/qt-3.3/include/qsizepolicy.h:125: warning: conversion to ‘uchar’ from ‘uint’ may alter its value
In file included from main.cpp:22:
ksmoothdock.h: At global scope:
ksmoothdock.h:313: error: ISO C++ forbids declaration of ‘auto_ptr’ with no type
ksmoothdock.h:313: error: invalid use of ‘::’
ksmoothdock.h:313: error: expected ‘;’ before ‘<’ token
ksmoothdock.h:314: error: ISO C++ forbids declaration of ‘auto_ptr’ with no type
ksmoothdock.h:314: error: invalid use of ‘::’
ksmoothdock.h:314: error: expected ‘;’ before ‘<’ token
ksmoothdock.h:315: error: ISO C++ forbids declaration of ‘auto_ptr’ with no type
ksmoothdock.h:315: error: invalid use of ‘::’
ksmoothdock.h:315: error: expected ‘;’ before ‘<’ token
ksmoothdock.h:318: error: ISO C++ forbids declaration of ‘auto_ptr’ with no type
ksmoothdock.h:318: error: invalid use of ‘::’
ksmoothdock.h:318: error: expected ‘;’ before ‘<’ token
In file included from /usr/include/kde/kaboutdata.h:24,
from main.cpp:24:
/usr/lib/qt-3.3/include/qimage.h: In member function ‘bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const’:
/usr/lib/qt-3.3/include/qimage.h:61: warning: suggest parentheses around && within ||
make[2]: *** [main.o] Error 1
make[2]: Leaving directory `/home/queenz/Download/ksmoothdock/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/queenz/Download/ksmoothdock'
make: *** [all] Error 2
[root@localhost ksmoothdock]#

XavierP 04-13-2009 09:16 AM

Don't configure and make as root, do it as your user. So it should be:
Code:

$ ./configure
$ make
$ su
<enter your root password>
# make install
# exit
$

In the above example '$' indicates that you are doing the commands as the user and '#' indicates running as root. There are other, additional, steps you can run but that is the basic and has been unchanged for several years.

As to the "no"s you see in the output, don't worry about them if it's successful. All that means is that the config script is looking for options to include if they are present. Since they aren't present, it doesn't include them.

knudfl 04-13-2009 12:38 PM

The errors in post # 5 : May be you are using 'gcc-4.3 / g++-4.3 ?
'ksmoothdock-4.5' is from year 2006, gcc-4.1 / g++-4.1 will work OK.
# yum install compat-gcc-34-c++' will provide version 3.4.6 ,
EDIT : .... and 'make CXX=g++34' .... will work on Fedora 9 and 10.

But you will probably not be able to use 'ksmoothdock' on KDE 4.x .
http://ksmoothdock.sourceforge.net/
You are aware that the app is compiled with qt3 and kde-3.5.x ?
And not quite stable ?
......

Gratis 04-24-2009 09:17 AM

Hello :)

it's my first post.
I decide to install KSmoothDock

so first i make this

Code:

TO INSTALL: Unzip, cd to the directory ksmoothdock then run:
./configure
make
su
make install


i make this

./configure

and thats the results

Code:

checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu 
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for kde-config... /opt/kde3/bin/kde-config
checking where to install... /opt/kde3 (as returned by kde-config)
checking for style of include used by make... GNU
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.

so i install this


Quote:

Your system misses the C++ compiler. Look for the gcc-c++ package and after installing it run ./configure again.
i use YAST and install this package

so next i try ./configure

and i got this


Code:

:~/ksmoothdock> ./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         
checking for gawk... gawk                                 
checking whether make sets $(MAKE)... yes                 
checking for kde-config... /opt/kde3/bin/kde-config       
checking where to install... /opt/kde3 (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++... g++                                         
checking whether we are using the GNU C++ compiler... yes       
checking whether g++ accepts -g... yes                           
checking dependency style of g++... gcc3                         
checking whether gcc is blacklisted... no                       
checking whether g++ supports -Wmissing-format-attribute... yes 
checking whether gcc supports -Wmissing-format-attribute... yes 
checking whether g++ supports -Wundef... yes                     
checking whether g++ supports -Wno-long-long... yes             
checking whether g++ supports -Wno-non-virtual-dtor... yes       
checking whether g++ supports -fno-reorder-blocks... yes         
checking whether g++ supports -fno-exceptions... yes             
checking whether g++ supports -fno-check-new... yes             
checking whether g++ supports -fno-common... yes                 
checking whether g++ supports -fexceptions... yes               
checking whether system headers can cope with -O2 -fno-inline... irrelevant
checking how to run the C++ preprocessor... g++ -E                       
checking whether g++ supports -O0... yes                                 
checking whether g++ supports -Wl,--no-undefined... yes                   
checking whether g++ supports -Wl,--allow-shlib-undefined... yes         
not using lib directory suffix                                           
checking for a sed that does not truncate output... /usr/bin/sed         
checking for grep that handles long lines and -e... /usr/bin/grep         
checking for egrep... /usr/bin/grep -E                                   
checking for ld used by gcc... /usr/i586-suse-linux/bin/ld               
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes     
checking for /usr/i586-suse-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B                           
checking whether ln -s works... yes                                       
checking how to recognise dependent libraries... pass_all                 
checking for ANSI C header files... yes                                   
checking for sys/types.h... yes                                           
checking for sys/stat.h... yes                                             
checking for stdlib.h... yes                                               
checking for string.h... yes                                               
checking for memory.h... yes                                               
checking for strings.h... yes                                             
checking for inttypes.h... yes                                             
checking for stdint.h... yes                                               
checking for unistd.h... yes                                               
checking dlfcn.h usability... yes                                         
checking dlfcn.h presence... yes                                           
checking for dlfcn.h... yes                                               
checking for g77... no                                                     
checking for f77... no                                                     
checking for xlf... no                                                     
checking for frt... no                                                     
checking for pgf77... no                                                   
checking for cf77... no                                                   
checking for fort77... no                                                 
checking for fl32... no                                                   
checking for af77... no                                                   
checking for f90... no                                                     
checking for xlf90... no                                                   
checking for pgf90... no                                                   
checking for pghpf... no                                                   
checking for epcf90... no                                                 
checking for gfortran... no                                               
checking for g95... no                                                     
checking for f95... no                                                     
checking for fort... no                                                   
checking for xlf95... no                                                   
checking for ifort... no                                                   
checking for ifc... no                                                     
checking for efc... no                                                     
checking for pgf95... no                                                   
checking for lf95... no                                                   
checking for ftn... no                                                     
checking whether we are using the GNU Fortran 77 compiler... no           
checking whether  accepts -g... no                                         
checking the maximum length of command line arguments... 32768             
checking command to parse /usr/bin/nm -B output from gcc object... ok     
checking for objdir... .libs                                               
checking for ar... ar                                                     
checking for ranlib... ranlib                                             
checking for strip... strip                                               
checking if gcc static flag  works... yes                                 
checking if gcc supports -fno-rtti -fno-exceptions... no                   
checking for gcc option to produce PIC... -fPIC                           
checking if gcc PIC flag -fPIC works... yes                               
checking if gcc supports -c -o file.o... yes                               
checking whether the gcc linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no                                   
checking dynamic linker characteristics... GNU/Linux ld.so                                   
checking how to hardcode library paths into programs... immediate                           
checking whether stripping libraries is possible... yes                                     
checking for shl_load... no                                                                 
checking for shl_load in -ldld... no                                                         
checking for dlopen... no                                                                   
checking for dlopen in -ldl... yes                                                           
checking whether a program can dlopen itself... yes                                         
checking whether a statically linked program can dlopen itself... yes                       
checking if libtool supports shared libraries... yes                                         
checking whether to build shared libraries... yes                                           
checking whether to build static libraries... no                                             
configure: creating libtool                                                                 
appending configuration tag "CXX" to libtool                                                 
checking for ld used by g++... /usr/i586-suse-linux/bin/ld                                   
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes                       
checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC                                             
checking if g++ PIC flag -fPIC works... yes                                                 
checking if g++ supports -c -o file.o... yes                                                 
checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so                                   
checking how to hardcode library paths into programs... immediate                           
checking whether stripping libraries is possible... yes                                     
checking for shl_load... (cached) no                                                         
checking for shl_load in -ldld... (cached) no                                               
checking for dlopen... (cached) no                                                           
checking for dlopen in -ldl... (cached) yes                                                 
checking whether a program can dlopen itself... (cached) yes                                 
checking whether a statically linked program can dlopen itself... (cached) yes               
appending configuration tag "F77" to libtool                                                 
checking for msgfmt... /usr/bin/msgfmt                                                       
checking for gmsgfmt... /usr/bin/msgfmt                                                     
checking for xgettext... :                                                                   
checking if C++ programs can be compiled... yes                                             
checking for strlcat... no                                                                   
checking if strlcat needs custom prototype... yes - in libkdefakes                           
checking for strlcpy... no                                                                   
checking if strlcpy needs custom prototype... yes - in libkdefakes                           
checking for main in -lutil... yes                                                           
checking for main in -lcompat... no                                                         
checking for crypt in -lcrypt... yes                                                         
checking for socklen_t... yes                                                               
checking for dnet_ntoa in -ldnet... no                                                       
checking for dnet_ntoa in -ldnet_stub... no                                                 
checking for inet_ntoa... yes                                                               
checking for connect... yes                                                                 
checking for remove... yes                                                                   
checking for shmat... yes                                                                   
checking for sys/types.h... (cached) yes                                                     
checking for stdint.h... (cached) yes                                                       
checking sys/bitypes.h usability... yes                                                     
checking sys/bitypes.h presence... yes                                                       
checking for sys/bitypes.h... yes                                                           
checking for poll in -lpoll... no                                                           
checking Carbon/Carbon.h usability... no                                                     
checking Carbon/Carbon.h presence... no                                                     
checking for Carbon/Carbon.h... no                                                           
checking CoreAudio/CoreAudio.h usability... no                                               
checking CoreAudio/CoreAudio.h presence... no                                               
checking for CoreAudio/CoreAudio.h... no                                                     
checking if res_init needs -lresolv... yes                                                   
checking for res_init... yes                                                                 
checking if res_init needs custom prototype... no                                           
checking for killpg in -lucb... no                                                           
checking for int... yes                                                                     
checking size of int... 4                                                                   
checking for short... yes                                                                   
checking size of short... 2                                                                 
checking for long... yes                                                                     
checking size of long... 4                                                                   
checking for char *... yes                                                                   
checking size of char *... 4                                                                 
checking for dlopen in -ldl... (cached) yes                                                 
checking for shl_unload in -ldld... no                                                       
checking for size_t... yes                                                                   
checking size of size_t... 4                                                                 
checking for unsigned long... yes                                                           
checking size of unsigned long... 4                                                         
checking sizeof size_t == sizeof unsigned long... yes
checking for PIE support... yes
checking if enabling -pie/fPIE support... yes
checking crt_externs.h usability... no
checking crt_externs.h presence... no
checking for crt_externs.h... no
checking for _NSGetEnviron... no
checking for vsnprintf... yes
checking for snprintf... yes
checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!


what is the problem ?

THANKS FOR ANY HELP :)

pwc101 04-24-2009 09:20 AM

Try installing the X development package. Google tells me it's called xorg-X11-devel in YaST on openSUSE.

Gratis 04-26-2009 05:24 AM

Quote:

Originally Posted by pwc101 (Post 3519595)
Try installing the X development package. Google tells me it's called xorg-X11-devel in YaST on openSUSE.

i/v install this and this is a results...

Code:

d@linux-eq3i:~/ksmoothdock> ./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               
checking for gawk... gawk                                       
checking whether make sets $(MAKE)... yes                       
checking for kde-config... /opt/kde3/bin/kde-config             
checking where to install... /opt/kde3 (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++... g++                                         
checking whether we are using the GNU C++ compiler... yes       
checking whether g++ accepts -g... yes                           
checking dependency style of g++... gcc3                         
checking whether gcc is blacklisted... no                       
checking whether g++ supports -Wmissing-format-attribute... yes 
checking whether gcc supports -Wmissing-format-attribute... yes 
checking whether g++ supports -Wundef... yes                     
checking whether g++ supports -Wno-long-long... yes             
checking whether g++ supports -Wno-non-virtual-dtor... yes       
checking whether g++ supports -fno-reorder-blocks... yes         
checking whether g++ supports -fno-exceptions... yes             
checking whether g++ supports -fno-check-new... yes             
checking whether g++ supports -fno-common... yes                 
checking whether g++ supports -fexceptions... yes               
checking whether system headers can cope with -O2 -fno-inline... irrelevant
checking how to run the C++ preprocessor... g++ -E                       
checking whether g++ supports -O0... yes                                 
checking whether g++ supports -Wl,--no-undefined... yes                   
checking whether g++ supports -Wl,--allow-shlib-undefined... yes         
not using lib directory suffix                                           
checking for a sed that does not truncate output... /usr/bin/sed         
checking for grep that handles long lines and -e... /usr/bin/grep         
checking for egrep... /usr/bin/grep -E                                   
checking for ld used by gcc... /usr/i586-suse-linux/bin/ld               
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes     
checking for /usr/i586-suse-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B                           
checking whether ln -s works... yes                                       
checking how to recognise dependent libraries... pass_all                 
checking for ANSI C header files... yes                                   
checking for sys/types.h... yes                                           
checking for sys/stat.h... yes                                             
checking for stdlib.h... yes                                               
checking for string.h... yes                                               
checking for memory.h... yes                                               
checking for strings.h... yes                                             
checking for inttypes.h... yes                                             
checking for stdint.h... yes                                               
checking for unistd.h... yes                                               
checking dlfcn.h usability... yes                                         
checking dlfcn.h presence... yes                                           
checking for dlfcn.h... yes                                               
checking for g77... no                                                     
checking for f77... no                                                     
checking for xlf... no                                                     
checking for frt... no                                                     
checking for pgf77... no                                                   
checking for cf77... no                                                   
checking for fort77... no                                                 
checking for fl32... no                                                   
checking for af77... no                                                   
checking for f90... no                                                     
checking for xlf90... no                                                   
checking for pgf90... no                                                   
checking for pghpf... no                                                   
checking for epcf90... no                                                 
checking for gfortran... no                                               
checking for g95... no                                                     
checking for f95... no                                                     
checking for fort... no                                                   
checking for xlf95... no                                                   
checking for ifort... no                                                   
checking for ifc... no                                                     
checking for efc... no                                                     
checking for pgf95... no                                                   
checking for lf95... no                                                   
checking for ftn... no                                                     
checking whether we are using the GNU Fortran 77 compiler... no           
checking whether  accepts -g... no                                         
checking the maximum length of command line arguments... 32768             
checking command to parse /usr/bin/nm -B output from gcc object... ok     
checking for objdir... .libs                                               
checking for ar... ar                                                     
checking for ranlib... ranlib                                             
checking for strip... strip                                               
checking if gcc static flag  works... yes                                 
checking if gcc supports -fno-rtti -fno-exceptions... no                   
checking for gcc option to produce PIC... -fPIC                           
checking if gcc PIC flag -fPIC works... yes                               
checking if gcc supports -c -o file.o... yes                               
checking whether the gcc linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no                                   
checking dynamic linker characteristics... GNU/Linux ld.so                                   
checking how to hardcode library paths into programs... immediate                           
checking whether stripping libraries is possible... yes                                     
checking for shl_load... no                                                                 
checking for shl_load in -ldld... no                                                         
checking for dlopen... no                                                                   
checking for dlopen in -ldl... yes                                                           
checking whether a program can dlopen itself... yes                                         
checking whether a statically linked program can dlopen itself... yes                       
checking if libtool supports shared libraries... yes                                         
checking whether to build shared libraries... yes                                           
checking whether to build static libraries... no                                             
configure: creating libtool                                                                 
appending configuration tag "CXX" to libtool                                                 
checking for ld used by g++... /usr/i586-suse-linux/bin/ld                                   
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes                       
checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC                                             
checking if g++ PIC flag -fPIC works... yes                                                 
checking if g++ supports -c -o file.o... yes                                                 
checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so                                   
checking how to hardcode library paths into programs... immediate                           
checking whether stripping libraries is possible... yes                                     
checking for shl_load... (cached) no                                                         
checking for shl_load in -ldld... (cached) no                                               
checking for dlopen... (cached) no                                                           
checking for dlopen in -ldl... (cached) yes                                                 
checking whether a program can dlopen itself... (cached) yes                                 
checking whether a statically linked program can dlopen itself... (cached) yes               
appending configuration tag "F77" to libtool                                                 
checking for msgfmt... /usr/bin/msgfmt                                                       
checking for gmsgfmt... /usr/bin/msgfmt                                                     
checking for xgettext... :                                                                   
checking if C++ programs can be compiled... yes                                             
checking for strlcat... no                                                                   
checking if strlcat needs custom prototype... yes - in libkdefakes                           
checking for strlcpy... no                                                                   
checking if strlcpy needs custom prototype... yes - in libkdefakes                           
checking for main in -lutil... yes                                                           
checking for main in -lcompat... no                                                         
checking for crypt in -lcrypt... yes                                                         
checking for socklen_t... yes                                                               
checking for dnet_ntoa in -ldnet... no                                                       
checking for dnet_ntoa in -ldnet_stub... no                                                 
checking for inet_ntoa... yes                                                               
checking for connect... yes                                                                 
checking for remove... yes                                                                   
checking for shmat... yes                                                                   
checking for sys/types.h... (cached) yes                                                     
checking for stdint.h... (cached) yes                                                       
checking sys/bitypes.h usability... yes                                                     
checking sys/bitypes.h presence... yes                                                       
checking for sys/bitypes.h... yes                                                           
checking for poll in -lpoll... no                                                           
checking Carbon/Carbon.h usability... no                                                     
checking Carbon/Carbon.h presence... no                                                     
checking for Carbon/Carbon.h... no                                                           
checking CoreAudio/CoreAudio.h usability... no                                               
checking CoreAudio/CoreAudio.h presence... no                                               
checking for CoreAudio/CoreAudio.h... no                                                     
checking if res_init needs -lresolv... yes                                                   
checking for res_init... yes                                                                 
checking if res_init needs custom prototype... no                                           
checking for killpg in -lucb... no                                                           
checking for int... yes                                                                     
checking size of int... 4                                                                   
checking for short... yes                                                                   
checking size of short... 2                                                                 
checking for long... yes                                                                     
checking size of long... 4                                                                   
checking for char *... yes                                                                   
checking size of char *... 4                                                                 
checking for dlopen in -ldl... (cached) yes                                                 
checking for shl_unload in -ldld... no                                                       
checking for size_t... yes                                                                   
checking size of size_t... 4                                                                 
checking for unsigned long... yes                                                           
checking size of unsigned long... 4                                                         
checking sizeof size_t == sizeof unsigned long... yes                                       
checking for PIE support... yes                                                             
checking if enabling -pie/fPIE support... yes                                               
checking crt_externs.h usability... no                                                       
checking crt_externs.h presence... no                                                       
checking for crt_externs.h... no                                                             
checking for _NSGetEnviron... no                                                             
checking for vsnprintf... yes                                                               
checking for snprintf... yes                                                                 
checking for X... libraries /usr/lib, headers .                                             
checking for IceConnectionNumber in -lICE... yes                                             
checking for libXext... yes
checking for pthread_create in -lpthread... yes
checking for extra includes... no
checking for extra libs... no
checking for libz... -lz
checking for libpng... no
checking for libjpeg6b... no
checking for libjpeg... no
configure: WARNING: libjpeg not found. disable JPEG support.
checking for perl... /usr/bin/perl
checking for Qt... configure: error: Qt (>= Qt 3.2 and < 4.0) (headers and libraries) not found. Please check your installation!
For more details about this problem, look at the end of config.log.

what know :(:(

Nylex 04-26-2009 05:30 AM

Did you actually read the error message? You need the Qt packages, but for version 3.x of Qt. I think KDE 4 uses Qt 4, but I'm not sure. Check whether Fedora provides Qt 3.x packages and install them.

Gratis 04-26-2009 06:03 AM

Quote:

Originally Posted by Nylex (Post 3521234)
Did you actually read the error message? You need the Qt packages, but for version 3.x of Qt. I think KDE 4 uses Qt 4, but I'm not sure. Check whether Fedora provides Qt 3.x packages and install them.


i'v isnatll all qt3 from yast

and now another error

Code:

domel@linux-eq3i:~/ksmoothdock> ./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         
checking for gawk... gawk                                 
checking whether make sets $(MAKE)... yes                 
checking for kde-config... /opt/kde3/bin/kde-config       
checking where to install... /opt/kde3 (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++... g++                                         
checking whether we are using the GNU C++ compiler... yes       
checking whether g++ accepts -g... yes                           
checking dependency style of g++... gcc3                         
checking whether gcc is blacklisted... no                       
checking whether g++ supports -Wmissing-format-attribute... yes 
checking whether gcc supports -Wmissing-format-attribute... yes 
checking whether g++ supports -Wundef... yes                     
checking whether g++ supports -Wno-long-long... yes             
checking whether g++ supports -Wno-non-virtual-dtor... yes       
checking whether g++ supports -fno-reorder-blocks... yes         
checking whether g++ supports -fno-exceptions... yes             
checking whether g++ supports -fno-check-new... yes             
checking whether g++ supports -fno-common... yes                 
checking whether g++ supports -fexceptions... yes               
checking whether system headers can cope with -O2 -fno-inline... irrelevant
checking how to run the C++ preprocessor... g++ -E                       
checking whether g++ supports -O0... yes                                 
checking whether g++ supports -Wl,--no-undefined... yes                   
checking whether g++ supports -Wl,--allow-shlib-undefined... yes         
not using lib directory suffix                                           
checking for a sed that does not truncate output... /usr/bin/sed         
checking for grep that handles long lines and -e... /usr/bin/grep         
checking for egrep... /usr/bin/grep -E                                   
checking for ld used by gcc... /usr/i586-suse-linux/bin/ld               
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes     
checking for /usr/i586-suse-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B                           
checking whether ln -s works... yes                                       
checking how to recognise dependent libraries... pass_all                 
checking for ANSI C header files... yes                                   
checking for sys/types.h... yes                                           
checking for sys/stat.h... yes                                             
checking for stdlib.h... yes                                               
checking for string.h... yes                                               
checking for memory.h... yes                                               
checking for strings.h... yes                                             
checking for inttypes.h... yes                                             
checking for stdint.h... yes                                               
checking for unistd.h... yes                                               
checking dlfcn.h usability... yes                                         
checking dlfcn.h presence... yes                                           
checking for dlfcn.h... yes                                               
checking for g77... no                                                     
checking for f77... no                                                     
checking for xlf... no                                                     
checking for frt... no                                                     
checking for pgf77... no                                                   
checking for cf77... no                                                   
checking for fort77... no                                                 
checking for fl32... no                                                   
checking for af77... no                                                   
checking for f90... no                                                     
checking for xlf90... no                                                   
checking for pgf90... no                                                   
checking for pghpf... no                                                   
checking for epcf90... no                                                 
checking for gfortran... no                                               
checking for g95... no                                                     
checking for f95... no                                                     
checking for fort... no                                                   
checking for xlf95... no                                                   
checking for ifort... no                                                   
checking for ifc... no                                                     
checking for efc... no                                                     
checking for pgf95... no                                                   
checking for lf95... no                                                   
checking for ftn... no                                                     
checking whether we are using the GNU Fortran 77 compiler... no           
checking whether  accepts -g... no                                         
checking the maximum length of command line arguments... 32768             
checking command to parse /usr/bin/nm -B output from gcc object... ok     
checking for objdir... .libs                                               
checking for ar... ar                                                     
checking for ranlib... ranlib                                             
checking for strip... strip                                               
checking if gcc static flag  works... yes                                 
checking if gcc supports -fno-rtti -fno-exceptions... no                   
checking for gcc option to produce PIC... -fPIC                           
checking if gcc PIC flag -fPIC works... yes                               
checking if gcc supports -c -o file.o... yes                               
checking whether the gcc linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no                                   
checking dynamic linker characteristics... GNU/Linux ld.so                                   
checking how to hardcode library paths into programs... immediate                           
checking whether stripping libraries is possible... yes                                     
checking for shl_load... no                                                                 
checking for shl_load in -ldld... no                                                         
checking for dlopen... no                                                                   
checking for dlopen in -ldl... yes                                                           
checking whether a program can dlopen itself... yes                                         
checking whether a statically linked program can dlopen itself... yes                       
checking if libtool supports shared libraries... yes                                         
checking whether to build shared libraries... yes                                           
checking whether to build static libraries... no                                             
configure: creating libtool                                                                 
appending configuration tag "CXX" to libtool                                                 
checking for ld used by g++... /usr/i586-suse-linux/bin/ld                                   
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes                       
checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC                                             
checking if g++ PIC flag -fPIC works... yes                                                 
checking if g++ supports -c -o file.o... yes                                                 
checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so                                   
checking how to hardcode library paths into programs... immediate                           
checking whether stripping libraries is possible... yes                                     
checking for shl_load... (cached) no                                                         
checking for shl_load in -ldld... (cached) no                                               
checking for dlopen... (cached) no                                                           
checking for dlopen in -ldl... (cached) yes                                                 
checking whether a program can dlopen itself... (cached) yes                                 
checking whether a statically linked program can dlopen itself... (cached) yes               
appending configuration tag "F77" to libtool                                                 
checking for msgfmt... /usr/bin/msgfmt                                                       
checking for gmsgfmt... /usr/bin/msgfmt                                                     
checking for xgettext... :                                                                   
checking if C++ programs can be compiled... yes                                             
checking for strlcat... no                                                                   
checking if strlcat needs custom prototype... yes - in libkdefakes                           
checking for strlcpy... no                                                                   
checking if strlcpy needs custom prototype... yes - in libkdefakes                           
checking for main in -lutil... yes                                                           
checking for main in -lcompat... no                                                         
checking for crypt in -lcrypt... yes                                                         
checking for socklen_t... yes                                                               
checking for dnet_ntoa in -ldnet... no                                                       
checking for dnet_ntoa in -ldnet_stub... no                                                 
checking for inet_ntoa... yes                                                               
checking for connect... yes                                                                 
checking for remove... yes                                                                   
checking for shmat... yes                                                                   
checking for sys/types.h... (cached) yes                                                     
checking for stdint.h... (cached) yes                                                       
checking sys/bitypes.h usability... yes                                                     
checking sys/bitypes.h presence... yes                                                       
checking for sys/bitypes.h... yes                                                           
checking for poll in -lpoll... no                                                           
checking Carbon/Carbon.h usability... no                                                     
checking Carbon/Carbon.h presence... no                                                     
checking for Carbon/Carbon.h... no                                                           
checking CoreAudio/CoreAudio.h usability... no                                               
checking CoreAudio/CoreAudio.h presence... no                                               
checking for CoreAudio/CoreAudio.h... no                                                     
checking if res_init needs -lresolv... yes                                                   
checking for res_init... yes                                                                 
checking if res_init needs custom prototype... no                                           
checking for killpg in -lucb... no                                                           
checking for int... yes                                                                     
checking size of int... 4                                                                   
checking for short... yes                                                                   
checking size of short... 2                                                                 
checking for long... yes                                                                     
checking size of long... 4                                                                   
checking for char *... yes                                                                   
checking size of char *... 4                                                                 
checking for dlopen in -ldl... (cached) yes                                                 
checking for shl_unload in -ldld... no                                                       
checking for size_t... yes                                                                   
checking size of size_t... 4                                                                 
checking for unsigned long... yes                                                           
checking size of unsigned long... 4                                                         
checking sizeof size_t == sizeof unsigned long... yes                                       
checking for PIE support... yes                                                             
checking if enabling -pie/fPIE support... yes                                               
checking crt_externs.h usability... no                                                       
checking crt_externs.h presence... no                                                       
checking for crt_externs.h... no                                                             
checking for _NSGetEnviron... no                                                             
checking for vsnprintf... yes                                                               
checking for snprintf... yes                                                                 
checking for X... libraries /usr/lib, headers .                                             
checking for IceConnectionNumber in -lICE... yes                                             
checking for libXext... yes                                                                 
checking for pthread_create in -lpthread... yes                                             
checking for extra includes... no                                                           
checking for extra libs... no                                                               
checking for libz... -lz                                                                     
checking for libpng... -lpng -lz -lm                                                         
checking for libjpeg6b... no                                                                 
checking for libjpeg... -ljpeg
checking for perl... /usr/bin/perl
checking for Qt... libraries /usr/lib/qt3/lib, headers /usr/lib/qt3/include using -mt
checking for moc... /usr/lib/qt3/bin/moc
checking for uic... /usr/lib/qt3/bin/uic
checking whether uic supports -L ... yes
checking whether uic supports -nounload ... yes
checking if Qt needs -ljpeg... no
checking for rpath... yes
checking for KDE... configure: error:
in the prefix, you've chosen, are no KDE headers installed. This will fail.
So, check this please and use another prefix!


pwc101 04-26-2009 06:39 AM

Please do a little research instead of just asking us each time your build fails.

You need to install the kde3 devel packages.

brianL 04-26-2009 07:01 AM

That's one (amongst many) good thing about Slackware - it doesn't split libraries into runtime and development versions.

metrofox 04-26-2009 07:30 AM

Please, edit the title, it can make some confusion to people who read the forum, add the name program for example, it makes the title clean ;) Thank you.

Quote:

Please do a little research instead of just asking us each time your build fails.

You need to install the kde3 devel packages.
Try to install kdelibs-devel for KDE 4.2.1 too. You haven't installed some KDE4 package yet, please make sure that all KDE packages for your distro are installed or you'll have other problems. Bye and good Sunday.


All times are GMT -5. The time now is 05:12 PM.