| Summary: | kleopatra doesnot compile - error | ||
|---|---|---|---|
| Product: | [Applications] kleopatra | Reporter: | Alois Nespor <alois.nespor> |
| Component: | general | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | CLOSED WORKSFORME | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | outdated (old bug dump) | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
Did you pass --enable-final to the configure line? If so, we just committed a fix for this yesterday. You might want to pickup r777849 from branches/KDE/3.5/kdepim/certmanager/lib there were some minor changes in cryptplug.h and cryptplugwrapper.h I use : ./configure --prefix=/opt/kde --disable-debug --disable-exchange --disable-dependency-tracking --enable-gcc-hidden-visibility --enable-final I will try without --enable-final, thanks! compile now works : without --enable-gcc-hidden-visibility --enable-final , thank you for well-direct ! |
Version: (using KDE 3.5.9) Installed from: Compiled From Sources Compiler: GCC 4.2.3 OS: Linux Archlinux 64-bit, GCC 4.2.3, gpgme 1.1.6,gnupg 1.4.8,gnupg2 2.0.8,libgpg-error 1.6, local-copy gpgme too. If unistall gpgme, same error. Compiling stopped with error: 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 In file included from directoryserviceswidget.cpp:37, from libkleopatra_ui_la.all_cpp.cpp:15: ../../../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