Claydoh and all...
I'm trying to build KMyMoney 4.6.3 on my Kubuntu 12.04.1 system here and keep running into cmake issues. I have fixed a number of them by installing missing lib packages (kdelib5-dev, libcgal-dev, libicu-dev). I can almost get cmake to to finish building the make files and I get the following error:
That's about as far as it got with it... I tried an apt-file search for FindMsgfmt.cmake as below and struck out:
Which makes no sense since kdelibs5-dev is already installed... I'm stumped. 
Can you shed any light on how I can resolve this error?
Cheers,
Bill
I'm trying to build KMyMoney 4.6.3 on my Kubuntu 12.04.1 system here and keep running into cmake issues. I have fixed a number of them by installing missing lib packages (kdelib5-dev, libcgal-dev, libicu-dev). I can almost get cmake to to finish building the make files and I get the following error:
Code:
CMake Error at /usr/share/kde4/apps/cmake/modules/FindMsgfmt.cmake:22
Could NOT find msgfmt program
Call Stack (most recent call first):
CMakeLists.txt:414 (find_package)
-- Looking for dgettext
-- Looking for dgettext - found
-- Found Gettext: built in libc
-- Configuring incomplete, errors occurred!
Code:
bweinel@excalibur:~/kmymoney-4.6.3/build$ apt-file search FindMsgfmt.cmake
kdelibs5-dev: /usr/share/kde4/apps/cmake/modules/FindMsgfmt.cmake

Can you shed any light on how I can resolve this error?
Cheers,
Bill







Comment