Re: [GNC-dev] How to get Report Development Environment Working in Windows

2021-09-03 Thread john
I wasn't sure about Guile's understanding of MSDOS-style paths. Try converting them to Cygwin style, e.g. set GUILE_LOAD_PATH="/c/Program Files (x86)/gnucash/share/guile/2.2:/c/Program Files (x86)/gnucash/share/guile/site/2.2". You might need to escape the spaces as well, e.g. Program\ Files\ \

Re: [GNC-dev] How to get Report Development Environment Working in Windows

2021-09-03 Thread flywire
John, presumably you mentioned a guile instance because it's more efficient than the technique I asked about to reload reports without restarting GnuCash. That doesn't bring up a Win10 guile instance: C:\Users\User\AppData\Roaming\GnuCash>type guile-env.bat @ echo off REM https://lists.gnucash.org

Re: [GNC-dev] How to get Report Development Environment Working in Windows

2021-09-03 Thread flywire
On Fri, Sep 3, 2021 at 10:48 AM John Ralls wrote: > It looks like much of that page dates from GnuCash 2.6 that used an > earlier version of Guile than we use now... Note that none of this is > needed for GnuCash to execute your config-user.scm as it sets up the paths > for itself. > Spot-on! F

Re: [GNC-dev] How to get Report Development Environment Working in Windows

2021-09-02 Thread John Ralls
> On Sep 2, 2021, at 4:55 PM, flywire wrote: > > I'd like to use > https://wiki.gnucash.org/wiki/Custom_Reports#Development_Environment in > Win10. The Technique to reload reports without restarting GnuCash is not > working and I think the main problem is not following: > >> Finally, you shou