Re: [GNC-dev] GnuCash 3.4: Building on ubuntu 18.04

2019-01-01 Thread Antonios Hadjigeorgalis
Thanks John. My solution was to put a symlink in $HOME/bin linked to the working version in my build tree. This seems to be working normally for me. On Tue, Jan 1, 2019 at 12:58 AM John Ralls wrote: > > Cmake mangles some paths when CMAKE_INSTALL_PREFIX is rooted in either > /usr or /opt, and

Re: [GNC-dev] GnuCash 3.4: Building on ubuntu 18.04

2018-12-31 Thread John Ralls
> On Dec 31, 2018, at 3:15 PM, Antonios Hadjigeorgalis > wrote: > > I'm seeing two issues when building gnucash on ubuntu 18.04 > > issue #1: > > build completes successfully using cmake and make with cmake command > line: > > cmake -DWITH_PYTHON=ON

[GNC-dev] GnuCash 3.4: Building on ubuntu 18.04

2018-12-31 Thread Antonios Hadjigeorgalis
I'm seeing two issues when building gnucash on ubuntu 18.04 issue #1: build completes successfully using cmake and make with cmake command line: cmake -DWITH_PYTHON=ON -DCMAKE_INSTALL_PREFIX=/opt/gnucash34 -DCMAKE_BUILD_TYPE=RelWithDebInfo .. But then, the executable fails