Re: Building unstable on Mac

2018-02-22 Thread R. Victor Klassen
>os.environ[‘SRCROOT’] = checkoutroot > somewhere in .jhbuildrc-custom. > > Regards, > John Ralls > >> On Feb 21, 2018, at 2:10 PM, R. Victor Klassen <rvklas...@gmail.com >> <mailto:rvklas...@gmail.com>> wrote: >> >> Getting real close. >>

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

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. ___

Re: Building unstable on Mac

2018-02-01 Thread R. Victor Klassen
e to look for the answer? > > Regards, > John Ralls > >> On Feb 1, 2018, at 2:50 PM, R. Victor Klassen <rvklas...@gmail.com> wrote: >> >> … or what happened that it wasn’t found? >> >> I scrolled back (actually used find) and it was chec

Re: Building unstable on Mac

2018-02-01 Thread R. Victor Klassen
> (webkit and guile in particular) take hours. > > Regards, > John Ralls > >> On Feb 1, 2018, at 5:55 AM, R. Victor Klassen <rvklas...@gmail.com >> <mailto:rvklas...@gmail.com>> wrote: >> >> Broke in pango - errors below: >> >>

Re: Building unstable on Mac

2018-02-01 Thread R. Victor Klassen
h-git && cd build/gnucash-git > 6. cmake -DCMAKE_INSTALL_PREFIX=$PREFIX > -DGTEST_ROOT=$JHBUILD_SOURCE/googletest/googletest > -DGMOCK_ROOT=$JHBUILD_SOURCE/googletest/googlemock $JHBUILD_SOURCE/gnucash-git > 7. make && make install > > To run tests, run >

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

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

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

Re: Building on MacOS - jhbuild difficulty

2018-01-24 Thread R. Victor Klassen
oo many errors emitted, stopping now [-ferror-limit=] > On Jan 24, 2018, at 8:36 PM, John Ralls <jra...@ceridwen.us> wrote: > > Since you didn’t share the actual errors I can’t really suggest anything... > > Regards, > John Ralls > > >> On Jan

Re: Building on MacOS - jhbuild difficulty

2018-01-24 Thread R. Victor Klassen
. > On Jan 21, 2018, at 12:36 PM, John Ralls <jra...@ceridwen.us> wrote: > > > >> On Jan 19, 2018, at 1:46 PM, John Ralls <jra...@ceridwen.us> wrote: >> >> >> >>> On Jan 18, 2018, at 1:26 PM, R. Victor Klassen <rvklas...@gmail.com

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

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,

Re: Multi-page invoices

2013-03-02 Thread R. Victor Klassen
report. So there is very little left to do on the gnucash side for this particular use case. The bug in webkit remains though. 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