Page 1 of 1

CMake

Posted: Wed Apr 19, 2017 12:36 pm
by Nikolay

Re: CMake

Posted: Sat Apr 22, 2017 8:44 pm
by gadget
I followed the instructions for Ubuntu 14.04:
sudo apt-get install -y \
build-essential cmake git libwxbase3.1-dev libwxgtk3.1-dev libwxgtk-webview3.1-dev
without error, however:
Unpacking mmex (1.3.3) ...
dpkg: dependency problems prevent configuration of mmex:
mmex depends on libwxgtk3.0-0v5 (>= 3.0.0) | libwxgtk3.0-0 (>= 3.0.0); however:
Package libwxgtk3.0-0v5 is not installed.
Package libwxgtk3.0-0 is not installed.
mmex depends on libwxgtk-webview3.0-0v5 (>= 3.0.0) | libwxgtk-webview3.0-0 (>= 3.0.0); however:
Package libwxgtk-webview3.0-0v5 is not installed.
Package libwxgtk-webview3.0-0 is not installed.

dpkg: error processing package mmex (--install):
dependency problems - leaving unconfigured

Re: CMake

Posted: Sat Apr 22, 2017 8:46 pm
by gadget
Instructions for Ubuntu 16.04 worked perfectly, Thanks.

This was long awaited and greatly appreciated.

Re: CMake

Posted: Mon Apr 24, 2017 3:48 pm
by Nikolay

Re: CMake

Posted: Fri Apr 28, 2017 3:30 pm
by jjd
Followed the instructions for Fedora 25. Everything went well until the last command to install the created package. It fails with:

wxWidgets-3_0-devel is needed by mmex-1.3.3-1.x86_64

I have tried to locate this but without success. Can anyone help, please.  Thanks.

jjd

Re: CMake

Posted: Fri Apr 28, 2017 8:54 pm
by Nano
Thanks Nikolay, I have been using mmex 0.9.9 until now, with this instructions I have compiled the binary and works. Although the rpm file was not created, it ends the compilation with an error. Thanks again.

Nano

Re: CMake

Posted: Sat Jul 08, 2017 5:29 am
by Chacsam
Hi,

I cannot install mmex on a Fedora 25 station.
Tried different methods, none working:

1) through https://github.com/moneymanagerex/money ... .Fedora.md
at compile level I receive error on

Code: Select all

cmake -DCMAKE_BUILD_TYPE=Release ../../
 => bash: cmake: command unkown (free translation to english)

2) through https://packagecloud.io/moneymanagerex/ ... ex/install
Setup repository ok
but

Code: Select all

sudo yum install mmex
gives
Redirecting to '/usr/bin/dnf install mmex' (see 'man yum2dnf')
moneymanagerex_moneymanagerex                   207  B/s | 296  B     00:01    
moneymanagerex_moneymanagerex-source            232  B/s | 296  B     00:01    
no package mmex available.  
 (free translation to english)

Re: CMake

Posted: Tue Jul 11, 2017 3:20 pm
by Nikolay
sudo yum install cmake

Re: CMake

Posted: Tue Jul 11, 2017 7:35 pm
by Chacsam
Nikolay wrote:sudo yum install cmake
Does it show that I am a newbie ? ;-)
Thanks