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.
Context
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.