Re: [GNC-dev] build fail maint and master related to scm - no code for module

2020-02-28 Thread Richard Ullger
> > That kind of error usually means that the build is finding the wrong > libraries and guile caches. One way around that is to uninstall GnuCash but > if you keep your books on the same computer that you develop you probably > don't want to do that. In that case the simplest approach is to set u

Re: [GNC-dev] [GNC] Failed - import of QIF files from Quicken

2020-02-28 Thread Christopher Lam
(attachment snipped) To help you import your old quicken datafile, you would best revert to 3.1, import completely then upgrade to 3.8. The offending code has been identified but is *very* difficult to understand because the author left nearly 20 years ago. Meanwhile the code base and the language

Re: [GNC-dev] build fail maint and master related to scm - no code for module

2020-02-28 Thread Geert Janssens
It looks like the new lot-viewer.scm report has been included in the wrong source directory. It depends on business-report functionality but is added to standard-reports. I'll see if I can come up with a fix. Regards, Geert Op vrijdag 28 februari 2020 15:51:25 CET schreef Richard Ullger: > >

Re: [GNC-dev] build fail maint and master related to scm - no code for module

2020-02-28 Thread Geert Janssens
There were several issues which your logs below nicely illustrated. Interestingly these issues only surfaced when using the cmake's makefile generator. All was fine using ninja. This shows most devs are using ninja... Anyway, I have pushed several fixes to maint and master and both build fine n

Re: [GNC-dev] build fail maint and master related to scm - no code for module

2020-02-28 Thread Richard Ullger
On Friday, 28 February 2020 18:34:41 GMT Geert Janssens wrote: > There were several issues which your logs below nicely illustrated. > Interestingly these issues only surfaced when using the cmake's makefile > generator. All was fine using ninja. This shows most devs are using ninja... > > Anyway,

[GNC-dev] Build on MacOS

2020-02-28 Thread Jean Laroche
Hi guys, I'm trying to build on MacOS (macbook pro, High Sierra, 10.13.4). Setting up the build was *not* easy, I had to deal with many issues during the jhbuild build phase (I kept notes so if it's interesting to someone I could list all the issues, and what I had to do to fix them). My quest

[GNC-dev] Report stylesheets are broken in git 3.8b-169-gb9d625d25+(2020-02-28)

2020-02-28 Thread Richard Ullger
The background colour and text colour settings are ignored. The background colour is always white and the text colour is always black, regardless of the colours set in the stylesheet editor. Regards, Richard ___ gnucash-devel mailing list gnucash-d

Re: [GNC-dev] Report stylesheets are broken in git 3.8b-169-gb9d625d25+(2020-02-28)

2020-02-28 Thread Christopher Lam
This may be caused by some recent changes to html-fonts when the gtk theme is dark. Tell us what theme you're using? On Sat, 29 Feb 2020, 6:24 am Richard Ullger, wrote: > The background colour and text colour settings are ignored. The background > colour is always white and the text colour is al

Re: [GNC-dev] Build on MacOS

2020-02-28 Thread John Ralls
> On Feb 28, 2020, at 2:15 PM, Jean Laroche wrote: > > Hi guys, > I'm trying to build on MacOS (macbook pro, High Sierra, 10.13.4). > Setting up the build was *not* easy, I had to deal with many issues during > the jhbuild build phase (I kept notes so if it's interesting to someone I > could

Re: [GNC-dev] Build on MacOS

2020-02-28 Thread John Ralls
Jean, Please remember to copy the list on all replies. > On Feb 28, 2020, at 8:26 PM, jean laroche wrote: > > Thanks for the pointers John! Very useful! As a newbie building this, I have > no idea what's important and what not. Here are my notes. > > Note that a lot of this is hacking, trying

Re: [GNC-dev] Build on MacOS

2020-02-28 Thread jean laroche
Thanks for all the answers! I knew I must have been doing something wrong. I started doing the build using a new user account, as is recommended in the docs and ran into lots of problems. I didn't realize you have to avoid homebrew at all cost... my bad. I *did* run jhbuild bootstrap-gtk-osx as