Re: Building unstable on Mac

2018-02-22 Thread R. Victor Klassen
ckoutroot > somewhere in .jhbuildrc-custom. > > Regards, > John Ralls > >> On Feb 21, 2018, at 2:10 PM, R. Victor Klassen > <mailto:rvklas...@gmail.com>> wrote: >> >> Getting real close. >> >> CMake Error at common/cmake_modules/GncAddTest.c

Re: Building unstable on Mac

2018-02-21 Thread R. Victor Klassen
Getting real close. CMake Error at common/cmake_modules/GncAddTest.cmake:145 (MESSAGE): GTEST not found. Please install it or set GTEST_ROOT or GMOCK_ROOT Call Stack (most recent call first): CMakeLists.txt:593 (GNC_GTEST_CONFIGURE) -- Configuring incomplete, errors occurred! See also "/Us

Re: In the continuing saga

2018-02-15 Thread R . Victor Klassen
Never mind the errors and stickiness at the end of my last message. I just noticed the note about jhbuild crashing and the remedy. So I’m back in business. But the other bits should likely be either fixed or noted in the instructions. ___ gnucash-d

In the continuing saga

2018-02-15 Thread R. Victor Klassen
So I was unable to get back to this for awhile, but I have now got much closer. I think the problem I was having earlier was that it was finding remnants from the stable build. Not totally sure, but that’s my best guess. I cleaned out everything to little more than a bare account, and

Re: Building unstable on Mac

2018-02-01 Thread R. Victor Klassen
; > Regards, > John Ralls > >> On Feb 1, 2018, at 2:50 PM, R. Victor Klassen wrote: >> >> … or what happened that it wasn’t found? >> >> I scrolled back (actually used find) and it was checked out, configured, >> built and installed.

Re: Building unstable on Mac

2018-02-01 Thread R. Victor Klassen
uile in particular) take hours. > > Regards, > John Ralls > >> On Feb 1, 2018, at 5:55 AM, R. Victor Klassen > <mailto:rvklas...@gmail.com>> wrote: >> >> Broke in pango - errors below: >> >> [Is there a file or other accessible referenc

Re: Building unstable on Mac

2018-02-01 Thread R. Victor Klassen
ions for boost; jhbuild doesn’t know how to build that. > After running `jhbuild build` you can > > 1. cd ~/gtk/source/gnucash-git > 2. git clean -fdx > 2. git checkout -b unstable -t origin/unstable > 3. jhbuild shell > 4. cd $PREFIX/.. > 5. mkdir build/gnucash-git &&

Building unstable on Mac

2018-01-29 Thread R. Victor Klassen
So, the wiki is less than clear on how to do this. First I tried going through the instructions under Building for Development beginning with jhbuild shell cd $PREFIX/../src/gnucash-2.6.17 But it turned out that there was no path with the prefix $PREFIX/../src No src directory had yet been crea

Re: Build on Mac OS

2018-01-27 Thread R . Victor Klassen
I thought it made sense to begin with the most vanilla, default build, which as it turns out was stable. I could switch to unstable. For the first while I expect to be mostly just poking about trying to learn how the code is spending its time. Here’s hoping... > > > Why are you buildin

Build on Mac OS

2018-01-27 Thread R. Victor Klassen
It went much further this time. And then: libtool: compile: /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src -I../../../src/import-export -I../../../src/gnome -I../../../src/register/ledger-core -I../../../src/register/register-gnome -I../..

Re: Building on MacOS - jhbuild difficulty

2018-01-24 Thread R. Victor Klassen
~~~^ /Users/gnucashdev/gnucash-stable/include/openssl/ossl_typ.h:107:16: note: forward declaration of 'struct dsa_st' typedef struct dsa_st DSA; ^ evp.c:870:51: error: incomplete definition of type &#

Re: Building on MacOS - jhbuild difficulty

2018-01-24 Thread R. Victor Klassen
. > On Jan 21, 2018, at 12:36 PM, John Ralls wrote: > > > >> On Jan 19, 2018, at 1:46 PM, John Ralls wrote: >> >> >> >>> On Jan 18, 2018, at 1:26 PM, R. Victor Klassen wrote: >>> >>> After a few years of being too busy t

Building on MacOS - jhbuild difficulty

2018-01-18 Thread R. Victor Klassen
After a few years of being too busy to try working on the code base, I thought I’d make another attempt at installing a development version of GnuCash. Following the instructions on https://wiki.gnucash.org/wiki/MacOSX/Quartz , I began by creating a

Re: Invoice/Bill structure

2018-01-11 Thread R. Victor Klassen
Curiosity satisfied. Thanks. > On Jan 11, 2018, at 1:18 PM, Geert Janssens > wrote: > > Op donderdag 11 januari 2018 18:55:46 CET schreef R. Victor Klassen: >> I’ve been poking around in the SQL for invoices/bills, and >> >> Inquiring mind(s) wish to know: >

Invoice/Bill structure

2018-01-11 Thread R. Victor Klassen
I’ve been poking around in the SQL for invoices/bills, and Inquiring mind(s) wish to know: Why, in an “Entry” is there both an invoice (text) and a bill (text) field, only one of which is ever used, and i_price_num/denom and b_price_num/denom fields, only one (pair) of which is ever used, based

Re: Multi-page invoices

2013-03-02 Thread R. Victor Klassen
. It will have to be worked around by > postprocessing (with for example wkhtmltopdf) or our print process will have > to bypass webkit. In theory what R. Victor Klassen proposed could work as > well: pre-process the html code before handing it over to webki