Licq compiling problem

Locked
Message
Author
scout

Licq compiling problem

#1 Post by scout »

Hey Leute

wenn ich qt-gui (plugin von licq) installieren möchte kommt beim make befehl folgendes:

----------------------- schnapp --------------------
make<font size="2">: Entering directory `/home/scout/licq-0.76/plugins/qt-gui-0.71/src'
/bin/sh ../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I.. -fno-rtti -fno-exceptions -D_REENTRANT -I../../../src/inc -I/usr/X11R6/include -I/usr/lib/qt/include -I/usr/local/include -g -O2 -Wall -c filedlg.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I.. -fno-rtti -fno-exceptions -D_REENTRANT -I../../../src/inc -I/usr/X11R6/include -I/usr/lib/qt/include -I/usr/local/include -g -O2 -Wall -Wp,-MD,.deps/filedlg.pp -c filedlg.cpp -fPIC -DPIC -o filedlg.lo
filedlg.cpp:28: kfiledialog.h: No such file or directory
make<font size="2">: *** [filedlg.lo] Error 1
make<font size="2">: Leaving directory `/home/scout/licq-0.76/plugins/qt-gui-0.71/src'
make<font size="1">: *** [all-recursive] Error 1
make<font size="1">: Leaving directory `/home/scout/licq-0.76/plugins/qt-gui-0.71'
make: *** [all-recursive-am] Error 2
root@linux:/home/scout/licq-0.76/plugins/qt-gui-0.71 >
--------------------- schnopp ----------------------------

hat jemand ne tolle idee? geistesblitz?

Gruss und danke

scout

MiH

Re: Licq compiling problem

#2 Post by MiH »

moin,

kfiledialog.h steht bei mir in /opt/kde/include. ich würde diesen als zusätzlichen include-pfad mit angeben.

scout

Re: Licq compiling problem

#3 Post by scout »

Hi

hört sich gut an, doch wenn du mir nicht genau sagst was ich tun muss, hilft es mir nicht weiter *seufz*
was also muss ich tun??

Gruss - scout

MiH

Re: Licq compiling problem

#4 Post by MiH »

moin nochmal,

ich widerum kenne licq nicht. wenn es sich jedoch um ein ...tar.gz - paket handelt, müsste/sollte vorher ein "./configure" laufen, wobei die konfiguration ermittelt wird. ansonsten würde ich im makefile den gcc-aufruf bei parameter "-I" um den fehlenden include-pfad ergänzen.

hth

scout

Re: Licq compiling problem

#5 Post by scout »

danke euch

es klappt nun

gruss - scout

Locked