kann einfache kdeanwendung nicht kompilieren

Post Reply
Message
Author
Jonas

kann einfache kdeanwendung nicht kompilieren

#1 Post by Jonas »

Hallo,

seit einiger Zeit versuche ich kdsa bei mir zu laufen zu kriegen ...
Bisher ohne Erfolg. Leider findet er bei mir anscheinend irgendwelche
kde-headers nicht :(. Wäre nett, wenn ihr mir einen Tip geben könntet,
alle kde-devel* Sachen sind installiert. Kdsa ist aus dem CVS, vor 10
Tagen (ca.). SuSE 7.2

kdsa gibts auf sourceforge

'Script' wurde gestartet: Mon Sep 24 08:26:30 2001
jonas@jonas:~/kdsa > ./configure --with-qt-dir=/usr/lib/qt2
--prefix=/opt/kde2
creating cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for ranlib... ranlib
checking for ld used by GCC... /usr/i486-suse-linux/bin/ld
checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld... yes
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking for main in -lcompat... no
checking for main in -lcrypt... yes
checking for the third argument of getsockname... socklen_t
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for killpg in -lucb... no
checking for Qt... libraries /usr/lib/qt2/lib, headers
/usr/lib/qt2/include
checking if Qt compiles without flags... no
checking for moc... /usr/lib/qt2/bin/moc
checking for rpath... yes
checking for bool... yes
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for a C-Compiler... gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking how to run the C preprocessor... gcc -E
checking for a C++-Compiler...
checking for g++... g++
checking whether the C++ compiler (g++ -s) works... yes
checking whether the C++ compiler (g++ -s) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... -static
checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld... yes
checking whether the linker (/usr/i486-suse-linux/bin/ld) supports
shared libraries... yes
checking command to parse /usr/bin/nm -B output... yes
checking how to hardcode library paths into programs... immediate
checking for /usr/i486-suse-linux/bin/ld option to reload object
files... -r
checking dynamic linker characteristics... Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for KDE... libraries /opt/kde/lib, headers /opt/kde/include
checking for extra includes... no
checking for extra libs... no
checking for kde headers installed... configure: error: your system is
not able
to compile a small KDE application!
Check, if you installed the KDE header files correctly.
jonas@jonas:~/kdsa > ls
AUTHORS TODO config.h.bot doc ltmain.sh
COPYING acconfig.h config.h.in install-sh missing
ChangeLog acinclude.m4 config.log kdsa
mkinstalldirs
INSTALL aclocal.m4 config.sub kdsa.cpp po
Makefile.am admin configure kdsa.kdevprj stamp-h.in
Makefile.dist confdefs.h configure.in kdsa.lsm typescript
Makefile.in config.cache configure.in.in libtool
README config.guess conftest.C ltconfig
jonas@jonas:~/kdsa > exit

'Script' beendet: Mon Sep 24 08:27:21 2001


cu

Lino

Re: kann einfache kdeanwendung nicht kompilieren

#2 Post by Lino »

vermutlich fehlt dir das Paket qt-devel...

by lino

_M_R_f_l_E_x_I_b_I_l

Re: kann einfache kdeanwendung nicht kompilieren

#3 Post by _M_R_f_l_E_x_I_b_I_l »

schau dir einfach mal die Ausgabe von
rpm -qa | grep qt
an, wenn da kein devel Packet dabei ist, dann musst du es wohl noch installieren (ist klein)

Post Reply