office-gobmx/l10ntools
Stephan Bergmann 27eb23369f Work around system(3) dropping DYLD_LIBRARY_PATH on macOS
...which caused `make translations` fail for me with

> [POT] pot.done
> dyld[96290]: Library not loaded: @__VIA_LIBRARY_PATH__/libuno_sal.dylib.3
>   Referenced from: <CD4F28D6-E3BE-3126-B861-C90BF3E14492> .../workdir/LinkTarget/Executable/cfgex
>   Reason: tried: '/System/Volumes/Preboot/Cryptexes/OS@__VIA_LIBRARY_PATH__/libuno_sal.dylib.3' (no such file), '/usr/local/lib/libuno_sal.dylib.3' (no such file), '/usr/lib/libuno_sal.dylib.3' (no such file, not in dyld cache)
> Error: Failed to execute .../workdir/LinkTarget/Executable/cfgex -i .../connectivity/registry/ado/org/openoffice/Office/DataAccess/Drivers.xcu -o .../workdir//pot/connectivity/registry/ado/org/openoffice/Office/DataAccess.pot

(This is the opposite case to 17cfd43e28 "Avoid
external processes picking up instdir/program/libxml2.so.2".  Here, the
executables called from Executable_localize are LO-internal executables that
need the libraries in instdir/.  There, the scripts called from
Executable_localize in turn only call external tools that shall not accidentally
pick up LO-internal libraries from instdir/.)

Change-Id: Ib1aa240ee47a21d14ec0463fee85bebe82453cee
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143118
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2022-11-23 08:47:26 +01:00
..
inc Simplify previous fix 2022-11-22 08:14:09 +01:00
source Work around system(3) dropping DYLD_LIBRARY_PATH on macOS 2022-11-23 08:47:26 +01:00
Executable_cfgex.mk
Executable_helpex.mk Revert "More ICU dependencies that are now dragged in" 2013-09-25 09:04:47 +02:00
Executable_idxdict.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-22 09:37:38 +01:00
Executable_localize.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-30 13:34:06 +01:00
Executable_pocheck.mk
Executable_propex.mk
Executable_treex.mk Make a bit cleaner transformation of help strings 2013-03-31 20:25:13 +02:00
Executable_ulfex.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-30 13:34:06 +01:00
Executable_xrmex.mk
IwyuFilter_l10ntools.yaml Recheck modules [i-l]* with IWYU 2022-01-27 18:52:16 +01:00
Makefile re-base on ALv2 code. 2012-09-29 15:07:42 +01:00
Module_l10ntools.mk migrate to boost::gettext 2017-07-21 08:20:50 +01:00
README.md Updated README.md files to represent current code / use Markdown format 2021-04-07 17:47:16 +02:00
StaticLibrary_transex.mk prefer makefile-gmake-mode 2014-04-28 23:35:42 +09:00

Localization (l10n) Tools

l10ntools (l10n = localization) contains a number of tools that extract translatable content from source code and merge translations back to source code during the build.