Re: [GNC-dev] Building Mac version using SDK 12

2022-09-15 Thread Rob Gowin
There are suggestions on the interweb that adding -DNS_FORMAT_ARGUMENT(A)= to compiler options will work around this problem. -- Rob On Thu, Sep 15, 2022 at 12:55 PM john wrote: > > > > On Sep 14, 2022, at 9:41 PM, Mike Alexander wrote: > > > > When I try to build either current maint or

Re: [GNC-dev] Porting the Tutorial & Concepts Guide to ReadTheDocs.org

2021-02-11 Thread Rob Gowin
American >> taxes, and a Dutch translator could replace that with a Dutch alternative in >> such a way that if the American section changes the Dutch translation is not >> affected. >> >> And it would allow the American document to explain state taxes. Belgium and

Re: [GNC-dev] Porting the Tutorial & Concepts Guide to ReadTheDocs.org

2020-04-25 Thread Rob Gowin
> On Apr 25, 2020, at 2:24 AM, Geert Janssens > wrote: > > Hi Rob, > > Thanks for running this experiment. > > The stylesheet used by ReadTheDocs is much more modern than ours and indeed > looks much nicer for online consumption. Even the pdf is cleaner. > > On the other hand I also

[GNC-dev] Porting the Tutorial & Concepts Guide to ReadTheDocs.org

2020-04-24 Thread Rob Gowin
Got the itch to play around with GnuCash’s documentation tooling, file format, etc. I’m an AsciiDoc fan, but like the docs I read on ReadTheDocs.org , which uses reStructuredText. So, got out ‘pandoc’ to convert the T Guide (English only) from DocBook to RST, did a

Re: [GNC-dev] Testing python

2020-04-23 Thread Rob Gowin
On Sun, Apr 19, 2020 at 2:19 PM Andy Goblins wrote: >I also tried skipping the virtual environment and just running >"GNC_UNINSTALLED=1;GNC_BUILDDIR=dir>;PYTHONPATH=$GNC_BUILDDIR/lib/python3.8/site-packages:$GNC_BUILDDIR >/lib/gnucash python" just like the cmake tests use, but I

Re: [GNC-dev] Register Documentation Improvements (was Re: [GNC] Column widths again)

2018-08-27 Thread Rob Gowin
On Mon, Aug 27, 2018 at 7:50 AM, Mike Evans wrote: > > Hi Rob > > Referring to your mail of 2015-09-01 you "put the XSL file and a python > script to run the conversion process in a repository at > https://github.com/codesmythe/asciidoc-conversion.; > > This no longer exists, can you make it

Re: [GNC-dev] Register Documentation Improvements (was Re: [GNC] Column widths again)

2018-08-23 Thread Rob Gowin
On Thu, Aug 23, 2018 at 11:40 AM, John Ralls wrote: > > > So a new thought: One of the core devs use pandoc to convert the DocBook > source to one of the markup/markdown variants, do the necessary manual > fixups and commit the result. If we want DocBook for some reason the build > process would

Re: [GNC-dev] Compiling Gnucash on MacOS - not for the faint of heart...

2018-07-02 Thread Rob Gowin
On Mon, Jul 2, 2018 at 7:22 PM, chris graves wrote: > > > On Jul 1, 2018, at 8:39 PM, Rob Gowin wrote: > > > > On Sun, Jul 1, 2018, 11:25 PM John Ralls wrote: > >> >> >> > On Jul 1, 2018, at 7:39 PM, chris graves wrote: >> > >> >

Re: [GNC-dev] Compiling Gnucash on MacOS - not for the faint of heart...

2018-07-01 Thread Rob Gowin
On Sun, Jul 1, 2018, 11:25 PM John Ralls wrote: > > > > On Jul 1, 2018, at 7:39 PM, chris graves wrote: > > > > Also, just curious, what IDE's gnucash developers use on MacOS. It > appears that Xcode is not suitable. > > Last question first, bash and emacs. ISTR Mike Alexander uses vim and >

gnc_add_swig_guile_command compile errors

2018-04-05 Thread Rob Gowin
Hello Devs, There have been a couple of folks who have run into errors when building 3.0 that complain about gnc_add_swig_guile_command (one report on IRC, one on -user). This will happen when the build directory is created inside the toplevel source (gnucash) directory instead of as a sibling

Re: Difficulty with apps-utils

2017-11-07 Thread Rob Gowin
Hi Aaron, Since test-app-utils uses guile, you can't execute that test from the build/bin directory without setting up the Guile environment. Look into the Testing/Temporary/LastTest.log file to retreive the command you need. For me, this command is cmake "-E" "env" "GNC_BUILDDIR=$GNUCASH_BUILD"

Re: Compilation error using cmake, but no error using autotools

2017-09-09 Thread Rob Gowin
On Sep 9, 2017 10:37 AM, "Sumit Bhardwaj" wrote: Hi, After pulling master, I decided to do a cmake build instead of the usual autotools. Ran into problems as detailed below. Autotools work smoothly. I would try to make more headway, but I don't understand scheme and a quick

Re: Master Build problem

2017-07-17 Thread Rob Gowin
There needs to be a one character fix in cmake/CMakeLists.txt to change an underscore to a dash. Could a committer please make this change for me (in maint, then merge to master)? Or I could do a PR if necessary. Thanks, Rob diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index

Re: dist target differences between cmake and autotools

2017-07-12 Thread Rob Gowin
On Wed, Jul 12, 2017 at 7:27 AM, Geert Janssens wrote: > On zondag 9 juli 2017 22:56:57 CEST John Ralls wrote: > > > On Jul 9, 2017, at 1:17 PM, Geert Janssens > > > > wrote: > > > > > > Hi, > > > > > > I have tested the dist target in

Re: Building with CMake

2017-06-04 Thread Rob Gowin
On Sun, Jun 4, 2017 at 12:34 AM, DaveC49 wrote: > Hi further progress > I ran cmake with the --trace option ( *cmake --trace -D > CMAKE_INSTALL_PREFIX=/opt/gnucash-devel ../gnucash*). It appears that > cmake > is executing the call to add the libqof directory >

Re: Building with CMake

2017-06-01 Thread Rob Gowin
On Thu, Jun 1, 2017 at 2:19 AM, DaveC49 wrote: > Hi, > I am getting an error as follows while building a branch from the master > for > gnucash to implement links to documents in invoices/bills/creditNotes etc. > > $ cmake -D CMAKE_INSTALL_PREFIX=/opt/gnucash-devel

Re: Compiling on Fedora25

2017-04-15 Thread Rob Gowin
On Sat, Apr 15, 2017 at 3:24 AM, Mike Evans wrote: > > Compiling using cmake I get a different error messages: > > In file included from /usr/include/sys/types.h:25:0, > from /home/mikee/Projects/gnucash/ > src/libqof/qof/md5.c:27: >

Re: compile errors

2016-11-20 Thread Rob Gowin
On Sat, Nov 19, 2016 at 6:18 PM, John Ralls <jra...@ceridwen.us> wrote: > > > On Nov 19, 2016, at 11:14 AM, Rob Gowin <r...@gowin.net> wrote: > > > > On Sat, Nov 19, 2016 at 12:26 PM, Alex Aycinena <alex.aycin...@gmail.com > > > > wrote: > >

Re: compile errors

2016-11-19 Thread Rob Gowin
On Sat, Nov 19, 2016 at 12:26 PM, Alex Aycinena wrote: > On Sat, Nov 19, 2016 at 10:09 AM, John Ralls wrote: > > > > > > On Nov 19, 2016, at 9:34 AM, Alex Aycinena > > wrote: > > > > > > > Don't know if you already knew

Re: Still Failing: Gnucash/gnucash#778 (master - 1774de7)

2016-11-18 Thread Rob Gowin
Hi John, Yeah, I'll do that. Regards, Rob On Thu, Nov 17, 2016 at 9:58 PM, John Ralls wrote: > Hey Rob, > > This failed because I forgot to update POTFILES for the newly created > files and ninja check didn't catch it. Can you teach CMake to generate > intltool checks? >

Re: Compile on Windows with Python Bindings

2016-10-13 Thread Rob Gowin
On Wed, Oct 12, 2016 at 3:21 PM, Adam wrote: > > * 21:17:31 OTHER No GSettings schemas are installed on the > system > > Any thoughts on where I might be going wrong? Is trying to compile with > Python bindings a lost cause? Hi Adam, I don't have anything to

Re: Windows Nightly Builds

2016-04-28 Thread Rob Gowin
On Thu, Apr 28, 2016 at 9:38 AM, Robert Fewell <14ubo...@gmail.com> wrote: > If I do my own build and run it from the inst directory, it works as normal > with out any error messages. > If I create my own setup.exe by using dist.sh and install that it runs as > usual with no errors on start up. >

Re: Windows Nightly Builds

2016-04-22 Thread Rob Gowin
on found for > WIN32 locale [English_United Kingdom.1252] > terminate called after throwing an instance of 'std::out_of_range' > what(): Year 1970 isn't covered by this time zone. > > This application has requested the Runtime to terminate it in an unusual > way

Re: Windows Nightly Builds

2016-04-21 Thread Rob Gowin
Hi Robert, This is due to an error in a CMakeLists.txt file. (Nightly builds of master on Windows use CMake.) I have submitted PR #78 to fix. Rob On Thu, Apr 21, 2016 at 8:06 AM, Robert Fewell <14ubo...@gmail.com> wrote: > Hi, > > There does not seem to be any recent nightly builds, the last

Re: dlopen error with newly introduced (but still unused) c++ class

2016-01-31 Thread Rob Gowin
Geert, The reason you are not seeing these errors at link time is because, as Derek hinted at, when you link a shared object, the link step is only checking that the object files in the shared object are internally consistent. It will not check that any external symbols that are used are actually

Re: Runtime issues with current master

2015-12-02 Thread Rob Gowin
Hi Geert, Issue 2 is resolved by this pull request: https://github.com/Gnucash/gnucash/pull/46 Rob I have done a fresh rebuild of master as of this morning (commit b3cfef70842). While running it I got the following errors: 1. It will run, but segfaults when quitting the application. See

Re: Using AsciiDoc for Documentation

2015-09-01 Thread Rob Gowin
> On Sep 1, 2015, at 4:56 AM, Mike Evans wrote: >> [snip] > > Hi Rob > > Looks good to me. Still a few minor bugs with the Asciidoc. > > Some of the Figure titles are missing > Second level bullet indents missing > > But these are minor and some tweaking of the XSL

Using AsciiDoc for Documentation

2015-08-30 Thread Rob Gowin
[Hello List. Long time GnuCash user, -devel list lurker, coming out of the shadows.] On Aug 29, 2015, at 5:43 AM, Mike Evans mi...@saxicola.co.uk wrote: Another random thought then. I use asciidoc for pretty much all the docs I write, not much admittedly but it's easy to learn and can