On Tuesday 27 May 2008 10:13, Juergen Beisert wrote: > I can't get kdepim to compile without an error. I followed the BLFS-6.3-rc2 > book and most of it works fine but now I'm stuck at kdepims. > I did not install Gnupg-2.0.8, only 1.4.7. So I also did not intall GPGME. > > "configure" complains: > > "You are missing gpgme 0.4.5 or higher. > Gpgme will be built statically from libkdenetwork/libgpgme-copy" > > And running make I get this error: > > [...] > /bin/sh ../../../libtool --silent --tag=CXX --mode=compile > g++ -DHAVE_CONFIG_H > -I. -I../../.. -I../../../libkdenetwork -I../../../libkpgp > -I../../../certmanager/lib > -I../../../libkdenetwork/libgpgme-copy/gpgme > -I../../../libkdenetwork/libgpg-error-copy > -I../../../libkdenetwork/libgpg-error-copy -I../../../libkdepim > -I/opt/kde3/include -I/opt/qt/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT > -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES=1 -Wno-long-long -Wundef -ansi > -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W > -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -Wformat-security > -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions > -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST > -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT > libkleopatra_ui_la.all_cpp.lo -MD -MP -MF > .deps/libkleopatra_ui_la.all_cpp.Tpo -c -o libkleopatra_ui_la.all_cpp.lo > libkleopatra_ui_la.all_cpp.cpp ../../../certmanager/lib/cryptplug.h:411: > error: reference to 'Feature' is ambiguous > ../../../certmanager/lib/cryptplug.h:182: error: candidates are: typedef > enum Feature Feature > ../../../libkdenetwork/gpgmepp/context.h:302: error: enum > GpgME::Feature > ../../../certmanager/lib/cryptplug.h:411: error: reference to 'Feature' is > ambiguous > ../../../certmanager/lib/cryptplug.h:182: error: candidates are: typedef > enum Feature Feature > ../../../libkdenetwork/gpgmepp/context.h:302: error: enum > GpgME::Feature > ../../../certmanager/lib/cryptplug.h:411: error: 'Feature' has not been > declared > ../../../certmanager/lib/cryptplugwrapper.h:721: error: reference to > 'Feature' is ambiguous > ../../../certmanager/lib/cryptplug.h:182: error: candidates are: typedef > enum Feature Feature > ../../../libkdenetwork/gpgmepp/context.h:302: error: enum > GpgME::Feature > ../../../certmanager/lib/cryptplugwrapper.h:721: error: reference to > 'Feature' is ambiguous > ../../../certmanager/lib/cryptplug.h:182: error: candidates are: typedef > enum Feature Feature > ../../../libkdenetwork/gpgmepp/context.h:302: error: enum > GpgME::Feature > ../../../certmanager/lib/cryptplugwrapper.h:721: error: 'Feature' has not > been declared > make[4]: *** [libkleopatra_ui_la.all_cpp.lo] Error 1 > make[4]: Leaving directory `/root/kdepim-3.5.9/certmanager/lib/ui' > make[3]: *** [all-recursive] Error 1 > make[3]: Leaving directory `/root/kdepim-3.5.9/certmanager/lib' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/root/kdepim-3.5.9/certmanager' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/root/kdepim-3.5.9' > > I tried to disable various programs from this package, at least I need > kmail, knodes and korganizer from this package. But it always fails at this > point. Do I have to install GnuPG-2.0.8 and GPGME? Is there no other way?
Failure solved: Don't use the "--enable-final" feature of this package... Juergen -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
