> > Ah, for makefiles, use ENABLE_GPGMEPP to check if that's > available. HAVE_FEATURE_GPGME is for source code, and defined in > config_host/config_gpgme.h >
I have just checked my different build environments: MACOS (works) config_host.mk export BUILD_TYPE=... LIBGPGERROR LIBASSUAN GPGMEPP ... export ENABLE_GPGMEPP=TRUE config_host/config_gpgme.h #define HAVE_FEATURE_GPGME 1 All builds and works iOS (tools build but cannot run due to missing libassuan dylib) config_build.mk export BUILD_TYPE=... LIBGPGERROR LIBASSUAN GPGMEPP ... export ENABLE_GPGMEPP=TRUE config_build/config_gpgme.h #define HAVE_FEATURE_GPGME 1 config_host.mk export BUILD_TYPE=... ... (no build of GPG related matters) export ENABLE_GPGMEPP= config_host/config_gpgme.h #define HAVE_FEATURE_GPGME 0 This looks quite OK to me, but when building sfx2, I get the error that svidl cannot load libassuan. The libassuan dylib exit in workdir_for_build/UnpackedTarball/libassuan/src/.libs/libassuan.0.dylib it does not exist in instdir_for_build. Do I need to do something special in external/libassuan to copy it (I thought it worked automatically) ? when I copy libassuan.0.dylib, libgpgme.11.dylib and libgpg-error.0.dylib it works. I am confused because I see other dylib being copied automatically. Thanks in advance. reds Jan I.
_______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice