[Asterisk-Users] OT: Kphone installation problem

Fabian Müller mueller.fab at gmx.net
Mon Oct 4 01:33:16 MST 2004


mueller.fab at gmx.net (Fabian Müller) writes:

> I try to compile KPhone 4.0.3 (tryed CVS Version as well) but
> compilation breaks with this error message:
>
> c++ -I/usr/local/qt/include -Wall -O3 -I. -I../gsm -I../ilbc -I../dissipate2  -D_REENTRANT=1 -DQT_THREAD_SUPPORT=1 -DHAVE_LIBX11=1 -DHAVE_LIBXEXT=1 -DHAVE_LIBXT=1 -DHAVE_LIBICE=1 -DHAVE_LIBSM=1 -DHAVE_LIBPNG=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SELECT=1 -DINCLUDE_STDLIB_H=1  -DSHARE_DIR=\"/usr/local/share/kphone\" -c -o ksipoptions.moc.o ksipoptions.moc.cpp
> c++ -I/usr/local/qt/include -Wall -O3 -I. -I../gsm -I../ilbc -I../dissipate2  -D_REENTRANT=1 -DQT_THREAD_SUPPORT=1 -DHAVE_LIBX11=1 -DHAVE_LIBXEXT=1 -DHAVE_LIBXT=1 -DHAVE_LIBICE=1 -DHAVE_LIBSM=1 -DHAVE_LIBPNG=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SELECT=1 -DINCLUDE_STDLIB_H=1  -DSHARE_DIR=\"/usr/local/share/kphone\" -c -o dtmfgenerator.o dtmfgenerator.cpp
> make[1]: *** No rule to make target `../dissipate2/dissipate2.a', needed by `kphone'.  Stop.
> rm ksipregistrations.moc.cpp calllistview.moc.cpp callaudio.moc.cpp ksipauthentication.moc.cpp kphonebook.moc.cpp kcallwidget.moc.cpp menulistview.moc.cpp kphoneview.moc.cpp kphone.moc.cpp ksipoptions.moc.cpp ksippreferences.moc.cpp audiocontrol.moc.cpp
> make[1]: Leaving directory `/home/martin/src/kphone/kphone'
> make: *** [all] Error 2

Hurray, I have it working now. The error occured because the ssl
include files where not found. After

export CPPFLAGS="-I/usr/local/ssl/include"

and running ./configure again the compilation was done without any
problems.

Regards,

Fabian Müller



More information about the asterisk-users mailing list