Re: Build issues and some free testing

2018-01-23 Thread John Ralls
d see that WEBKIT_FOUND was true and set up for the preferred webkit2gtk-4.0. I've corrected that by having separate WEBKIT2_3_FOUND and WEBKIT2_4_FOUND variables. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Build issues and some free testing

2018-01-23 Thread John Ralls
Robert, Cool. If they should wind up writing some nice unit tests for areas where our coverage is poor (pretty much everywhere) we’ll happily and gratefully take them. Regards, John Ralls > On Jan 23, 2018, at 4:26 PM, Robert Merkel wrote: > > Thanks all. > > I realis

Re: Building on MacOS - jhbuild difficulty

2018-01-24 Thread John Ralls
Since you didn’t share the actual errors I can’t really suggest anything... Regards, John Ralls > On Jan 24, 2018, at 2:57 PM, R. Victor Klassen wrote: > > This got me much further. > > The next problem was that no matter how many times I re-tried, gnutls would > not chec

Re: Building on MacOS - jhbuild difficulty

2018-01-25 Thread John Ralls
I resolved it by selecting 4, then from the shell: git reset --hard git checkout master autoreconf -fis && ./configure --prefix $PREFIX exit 1 Regards, John Ralls > On Jan 24, 2018, at 6:10 PM, R. Victor Klassen wrote: > > Easy enough: > > make[3]: Nothing to be done

Re: On development/release processes and version numbers

2018-01-25 Thread John Ralls
int into unstable is already a major pain-point and I’ll be really happy to get 3.0 out so that we don’t have to merge from what will then be the 2.6 branch any more. If the pace of master development picks up we may have to accelerate the “majo

Re: Access to code.gnucash.org

2018-01-25 Thread John Ralls
rtant thing is to never push to GitHub or use its automatic merge tools because code can sync *to* GitHub but can’t sync from it. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Mac Help works. Since when?

2018-01-25 Thread John Ralls
should probably say 2.4.0 in the wiki. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Build on Mac OS

2018-01-27 Thread John Ralls
ash: ## Error running make -j 5 > *** [71/72] Why are you building stable? I modified the arguments passed to gwen for unstable/master. You can, while in a jhbuild shell, cd to the gwen directory and reconfigure it with --with

Re: Build on Mac OS

2018-01-27 Thread John Ralls
Well, what’s currently unstable will be stable in a month or two. We rearranged things a bit, so you’ll be ahead learning unstable and not worrying too much about 2.6. Regards, John Ralls > On Jan 27, 2018, at 6:26 PM, R. Victor Klassen wrote: > > I thought it made sense to begin

Re: Bug in "Liabilities Barchart" report (since 2.6.19)

2018-01-28 Thread John Ralls
endix (as image and GnuCash file). > > ​I tried to find the error. Unfortunately, I do not know where to start.​ > Can someone please look at it. With the example from the attachment it > should be easy. Thanks in advance! > Is USD the only currency involved in these transactions? Re

Re: Building unstable on Mac

2018-01-29 Thread John Ralls
h-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 make check Regards, John Ralls > On Jan 29, 2018, at 3:33 PM,

Re: Building unstable on Mac

2018-02-01 Thread John Ralls
(webkit and guile in particular) take hours. Regards, John Ralls > On Feb 1, 2018, at 5:55 AM, R. Victor Klassen wrote: > > Broke in pango - errors below: > > [Is there a file or other accessible reference that I can look into to get > some idea of what fraction of th

Re: Building unstable on Mac

2018-02-01 Thread John Ralls
one underneath it. I changed that in git 2 months ago but forgot to change the wiki page. Fixed now. glib-networking is in the list of modules that should be built. What happened that it wasn't? Regards, John Ralls > On Feb 1, 2018, at 2:02 PM, R. Victor Klassen wrote: > > At some p

Re: Building unstable on Mac

2018-02-01 Thread John Ralls
Please remember to copy the list on all replies. Well, if it was installed then why isn't libsoup finding it? 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

Re: Building unstable on Mac

2018-02-01 Thread John Ralls
iously "macros", "m4", or "m4macros". Libsoup uses "m4". In the case of glib-networking configure runs a little program, so you're be looking for the associated compiler or runtime error in config.log. Regards, John Ralls [1] https://autotools.io/

Re: Future allocated money, aka Envelope Budgeting

2018-02-02 Thread John Ralls
away from sucking the whole DB into memory at load time. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

GnuCash 2.7.4 Released

2018-02-03 Thread John Ralls
The Gnucash Development Team is pleased to release Gnucash 2.7.4, the fifth release of an unstable series leading to Gnucash 3.0 Notice that we've decided that beginning with the upcoming major release we will use two-digit release numbers and that the next stable release will be 3.0. Maintenan

Re: GnuCash Opens Dirty?

2018-02-04 Thread John Ralls
to save something that doesn’t really need saving. I’m inclined to think that it would also be better to display an accounts page instead of an empty notebook. Regards, John Ralls > On Feb 4, 2018, at 8:35 AM, David T. via gnucash-devel > wrote: > > David C., > > It is app

Fwd: Planned MAJOR OUTAGE: Thursday 08th of February, 17:00 - 19:00 UTC

2018-02-05 Thread John Ralls
I think the only thing there that will impact us is bugzilla. Regards, John Ralls > Begin forwarded message: > > Date: Mon, 5 Feb 2018 12:04:06 +0100 > From: Andrea Veri > To: infrastructure-annou...@gnome.org > Cc: desktop-devel-list ,Foundation > List >

Re: GnuCash 2.7.4 Released

2018-02-06 Thread John Ralls
> return 0; > } > > > Also setting defininf CMAKE_PREFIX_PATH doesn't help: > echo $CMAKE_PREFIX_PATH > /usr/include/gtk-3.0 > > > Any ideas? Please remember to copy the list on all replies. "Reply All" works well. You're not starting at the top level CMakeFile. Tell it "cmake .." instead of "cmake ../gnucash". Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: GnuCash 2.7.4 Released

2018-02-08 Thread John Ralls
inding the wrong libgncmod-apputils.so. If you have an installed /usr/bin/gnucash and associated libraries you need to hide them somehow so that when guile tries to dlopen libgncmod-apputils.so it gets the one you’ve just built. If it’s just a libgncmod-apputils.so from a previous ninja install then it’s easier, just delete it. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Fwd: Re: Planned MAJOR OUTAGE: Thursday 08th of February, 17:00 - 19:00 UTC

2018-02-09 Thread John Ralls
> Begin forwarded message: > > Date: Fri, 9 Feb 2018 12:44:46 +0100 > From: Andrea Veri mailto:a...@gnome.org>> > To: infrastructure-annou...@gnome.org > > Cc: desktop-devel-list >, Foundation > List mailto:

Re: price.date, transaction.post_date and neutral time

2018-02-11 Thread John Ralls
u might expect, calculations with post_date are pervasive throughout GnuCash and changing its representation will be a lot of work. That will happen in the course of C++ conversion and MVC cleanup, but like so many other things there’s a lot of preparation fir

Re: price.date, transaction.post_date and neutral time

2018-02-11 Thread John Ralls
is open at the time of the quote. That's an absolute time anchored in the market's time zone, not the user's. Regards, John Ralls > On Feb 11, 2018, at 8:42 AM, Sébastien de Menten wrote: > > Yes definitely not a top priority if it works and the change is costly and &g

Re: Planned MAJOR OUTAGE: Thursday 08th of February, 17:00 - 19:00 UTC

2018-02-14 Thread John Ralls
> On Feb 14, 2018, at 8:10 AM, Derek Atkins wrote: > > John Ralls writes: > >> I think the only thing there that will impact us is bugzilla. > > We should really start thinking about running our own BZ instance, > assuming we can get a DB Dump from GNOME. Maybe

Re: Planned MAJOR OUTAGE: Thursday 08th of February, 17:00 - 19:00 UTC

2018-02-14 Thread John Ralls
this until later this spring. There are no signs on the Gnome lists that BZ is going to be shut down any time soon, so there’s no real rush. Regards, John Ralls > On Feb 14, 2018, at 5:41 PM, Derek Atkins wrote: > > It might take that long to get a db dump. ;-) > But yes,

Re: In the continuing saga

2018-02-15 Thread John Ralls
/usr/bin. You should delete it and anything else in /usr/bin or /usr/lib that didn't come from Apple. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Permissions for gnc-fq-update

2018-02-15 Thread John Ralls
ude that location when it searches for modules. It’s the FinanceQuote Update.app that runs gnc-fq-update as root. gnc-fq-update itself is a very simple perl program with no inbuilt privilege escalation. Regards, John Ralls ___ gnucash-devel mailing list gn

Re: trial balance - how to find mismatch question

2018-02-16 Thread John Ralls
ommodity unit” or SCU) for an account *is* the value for the commodity/currency in which it’s denominated. For most currencies that’s 1/100. Prices aren’t rounded by GnuCash, but the prices you get from Finance::Quote are, so if you have trades from before

Re: Terminal output at start up on Unstable

2018-02-19 Thread John Ralls
Oh... I deleted fin.scm because the functions aren’t used in code anywhere. I take it that they’re called by the SX formula parser. I’ll put it back (though maybe closer to where it’s used) and document it. Regards, John Ralls > On Feb 19, 2018, at 4:25 AM, Derek Atkins wrote: > >

Re: Building unstable on Mac

2018-02-21 Thread John Ralls
Oops, that’s set in my personal (and a bit complex for building a variety of project) .jhbuildrc-custom. The moduleset should use $JHBUIILD_SOURCE. To work around it, add os.environ[‘SRCROOT’] = checkoutroot somewhere in .jhbuildrc-custom. Regards, John Ralls > On Feb 21, 2018, at 2:10

Re: Building unstable on Mac

2018-02-22 Thread John Ralls
Huzzah. File bug reports, setting the version to 2.7.x--after searching first, of course. Profiling and memory-checking are best done with Instruments, included with Xcode. Regards, John Ralls > On Feb 22, 2018, at 9:10 AM, R. Victor Klassen wrote: > > Success > > I have

Re: Updated Greek translation

2018-02-22 Thread John Ralls
ked "fuzzy" [1]. If you verified all of the strings and simply didn't remove the comment, no problem, I can do that for you. If not, could you check the fuzzies and make a new el.po? Regards, John Ralls [1] https://www.gnu.org/software/gette

GnuCash 2.7.5 Released

2018-02-25 Thread John Ralls
The Gnucash Development Team is pleased to release Gnucash 2.7.5, the sixth release of an unstable series leading to Gnucash 3.0 Notice that we've decided that beginning with the upcoming major release we will use two-digit release numbers and that the next stable release will be 3.0. Maintena

Re: Transaction Associations

2018-02-26 Thread John Ralls
at it will be some document--perhaps an image of a receipt--that is related to the transaction. The feature is in 2.6. What’s new is that there’s now a graphic indicator in the register that a transaction has an associated resource somewhere. Regards, John Ralls _

Re: Unstable terminates immediately

2018-03-02 Thread John Ralls
> On Mar 2, 2018, at 4:03 AM, Geert Janssens wrote: > > Op vrijdag 2 maart 2018 02:21:45 CET schreef Alex Aycinena: >> On Thu, Mar 1, 2018 at 5:15 PM, John Ralls >> >> wrote: >>> Run it in the debugger and see where it’s crashing and why? >>>

Re: Unstable terminates immediately

2018-03-02 Thread John Ralls
> On Mar 2, 2018, at 1:26 PM, Alex Aycinena wrote: > > > > On Fri, Mar 2, 2018 at 6:21 AM, John Ralls <mailto:jra...@ceridwen.us>> wrote: > > > > On Mar 2, 2018, at 4:03 AM, Geert Janssens > <mailto:geert.gnuc...@kobaltwit.be>> wrote: >

Re: Unstable terminates immediately

2018-03-03 Thread John Ralls
> On Mar 3, 2018, at 12:37 AM, Martin Preuss wrote: > > Hi, > > Am 03.03.2018 um 05:40 schrieb John Ralls: > [...] >> https://fedora.pkgs.org/27/fedora-x86_64/ktoblzcheck-1.44-9.fc27.x86_64.rpm.html >> >> <https://fedora.pkgs.org/27/fedora-x86_64/

Re: mingw64 build and gwenhywfar/aqbanking download location

2018-03-04 Thread John Ralls
> On Mar 4, 2018, at 12:42 PM, Geert Janssens > wrote: > > Op zondag 4 maart 2018 21:38:19 CET schreef John Ralls: >> It's historic. When I started the Mac build I wasn't able to figure out how >> to get a uri that would work with wget and curl so I downloade

Re: Windows build

2018-03-04 Thread John Ralls
_64 $true you need to start an MSYS2/Mingw64 shell. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: gnucash unstable: Multiple changes pushed

2018-03-10 Thread John Ralls
> On Mar 10, 2018, at 1:42 AM, Geert Janssens > wrote: > > Op zaterdag 10 maart 2018 01:28:16 CET schreef John Ralls: >> diff --git a/CMakeLists.txt b/CMakeLists.txt >> index 86607a1..dbf92a5 100644 >> --- a/CMakeLists.txt >> +++ b/CMakeLists.txt >> @

BUILDING_FROM_VCS

2018-03-10 Thread John Ralls
. First, a recap: > Geert Janssens [GnuCash developer] 2018-03-09 14:45:05 PST > (In reply to John Ralls from comment #11) > > > In rules, you should remove the > > BUILDING_FROM_VCS hack. There is no autogen.sh any more so it breaks > > building > > from git and the

Re: BUILDING_FROM_VCS

2018-03-12 Thread John Ralls
asy to get paranoid about someone redistributing modified code and passing it off as vanilla GnuCash but with the source readily available and modifiable there's nothing much we can do about it aside from code-signing the bundles. As for ChangeLog, if we keep it we can just make the generati

Release of 2.7.6 delayed

2018-03-12 Thread John Ralls
ries have their symbols stripped) The controlling GnuCash frame is #48 0x6c922032 in gnc_show_splash_screen () Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Release of 2.7.6 delayed

2018-03-12 Thread John Ralls
ries have their symbols stripped) The controlling GnuCash frame is #48 0x6c922032 in gnc_show_splash_screen () Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Release of 2.7.6 delayed

2018-03-12 Thread John Ralls
> On Mar 11, 2018, at 10:38 PM, John Ralls wrote: > > I'm holding off on announcing the release because the installed package > crashes on startup in my Win7 VM, though it works fine when run from the > build and the installed package works fine on the Win10 VM. >

GnuCash 2.7.6 Released

2018-03-12 Thread John Ralls
The Gnucash Development Team is pleased to release Gnucash 2.7.6, the seventh release of an unstable series leading to Gnucash 3.0. Notice that we've decided that beginning with the upcoming major release we will use two-digit release numbers and that the next stable release will be 3.0. Mainenan

Re: 2.7.6?

2018-03-13 Thread John Ralls
t reset to a draft after I'd published it. I published it again, all should be well. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [PATCH] Switch to python 3

2018-03-16 Thread John Ralls
he bindings support both Python-2.7 and Python-3 Regards, John Ralls > On Mar 16, 2018, at 12:49 AM, Julian Wollrath wrote: > > > This switches swig to use python 3 specific features, switches the build > over to python 3 and adapts the tests according

Re: Updating an existing .po file

2018-03-18 Thread John Ralls
a correct behavior? Does it have anything to do with replacing > intltool by gettext? It's harmless, the paths are there only to help translators find out more about how the string is used. Yes, it's because instead of pointing intlto

GnuCash 2.7.7 Released

2018-03-19 Thread John Ralls
The Gnucash Development Team is pleased to release Gnucash 2.7.7, the eighth release of an unstable series leading to Gnucash 3.0 Notice that we've decided that beginning with the upcoming major release we will use two-digit release numbers and that the next stable release will be 3.0. Maintena

Re: Bugzilla Migration

2018-03-23 Thread John Ralls
To clarify, what Derek means by "no ties to GitLab" is that we don't host our repository at git.gnome.org so we have nothing besides bugs to migrate. There are several other projects with this situation. Regards, John Ralls > On Mar 23, 2018, at 10:24 AM, Derek Atkins wrote

Re: Typo in GnuCash 2.7.7 release announcement

2018-03-25 Thread John Ralls
s we'll release 3.0 next weekend. We'd really like to get it into LTS 18.04 too. It's too bad that it will be a dot-zero release, though. There are still people reporting (fixed) problems with 2.6.1 on LTS 14.04 because Ubuntu doesn't push GnuCash updates. Regards, Joh

GnuCash 2.7.8 Released

2018-03-25 Thread John Ralls
The Gnucash Development Team is pleased to release Gnucash 2.7.8, the ninth release of an unstable series leading to Gnucash 3.0. This release is a Release Candidate: If no bugs requiring major work are reported the next release will be 3.0. This release changes file locations, binding APIs, re

Re: Windows build failed to build new aqbanking 5.7.8

2018-03-30 Thread John Ralls
There’s a type error in AQBanking on windows that stops the AQB build and I haven’t yet added the patch to the build, though I did report it to Martin. The patch is attached. Regards, John Ralls > On Mar 30, 2018, at 5:13 AM, Robert Fewell <14ubo...@gmail.com> wrote: > > Was lo

Re: cmake error re libgnomecanvas-2.0

2018-03-30 Thread John Ralls
to build unstable or master yet) Either wait until 3.0 is released, at which point the current unstable will be renamed maint, or build unstable until then. We’re not going to add new strings to 2.6 this late in the game. We’re also in string freeze now on unstable, so won’t merge any new TotD

Re: Feedback about 2.7.8

2018-04-02 Thread John Ralls
> On Apr 2, 2018, at 4:22 AM, Christoph R > wrote: > > > But it is possible without any error or warning to create dates like this in > the price editor of 2.6. But not in GnuCash 3, where the earliest supported year (thanks to Boost::date_time) is 1400. R

Documentation Branches

2018-04-02 Thread John Ralls
ature documentation for 4.0. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

GnuCash 3.0 Released

2018-04-02 Thread John Ralls
GnuCash 3.0 released The GnuCash development team proudly announces GnuCash 3.0, the first release in our new 3.x stable series. New Features for Users: The headline item for this release is that GnuCash now uses the Gtk+-3.0 Toolkit and the WebKit2Gtk API. This change was forced on us by s

Re: gnucash wiki access

2018-04-03 Thread John Ralls
couple of weeks ago but Derek hasn't had a chance to fix it yet. There's a one-week "cooling off period" between getting an account and it being authorized for editing. That was in place as an anti-spam measure before we required applying for an account and hasn't yet been rem

Re: bootstrap_win_dev.vbs fails

2018-04-03 Thread John Ralls
versions were fine See the answer to your same question in gnucash-users. The crash on startup is also being discussed there and in several bug reports. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: gnucash wiki access

2018-04-03 Thread John Ralls
David, Thanks for saying, but only Derek can fix it and he's away. Regards, John Ralls > On Apr 3, 2018, at 9:49 AM, David T. wrote: > > John, > > The Captcha problem essentially freezes the wiki from the perspective of > adding or modifying links; contributors

Re: running setup-mingw64.ps1

2018-04-04 Thread John Ralls
ut in order to do so it needs the user to respond to the authorization window; same for Inno Setup. If you run the script unattended then the auth window times out and the programs don’t get installed. OTOH if you’re monitoring the script and authorizing the installations then something el

Re: gnc_add_swig_guile_command compile errors

2018-04-05 Thread John Ralls
path right. An alternative is to always use the absolute path to the root of the source directory: Then it doesn't matter where you put the build directory. Since we've switched to CMake and gotten rid of intltool the paths in gnucash.pot no longer include the relative path betwe

GnuCash 2.6.20 Released

2018-04-06 Thread John Ralls
The GnuCash development team announces GnuCash 2.6.20, the twenty-first and final maintenance release in the 2.6-stable series. Note: This is the last version of GnuCash that will support MacOS X versions earlier than 10.9 or Microsoft Windows versions earlier than Windows 7. Changes Between 2.

Re: emojis everywhere, seeking understanding / clarity / opinion

2018-04-07 Thread John Ralls
too :) > > [4] did a dev look at that and think, "super idea, we *must* include non-text > chars in our text based xml file. absolutely. best idea ever hashtag" or > whatever the current parlance is. Filtering for meaning is Way Too Hard. It would be too hard just in English

Re: [GNC-dev] Register + Unicode (was Re: emojis everywhere...)

2018-04-07 Thread John Ralls
> On Apr 7, 2018, at 1:26 PM, Eric Siegerman wrote: > > On Sat, Apr 07, 2018 at 07:31:38AM -0700, John Ralls wrote: >>> On Apr 6, 2018, at 11:11 PM, Wm via gnucash-devel >>> wrote: >>> gnc 3.0 allows emojis in places I think inappropriate > &g

Re: [GNC-dev] emojis everywhere, seeking understanding / clarity / opinion

2018-04-07 Thread John Ralls
ret the work. So I said that the trumpet emoji (code point 0x1f3ba, see https://emojipedia.org/trumpet/ <https://emojipedia.org/trumpet/> for some examples of how different artists have interpreted it) isn’t going to display a Trump (who doesn’t yet have a Unicode code point). [SNIP] Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] Gnucash-3.0 build error: GTEST not found

2018-04-08 Thread John Ralls
EST_ROOT=/path/to/googletest/googletest and GMOCK_ROOT=/path/to/googletest/googlemock. Now if you want to get things fixed up so that it builds with the shared libraries, you’ll need to apply https://github.com/Gnucash/gnucash/pull/329 <https://github.com/Gnucash/gnucash/pull/329&

Re: [GNC-dev] guile error during build

2018-04-08 Thread John Ralls
you’re building from a completely clean source, in a completely clean build directory, and installing to a prefix with no //gnucash. Make sure that there are no cached gnucash files anywhere guile can find them: You make need to fuddle guile’s search paths if you have gnucash installed from the package manager in /usr. I don’t know how to do that. The OpenSuSE packager hangs out on IRC with the nick luc14n0 and he might be able to help. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] running setup-mingw64.ps1

2018-04-08 Thread John Ralls
errors. jhbuild is a bit odd all the way around. The documentation is at https://developer.gnome.org/jhbuild/stable/ <https://developer.gnome.org/jhbuild/stable/> and there’s some more information at https://wiki.gnome.org/action/show/Projects/Jhbuil

Re: [GNC-dev] GnuCash 2.6.20 Released

2018-04-08 Thread John Ralls
s://bugzilla.gnome.org/show_bug.cgi?id=795049 <https://bugzilla.gnome.org/show_bug.cgi?id=795049> Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] Gnucash-3.0 build error: GTEST not found

2018-04-09 Thread John Ralls
build google test or google mock as shared libraries, and our build system prefers it that way. Some distros insist that one should anyway because they don’t want to be distributing source, I suppose. If you already have a source clone then just point GTEST_ROOT and GMOCK_ROOT at the appropr

Re: [GNC-dev] Gnucash-3.0 build error: GTEST not found

2018-04-10 Thread John Ralls
or target 'all' failed > make: *** [all] Error 2 Every instance of that error so far is because the wrong source-path is passed to cmake. If you create a build directory in the top source dir, cd to it, and say cmake ../gnucash cmake will start with the CMakeLists.txt in the gnucash

Re: [GNC-dev] gnucash maint: Multiple changes pushed

2018-04-10 Thread John Ralls
> On Apr 10, 2018, at 1:22 AM, Geert Janssens > wrote: > > Op dinsdag 10 april 2018 00:18:07 CEST schreef John Ralls: >> Updated via https://github.com/Gnucash/gnucash/commit/c3f528b8 >> (commit) >> via https://github.com/Gnucash/gnucash/commit/

Re: [GNC-dev] Gnucash-3.0 build error: GTEST not found

2018-04-10 Thread John Ralls
> On Apr 10, 2018, at 7:22 AM, John Ralls wrote: > > > >> On Apr 9, 2018, at 11:44 PM, DaveC49 wrote: >> >> Hi John, >> >> I now seem to have googlemock and googletest installed correctly. With the >> patch https://github.com/Gnucash/gnu

[GNC-dev] GnuCash 2.6.21 Released

2018-04-10 Thread John Ralls
The GnuCash development team announces GnuCash 2.6.21, the twenty-second and final, final maintenance release in the 2.6-stable series. This snap release fixes a brace of significant bugs that would have prevented some users from having a 2.6.x fallback after using GnuCash 3.x. Note: This is the

[GNC-dev] GnuCash 2.6.21 Released-Resend

2018-04-10 Thread John Ralls
Resending because I forgot to update the links on the first one. The GnuCash development team announces GnuCash 2.6.21, the twenty-second and final, final maintenance release in the 2.6-stable series. This snap release fixes a brace of significant bugs that would have prevented some users from

Re: [GNC-dev] emojis everywhere, seeking understanding / clarity / opinion

2018-04-12 Thread John Ralls
> On Apr 12, 2018, at 8:01 AM, Wm via gnucash-devel > wrote: > > On 08/04/2018 04:38, John Ralls wrote: > >> Well, I suppose that’s always a concern with pictographs, eh? The standard > > *the* standard ? https://www.unicode.org/standard/standard.html <ht

[GNC-dev] Bye-bye Unstable

2018-04-14 Thread John Ralls
ke patches with git format-patch and then edit the paths. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] Proposed updates to Wiki Build#Ubuntu pages

2018-04-19 Thread John Ralls
ause trouble for some people. > > If you are happy with the above proposals or can suggest other approaches, I > am willing to have a go at editing the Wiki if I can be granted the > appropriate permissions to edit the pages and create the requisite new > pages. You can certainly have

Re: [GNC-dev] Help with making changes on Windows maint

2018-04-19 Thread John Ralls
kages/issues/3609 <https://github.com/Alexpux/MINGW-packages/issues/3609>. The workaround for now is to set ignorepkg in paceman.conf, see https://wiki.gnucash.org/wiki/Building_on_Windows <https://wiki.gnucash.org/wiki/Building_on_Windows> To recover you need to revert the upgra

Re: [GNC-dev] Help with making changes on Windows maint

2018-04-20 Thread John Ralls
Bob, Sorry, I misunderstood. Try rm -rf c:\gcdev64\gnucash\maint\inst\lib\gnucash\*. Regards, John Ralls > On Apr 20, 2018, at 6:31 AM, Robert Fewell <14ubo...@gmail.com> wrote: > > John, > > I did that at the beginning of the week. As I said at the top of my firs

Re: [GNC-dev] GnuCash 3.0 wine versus Windoze 10

2018-04-20 Thread John Ralls
gt;>>> >>>> >>>> >>>> Good luck >>>> >>>> >>>> >>>> David >>>> >>>> >>>> >>>> >>>> >>>> >>>> - >>&g

Re: [GNC-dev] Help with making changes on Windows maint

2018-04-22 Thread John Ralls
t prevents the problem; we may be able to fix this by adapting whatever it’s doing into GncAddSchemeTargets.cmake. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] gnucash-3.0 build: GMOCK still causing trouble

2018-04-26 Thread John Ralls
Looks like a bug in googletest. Try checking out 'release-1.8.0'. Regards, John Ralls > On Apr 26, 2018, at 8:49 AM, Paul Dest wrote: > > Thanks for this advice. Now the cmake run ends successfully. But the > following make fails as shown below. > > How to pro

Re: [GNC-dev] Register + Unicode (was Re: emojis everywhere...)

2018-04-27 Thread John Ralls
You created the bug report but submitted it without finishing the description. Please either finish the description or at least provide a link to the original post here (please link our archive, not Nabble or GMane). Regards, John Ralls ___ gnucash-

[GNC-dev] GnuCash 3.1 Released

2018-04-29 Thread John Ralls
GnuCash 3.1 released The GnuCash development team proudly announces GnuCash 3.1, the second release in the 3.x stable series. Changes Between 3.0 and 3.1, the following bugfixes were accomplished: Bug 118391 - Long currency names untranslated. Bug 769686 - Notes not imported when using

[GNC-dev] Gnucash-Intel-3.1-2.dmg

2018-04-29 Thread John Ralls
cash. Select 'environment', control-(or right-)click on it, and select "Open With...". Pick an editor, TextEdit will do fine. Go to the end of the file and add the line GNC_DBD_DIR={SYS_LIB}/dbd save as plain text and quit. Regards, John Ralls _

Re: [GNC-dev] Solved : how to extend the selection of predefined actions on a split

2018-04-30 Thread John Ralls
solution, which does not cause extra work each time you upgrade, >>> would be to program a function key to output "Paul". >>> I haven't tried this myself but I think it should be possible to do this by >>> modifying a gtk3 user configuration file which doe

Re: [GNC-dev] [GNC] Gnucash-Intel-3.1-2.dmg

2018-05-02 Thread John Ralls
Dave, It just won’t run from the .dmg. I don’t know if it’s new behavior or not, but it worked fine for me after I dragged it to the same normal folder that Gnucash is in (/Applications in my case). Regards, John Ralls > On May 1, 2018, at 3:48 PM, Dave H wrote: > > Hi John, >

Re: [GNC-dev] Debug build in production?

2018-05-05 Thread John Ralls
n places that more graceful runtime checks would be more appropriate... Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] GnuCash Bugzilla URLs -- /bugzilla or not?

2018-05-10 Thread John Ralls
oving that /bugzilla in there? >> >> Let me know your thoughts. I'll post more questions later. >> >> Thanks! >> >> -derek >> > > The extra /bugzilla does seem superfluous to me. On the face of it, yeah, especially since you’ve made the ef

Re: [GNC-dev] Bug 795653 - Windows File Open/Save Dialog

2018-05-10 Thread John Ralls
hose packages I > still had to down grade to the above packages to fix the file chooser > dialogue. Ah, thanks, that was next on my list. Surely one need downgrade only gtk. Did pacman refuse to do that if you didn't also downgrade the other two? Regards, John Ralls ___

Re: [GNC-dev] [GNC] Convincing my credit union to support online importing

2018-05-10 Thread John Ralls
Did you or they try the "add institution" link in the "OFX Home" box in the upper right corner? Regards, John Ralls > On May 10, 2018, at 10:43 AM, Jeff Albrecht wrote: > > The question dated 4/19/2018 was originally posted on gnucash-user I post > res

Re: [GNC-dev] AppImage

2018-05-10 Thread John Ralls
o look into application bundles for Linux. Since the Windows and Mac bundles also have pretty much all of the dependency libraries and associated data in them I imagine that a Flatpack or similar would run to about the same size, 120-180MB. Regards, John Ralls ___

Re: [GNC-dev] Ubuntu. Both guile-2.0 and guile-2.2 installed, can't find guile-2.2

2018-05-11 Thread John Ralls
& cd build && ninja && ninja check Assuming you’re using a current maint clone it checks for 2.2 first, so it would seem to be a matter of not finding guile-2.2. What does `pkg-config --modversion guile-2.2` return? Regards, John Ralls _

Re: [GNC-dev] pricedb policy

2018-05-13 Thread John Ralls
report, use Average Cost as the report’s price source: That’s calculated from the splits using the amount and value--though it needs some work, see https://bugzilla.gnome.org/show_bug.cgi?id=775368 <https://bugzilla.gnome.org/show_bug.cgi?id=775368>. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] pricedb policy

2018-05-13 Thread John Ralls
Just get local currency at a bank or from a bank’s (preferably indoor) ATM--don’t forget to check it for a skimmer, even if it is in the bank’s lobby. Make a “cash in wallet” account in the local currency. That will get you better rates and only a few exchange transactions. Regards, John Ralls

Re: [GNC-dev] Bug 795653 - Windows File Open/Save Dialog

2018-05-13 Thread John Ralls
gards, John Ralls > On May 10, 2018, at 12:59 PM, Robert Fewell <14ubo...@gmail.com> wrote: > > John, > > I think I downgraded gtk and ran gnucash from the install directory with no > change. Did glib and when starting gnucash complained about pango. > I did not rebu

  1   2   3   4   5   6   7   8   9   10   >