Recent

Author Topic: Can not find gettext used by LazUTF8 after update to Ubuntu 18.10  (Read 3202 times)

skrat

  • New member
  • *
  • Posts: 8
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?

Thaddy

  • Hero Member
  • *****
  • Posts: 14364
  • Sensorship about opinions does not belong here.
Re: Can not find gettext used by LazUTF8 after update to Ubuntu 18.10
« Reply #1 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.
« Last Edit: January 01, 2019, 04:52:14 pm by Thaddy »
Object Pascal programmers should get rid of their "component fetish" especially with the non-visuals.

skrat

  • New member
  • *
  • Posts: 8
Re: Can not find gettext used by LazUTF8 after update to Ubuntu 18.10
« Reply #2 on: January 01, 2019, 05:20:45 pm »
Sorry but... How do I do that?  :'(

Hi im Pascal

  • Jr. Member
  • **
  • Posts: 53
Re: Can not find gettext used by LazUTF8 after update to Ubuntu 18.10
« Reply #3 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>
« Last Edit: January 01, 2019, 05:27:39 pm by Hi im Pascal »

skrat

  • New member
  • *
  • Posts: 8
Re: Can not find gettext used by LazUTF8 after update to Ubuntu 18.10
« Reply #4 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