Lazarus

Installation => Linux => Topic started by: skrat on January 01, 2019, 02:23:28 pm

Title: Can not find gettext used by LazUTF8 after update to Ubuntu 18.10
Post by: skrat on January 01, 2019, 02:23:28 pm
So I recently updated from 16.04 to 18.04.1 and everything went wrong.

So I removed fpc, fpc-src and lazarus-project and reinstalled the packages using *.deb files. Now I can't compile my project any longer because of an error 'cannot find gettext used by LazUTF8 of package LazUtils'.

Any ideas what I can do?
Title: Re: Can not find gettext used by LazUTF8 after update to Ubuntu 18.10
Post by: Thaddy on January 01, 2019, 04:48:29 pm
Install gettext? I have no clue why it isn't there by default - if it is a real Ubuntu and not one of the lightweight versions.
Title: Re: Can not find gettext used by LazUTF8 after update to Ubuntu 18.10
Post by: skrat on January 01, 2019, 05:20:45 pm
Sorry but... How do I do that?  :'(
Title: Re: Can not find gettext used by LazUTF8 after update to Ubuntu 18.10
Post by: Hi im Pascal on January 01, 2019, 05:25:34 pm
Possibly the same issue? https://forum.lazarus.freepascal.org/index.php/topic,30758.15.html

to install packages
Code: [Select]
apt-cache search <package_name>
# if you found the one you need
sudo apt-get install <full_package_name>
Title: Re: Can not find gettext used by LazUTF8 after update to Ubuntu 18.10
Post by: skrat on January 01, 2019, 07:50:21 pm
Ok completely deleting the Lazarus and installing it again worked, as suggested here: http://forum.lazarus.freepascal.org/index.php/topic,38828.msg265293.html#msg265293
TinyPortal © 2005-2018