You are not logged in.

#1 2016-02-08 00:59:47

drink_n_drive
Member
Registered: 2015-10-28
Posts: 28

[SOLVED] Install POEdit from source

Hi all, I'm having a hard time trying to install POEdit 1.8.x. While version 1.6.x is available on Debian Jessie's repos, I really need some of the newest features. I've solved the dependencies allright, and when I attempt to do "make install".

make[1]: Entering directory '/home/martin/poedit-1.8.6/src'
  CXXLD  poedit
/usr/bin/ld: no se puede encontrar -lboost_regex
collect2: error: ld returned 1 exit status
Makefile:512: recipe for target 'poedit' failed
make[1]: *** [poedit] Error 1
make[1]: Leaving directory '/home/martin/poedit-1.8.6/src'
Makefile:351: recipe for target 'install-recursive' failed
make: *** [install-recursive] Error 1

Here is the complete output.

I'm not sure how to proceed.

I got the .tar.gz file from http://poedit.net/

Thanks in advance!

Last edited by drink_n_drive (2016-02-09 03:59:24)

Offline

#2 2016-02-08 01:17:19

porkpiehat
Member
Registered: 2015-10-27
Posts: 31

Re: [SOLVED] Install POEdit from source

Do you have the "libboost-regex-dev" package installed?

You coud also backport the testing or sid poedit package. https://forums.bunsenlabs.org/viewtopic.php?id=58

Last edited by porkpiehat (2016-02-08 01:33:59)

Offline

#3 2016-02-09 03:33:43

drink_n_drive
Member
Registered: 2015-10-28
Posts: 28

Re: [SOLVED] Install POEdit from source

porkpiehat wrote:

Do you have the "libboost-regex-dev" package installed?

I was trying to apt-get lboost_regex instead. Now it worked! Many many thanks.

PS: Noobs like me should check for packages names and descriptions in Synaptic systematically. And STFW, of course.

HffYWcf

Offline

#4 2016-02-09 03:53:39

tknomanzr
BL Die Hard
From: Around the Bend
Registered: 2015-09-29
Posts: 1,057

Re: [SOLVED] Install POEdit from source

That's great! Would you be kind enough to mark Solved on the OP so that it might help others who experience the same problem?

Offline

#5 2016-02-09 03:59:02

drink_n_drive
Member
Registered: 2015-10-28
Posts: 28

Re: [SOLVED] Install POEdit from source

Sure thing!

Offline

#6 2016-02-09 13:12:53

porkpiehat
Member
Registered: 2015-10-27
Posts: 31

Re: [SOLVED] Install POEdit from source

"apt-file search <library>" and "apt-get build-dep <package>" are also handy things to know when you are trying to build from source.

Offline

Board footer

Powered by FluxBB