Re: [GNC-dev] Compiling not working

2019-10-23 Thread John Ralls
> On Oct 23, 2019, at 11:15 AM, lists+gnuc...@alexandervowinkel.de wrote: > > Hi, > > > I am trying to compile gnucash. > > I downloaded the tarball gnucash-3.7.tar.bz2, > installed and compiled all necessary dependencies, > run >mkdir mybuild && cd mybuild && cmake -DCMAKE_INSTALL_PREFI

[GNC-dev] Compiling not working

2019-10-23 Thread lists+gnucash
Hi, I am trying to compile gnucash. I downloaded the tarball gnucash-3.7.tar.bz2, installed and compiled all necessary dependencies, run mkdir mybuild && cd mybuild && cmake -DCMAKE_INSTALL_PREFIX=/opt/gnucash .. and then (inside the build directory) make and I get the following erro