Compiling proko2 client without kpilot?
ITSEF Admin
itsef-admin at itsef.com
Thu Nov 8 14:02:58 CET 2007
Hi all,
I'm currently trying to get the proko2.1.11 client to compile under Kubuntu
7.10. My first attempts failed due to problems in kpilot. According to what I
found with Google, this is due to some changes in pilot-link between 0.11.x
and 0.12.x that this version of kpilot cannot deal with (it begins with the
replacement of "pt_uid_t" by "recordid_t", but seeminglt does not end there).
Subsequently, I'm trying to compile kontact proko2.1.11 without kpilot, but
can't get it to work. "configure --help" isn't helpful in this regard and
some code reading in "configure" suggested that setting "DO_NOT_COMPILE" for
kpilot might do the trick - but it didn't. I did:
env DO_NOT_COMPILE=kpilot ./configure
make
and this failed with:
if /bin/bash ../../../libtool --silent --tag=CXX --mode=compile g++
-DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../kontact/interfaces
-I../../../libkdepim -I../../../kpilot/lib -I../../../kpilot/kpilot
-I/usr/include/kde -I/usr/share/qt3/include -I. -DQT_THREAD_SUPPORT
-D_REENTRANT -D_FILE_OFFSET_BITS=64 -Wnon-virtual-dtor -Wno-long-long
-Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
-Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2
-Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new
-fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL
-DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT pilotDaemonDCOP_stub.lo -MD -MP -MF
".deps/pilotDaemonDCOP_stub.Tpo" -c -o pilotDaemonDCOP_stub.lo
pilotDaemonDCOP_stub.cpp; \
then mv -f ".deps/pilotDaemonDCOP_stub.Tpo"
".deps/pilotDaemonDCOP_stub.Plo"; else rm -f
".deps/pilotDaemonDCOP_stub.Tpo"; exit 1; fi
make[4]: *** No rule to make target `../../../kpilot/lib/libkpilot.la', needed
by `libkontact_kpilotplugin.la'. Stop.
make[4]: Leaving directory
`/usr/local/aux/bs-admin/kdepim-3.3.proko2.1.11/kontact/plugins/kpilot'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/usr/local/aux/bs-admin/kdepim-3.3.proko2.1.11/kontact/plugins'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/usr/local/aux/bs-admin/kdepim-3.3.proko2.1.11/kontact'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/aux/bs-admin/kdepim-3.3.proko2.1.11'
make: *** [all] Error 2
Seemingly, it still tries to compile kpilot...
Any hints welcome!
Thanks in advance,
Thomas
More information about the users
mailing list