https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43090

Jonathan Druart <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Jonathan Druart <[email protected]> ---
I have a temporary solution for the translation server, I compiled 0.23:

    wget https://ftp.gnu.org/pub/gnu/gettext/gettext-0.23.1.tar.xz
    tar xf gettext-0.23.1.tar.xz
    cd gettext-0.23.1
    ./configure --prefix=/usr/local/gettext-0.23.1
    make -j$(nproc)
    /usr/local/gettext-0.23.1/bin/xgettext --version
xgettext (GNU gettext-tools) 0.23.1

Then forced the PATH in koha-i18n
+    $cmd = sprintf "PATH=%s:%s %s", '/usr/local/gettext-0.23.1/bin',
$ENV{PATH}, $cmd;

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to