compile error r18884

2010-03-10 Thread Robert Fewell
Hi, Looking r18884 and r18659 I think there is an r missing in g_strstr, should be g_strrstr Regards, Bob ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

win32 trunk daily build runs again (was: still broken)

2011-04-28 Thread Robert Fewell
Hi, I have two xp VM's, one that I build on and the other for testing. If I install the nightly build r20596 on my build VM it starts up but it does have other problems. If I install r20596 on my test VM, it starts with the splash screen and then quits. So I thought that on the build VM it is

win32 build: guile files expected in c:\soft\guile (was: win32 trunk daily build runs again)

2011-05-18 Thread Robert Fewell
Just installed the latest build on my XP test VM and this does not start if c:\soft\guile... is not around. Looking back at R20597, there was a guile 1.6 entry left in packaging/win32/gnucash.iss.in on line 322. Had another look at this file and there are 1.6 entries on line 167 and 367 so I

Unable to make dist after recent changes

2011-11-26 Thread Robert Fewell
Hi, Not sure if this is just me but I am unable to make dist the way I used to. I have checked out a completely new repository, done an svn copy, autogen and configure and then do make dist. This fails with No rule to make target swig-core-utils-python.c needed by 'distdir' . If I change the

Bug #658247

2011-12-01 Thread Robert Fewell
Mike, I think you are missing that dialog-new-user has three options, one to start the assistant-hierarchy, one for the Qif import assistant and one for the tutorial so I do not think it is redundant. I converted that dialog to builder a while ago and have raised a bug for converting the Qif

Trac Bug Magic

2011-12-19 Thread Robert Fewell
Hi Guy's, Does this link help, it's about two python scripts linking to an external ticket system. http://trac.edgewall.org/wiki/TracFaq#we-re-already-using-bugzilla-can-i-disable-tickets Robert ___ gnucash-devel mailing list

Trac Bug Magic

2012-01-17 Thread Robert Fewell
Derek, I set up a VM running Apache, SVN and TRAC and have managed to get this working with bugzilla as follows and whilst I was playing found the Emoticons pluggin if you want to try that. Copy the enclosed eggs to the plugin directory. Edit the trac.ini to include the following :- [bugzilla]

Trac Bug Magic

2012-01-17 Thread Robert Fewell
Derek, I am loaded TRAC 0.12.2, does the log give you any clue. Bob ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Make dist fails, accounts/sv_SE

2012-03-14 Thread Robert Fewell
Hi, Just checked out latest trunk and make dist fails in directory accounts/sv_SE, looks like the file 'acctchrt_full.gnucash-xea' does not exist but I do not think it ever existed so the makefile is wrong. ___ gnucash-devel mailing list

Build failure after r22105

2012-03-23 Thread Robert Fewell
Hi guys, Just done a checkout, make dist and this works OK. Start to do the build as I have done before and it fails on the optional directory. Looks like it points back to the change in r22105. If I move the optional directory to below import-export in the src Makefile.am it works. Looking at

Build failure

2012-07-01 Thread Robert Fewell
Hi guy's, Updated from SVN today and followed the same actions as before and the build failed. The following is the error message gnc-backend-dbi.c: In function 'gnc_dbi_check_sqlite3_file': gnc-backend-dbi.c:1776:10: error: ignoring return value of 'fread', declared with attribute

tempnam is dangerous ?

2012-08-02 Thread Robert Fewell
Hi guys, Just noticed this warning on my last compile src/backend/dbi/test/utest-backend-dbi-basic.c:43: warning: the use of `tempnam' is dangerous, better use `mkstemp' Should this be changed ? Bob ___ gnucash-devel mailing list

r22289 - gnucash/trunk/src - Initial code for a new register.

2012-08-10 Thread Robert Fewell
Hi, I wrote the patch associated to bug 673193 that Geert has added. I have added a patch to that bug to fix the errors reported by Frank. I wanted to see if it was possible to get a tree view based register to look like the current format and is based on a started register rewrite some time ago.

Checksum mismatch

2012-09-07 Thread Robert Fewell
Hi guys, just tried to do an svn update and got the following... svn: Checksum mismatch while updating 'src/gnome-utils/gnc-tree-model-account.c'; expected: '48693915f55b37d5222476c17c0bd73c', actual: '601c57b50590a994bd1a34d9aafaa035' Bob ___

Gnucash Fails to build

2012-09-11 Thread Robert Fewell
Hi, Just checked out the latest revision and did a make dist successfully but when I went to build from this it failed. There was a file missing, src/register/register-gnome/gnucash-sheetP.h that was added in r22358. If I copy that over to my build directory, all works Ok. Robert.

Gnucash 2.5/6

2013-02-09 Thread Robert Fewell
I am still plodding on with this and it is progressing slowly, have uploaded another patch to the bug which also indicates roughly what is left to do. I am not sure of any time scales but the menu options can be disabled or the whole lot can be removed if it is holding other things up. Assuming

Gnucash 2.5/6

2013-02-11 Thread Robert Fewell
Phil, I may of misunderstood, the csv transaction importer use two tree-views one above each other and keeps the columns in sync. Have a look in assistant-csv-trans-import.c Regards, Robert. ___ gnucash-devel mailing list

GnuCash releases ?

2013-04-02 Thread Robert Fewell
Hi Guy's, I thought 2.5.0 was being released in mid April so was not checking activity. I have several blocker bugs with patches on them that may be a good idea for this release or .1 the last containing a patch to check old and new registers being opened at the same time which I think was

Re: GnuCash releases ?

2013-04-03 Thread Robert Fewell
, first patch Bug 697140, second patch Robert On 2 April 2013 22:27, John Ralls jra...@ceridwen.us wrote: On Apr 2, 2013, at 1:37 PM, Robert Fewell 14ubo...@gmail.com wrote: Hi Guy's, I thought 2.5.0 was being released in mid April so was not checking activity. I have several blocker

business-helpers.c

2013-04-22 Thread Robert Fewell
Hi Guy's, Just tried a fresh build to test my updates but it fails on app-utils\business-helpers.c, error message below... business-helpers.c: In function 'gnc_business_get_default_tax_table': business-helpers.c:59:5: error: 'table' may be used uninitialized in this function

business-helpers.c

2013-04-22 Thread Robert Fewell
Geert, Looks like that did it, compiling continuing... Robert ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Time for 2.5.1

2013-05-03 Thread Robert Fewell
I have added a patch on bug 699614 which should change the defaults as requested. Regards, Robert. ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Time for 2.5.1

2013-05-03 Thread Robert Fewell
Robert, Robert Fewell 14ubobit at gmail.com https://lists.gnucash.org/mailman/listinfo/gnucash-devel writes: * I have added a patch on bug 699614 which should change the defaults as** requested.* Does this change the Business/Invoice register to use the new register code, too, or just Account

Time for 2.5.1

2013-05-05 Thread Robert Fewell
Alex, There is only one header row but the titles change depending on which row you are on in the register. This is deliberate to utilises the sort model. I did not think it was necessary to have the extra number on the transaction row, just looked a bit cluttered so have left it out. If you

Time for 2.5.1

2013-05-08 Thread Robert Fewell
David, Thank you for testing, I am a little confused by your last update. As I have pointed out on the bug mentioned, I am only interested in the new registers which all have the vertical status line and the columns can be moved so you can move it at your pleasure. Sub account registers do not

Time for 2.5.1

2013-05-09 Thread Robert Fewell
David, Not sure about the schedule problem you have, I have tried it on my XP VM and I am unable to reproduce but will try different options. The opening of an account in the sub-account view should be read only and I have fixed this locally and will upload the patch along with some other

Time for 2.5.1

2013-05-11 Thread Robert Fewell
Mike, Yes that was correct, I have had a rethink and made some changes which are in bug 700125 to allow the update on the sub account view. It is dependent on the account selected, if it is a place holder or a placeholder some where below it it will be read only. Also, as I am requiring default

Navigation 2.5.1

2013-05-18 Thread Robert Fewell
As you know, the register rewrite is based on the use of a GtkTreeView and as such there are some differences to navigation from the old register so I thought I would mention them here, this is all after the latest patch in bug 700579. To change cell entries they need to be active, this can be

Sub Account Balance Column in 2.5.1

2013-05-18 Thread Robert Fewell
Geert has pointed out that I have left of this column when showing a sub account view. I was wondering if this is required as I can not really see the point. As far as I can tell, its a running total in what ever the sort order is across the sub accounts. This may be difficult as the transactions

Register columns in 2.5.1

2013-05-18 Thread Robert Fewell
I would just like to ask about what columns are available for each register view. The General Ledger is the only one where you can hide columns from a list but there is a visual problem if you have grid lines on, the vertical one disappears from the right depending on the number of columns

Re: Navigation 2.5.1

2013-05-21 Thread Robert Fewell
Theres a lot of talk about the performance of the new register which I know is slower and I am sure it can be improved but no one has stated any real findings. As I have said before, I am using an under resourced Gentoo Linux VM for development and have an account with 4000 entries covering 10

Need some Gtk help

2013-07-28 Thread Robert Fewell
Phil, I may of misunderstood you but here is what I think... You are trying to keep the left column, bottom four rows and the right column on screen at all times. To do this, I think you will require 6 tree views, top 3 pointing to one model and the bottom 3 pointing to a second. With that in

Register2

2013-10-13 Thread Robert Fewell
Guy's, I have had a bit of a disaster with my PC recently, I accidentally deleted six VM hard disks by mistake which were on an XFS file system partition. I have tried various programs to recover them, each being 10G - 40G but to no avail and the backup I did have was way out of date to be of use,

Re: Register2

2013-10-21 Thread Robert Fewell
internals. So I can't estimate which path would be the easiest/fastest, and much less so which one would be the best in the long run. Geert On Sunday 13 October 2013 10:47:19 Robert Fewell wrote: Guy's, I have had a bit of a disaster with my PC recently, I accidentally deleted six VM hard

Compile failures.

2013-10-21 Thread Robert Fewell
While removing the register2 files I came across two problems, the first I think was caused by change set 22847. When trying to compile I get an error on line 548 of gnucash-bin.c which states the GNUCASH_SCM value should be a string rather than an integer so I changed line 73 to be the following

Re: Register2

2013-10-22 Thread Robert Fewell
I am fine with what ever is best, mine was the simple solution which I knew how to do but if a configure option can be added then please do. Regards, Robert On 22 October 2013 20:49, John Ralls jra...@ceridwen.us wrote: On Oct 22, 2013, at 11:34 AM, Geert Janssens janssens-ge...@telenet.be

Re: Register2

2013-10-24 Thread Robert Fewell
if a developer explicitly enables the option. Geert On Wednesday 23 October 2013 14:12:36 Robert Fewell wrote: OK, I have worked out how to add a configure option to disable the register2 parts, will raise bug with patch later. Robert On 23 October 2013 11:41, Geert Janssens

Future programming language.

2014-03-04 Thread Robert Fewell
Hi, Could some one clarify what future programming components, not sure thats the correct word, will be used. I was thinking about looking at the register tree view agian / gtk3 but I read that you are moving away from gtk so that seems a bit pointless. May be I am getting confused with backend

Couple of errors...

2014-07-27 Thread Robert Fewell
Hi Guy's, I was looking at fixing some csv bugs when I came across these two problems. Make dist fails because the file name of gnc-date.c changed to .cpp , the potfiles.in has been changed but the old file name is still mentioned in make-gnucash-potfiles.in at the bottom, not sure why it is in

Boost Version Required ?

2014-10-09 Thread Robert Fewell
Hi Guys, Tried to build from master and my setup failed at the following... kvp-value.hpp:31:60: fatal error: boost/type_traits/is_nothrow_move_assignable.hpp: No such file or directory I have boost version 1.52.0-r6 and I think this function was added in 1.54. Are you sticking to a boost

Gnucash fails to start after recent update

2015-05-04 Thread Robert Fewell
Hi guy's, I have just updated my git tree to the latest updates and was able to compile the recent changes but the program will not run, it stops at startup with a date exception with the following in gdb... GNU gdb (Gentoo 7.6.2 p1) 7.6.2 Copyright (C) 2013 Free Software Foundation, Inc.

Re: Gnucash fails to start after recent update

2015-05-05 Thread Robert Fewell
Ralls jra...@ceridwen.us wrote: On May 4, 2015, at 1:11 AM, Robert Fewell 14ubo...@gmail.com wrote: Hi guy's, I have just updated my git tree to the latest updates and was able to compile the recent changes but the program will not run, it stops at startup with a date exception

Re: Windows Build failure

2015-07-31 Thread Robert Fewell
jra...@ceridwen.us wrote: On Jul 27, 2015, at 12:59 PM, John Ralls jra...@ceridwen.us wrote: On Jul 27, 2015, at 10:21 AM, Robert Fewell 14ubo...@gmail.com wrote: John, I have given it a try and it partially fixes the problem. Gnucash now builds OK but it still failed on startup

Re: Windows Build failure

2015-07-27 Thread Robert Fewell
...@ceridwen.us wrote: On Jul 25, 2015, at 2:55 AM, Robert Fewell 14ubo...@gmail.com wrote: John, Still no luck with your revised patch. There is no codecvt header file but I did find one in bits/codecvt.h, tried adding that instead but still failed, looked in that file and seemed to imply

Re: Windows Build failure

2015-07-24 Thread Robert Fewell
: On Jul 21, 2015, at 9:18 AM, John Ralls jra...@ceridwen.us wrote: On Jul 21, 2015, at 3:28 AM, Robert Fewell 14ubo...@gmail.com wrote: John, I have found a better windows version of gdb and have set the break point and catch point as requested. Now running gnucash from gdb the exception

Re: Windows Build failure

2015-07-25 Thread Robert Fewell
] cc1plus.exe: all warnings being treated as errors Attached are the changes I am currently using. Regards, Robert On 24 July 2015 at 18:13, John Ralls jra...@ceridwen.us wrote: On Jul 24, 2015, at 6:09 AM, Robert Fewell 14ubo...@gmail.com wrote: John, Still trying to compile

Re: Windows Build failure

2015-07-20 Thread Robert Fewell
as missing libboost_date_time.dll, thought I could copy the one I had created in gcdev/boost to the bin folder but that results in the Runtime Error. Not sure what else I can try. Regards, Bob On 16 July 2015 at 00:58, John Ralls jra...@ceridwen.us wrote: On Jul 15, 2015, at 8:51 AM, Robert

Re: Windows Build failure

2015-07-20 Thread Robert Fewell
Ralls jra...@ceridwen.us wrote: On Jul 20, 2015, at 4:05 AM, Robert Fewell 14ubo...@gmail.com wrote: OK, deleted all folders in gcdev apart from the git ones and reran the vb script and then the install.sh file. This recompiled all dependencies and also gnucash. Tried to start it from

Windows Build failure

2015-07-15 Thread Robert Fewell
I tried to build the windows version on my XP VM but it failed with the following error... Did a git pull on gnucash-on-windows.git and gnucash.git to get the latest builds and then ran the install.sh under mingw which updated some parts of the software as usual but the gnucash sections fails.

Date output in terminal

2016-01-12 Thread Robert Fewell
Hi, Just compiled the latest master and I am now getting these messages in the terminal on startup... String 1997-07-16 00:00:00 produced 1997-Jul-16 00:00:00 String 2015-11-04 08:56:11 produced 2015-Nov-04 08:56:11 String 2012-07-19 08:56:11 produced 2012-Jul-19 08:56:11 This is just a

Bug 745896, Bayesian matches use Account Full path

2016-02-15 Thread Robert Fewell
Hi, The above bug points to the fact that the Bayesian account matches are stored in kvp data by the full path which makes changing the account structure and separator a problem. I was looking at changing this to use the Guid which is used for non Bayesian matches and would like to confirm

Unit tests

2016-03-13 Thread Robert Fewell
Hi, While updating the import-map tests to reflect the changes to use guid's, I came across the following, just wondering if it is my set-up. Firstly I had to change configure.ac at line 850 and 856 to add a directory src to the paths [AC_CHECK_FILES([/usr/src/gmock/gmock-all.cc to

Re: Windows Nightly Builds

2016-04-22 Thread Robert Fewell
OK, the build was created last night and I have downloaded and installed on my XP VM but fails to start properly, console output below... Report bugs and other problems to gnucash-devel@gnucash.org You can also lookup and file bug reports at http://bugzilla.gnome.org To find the last stable

Master on Windows 10

2016-04-29 Thread Robert Fewell
Hi, After a recent install of Windows10, I tried to install the latest nightly build, this installs OK but fails to run with the following error... terminate called after throwing an instance of 'std::out_of_range' what(): Year 2016 isn't covered by this time zone. I then set about building

Re: Windows Nightly Builds

2016-04-28 Thread Robert Fewell
lt;jra...@ceridwen.us> wrote: > > > > > >> On Apr 25, 2016, at 2:26 AM, Robert Fewell <14ubo...@gmail.com> wrote: > >> > >> I see from the build logs that a new build was created on the 24th, > ending > >> f4f-setup.exe but is not in the list of do

Re: Windows Nightly Builds

2016-04-25 Thread Robert Fewell
@mail.gmail.com> > Robert Fewell <14ubo...@gmail.com> wrote: > > > > OK, the build was created last night and I have downloaded and installed > on > > my XP VM but fails to start properly, console output below... > > I built on an XP system (real not VM) yes

Re: Windows Nightly Builds

2016-04-28 Thread Robert Fewell
I have not changed any of the build files so using autotools. On 28 April 2016 at 17:37, Rob Gowin <r...@gowin.net> wrote: > 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

Re: Master on Windows 10

2016-05-02 Thread Robert Fewell
. Robert On 1 May 2016 at 18:25, John Ralls <jra...@ceridwen.us> wrote: > > > On May 1, 2016, at 9:34 AM, Robert Fewell <14ubo...@gmail.com> wrote: > > > > The comparison to Linux was the contents of zone_vector was being > populated, I understand that i

Re: Master on Windows 10

2016-05-02 Thread Robert Fewell
systems synced to a NTP clock. So there appears to be a discrepancy between Linux and windows stored date-times unless I am confused ? Robert On 2 May 2016 at 16:11, John Ralls <jra...@ceridwen.us> wrote: > > > On May 2, 2016, at 6:33 AM, Robert Fewell <14ubo...@gmail.com>

Re: Master on Windows 10

2016-05-01 Thread Robert Fewell
y 1, 2016, at 5:44 AM, Robert Fewell <14ubo...@gmail.com> wrote: > > > > John, > > > > I have poked around in GDB for the timezone problem and this is what I > have found after setting break points on lines, 86, 117, 142, 169, 219, > 242, 257 of gnc-timezone.cpp

Re: Master on Windows 10

2016-05-01 Thread Robert Fewell
() from c:\gcdev\gnucash\inst\bin\libstdc++-6.dll Robert On 29 April 2016 at 16:13, John Ralls <jra...@ceridwen.us> wrote: > > > On Apr 29, 2016, at 4:09 AM, Robert Fewell <14ubo...@gmail.com> wrote: > > > > Hi, > > > > After a recent install of Windo

Re: Master on Windows 10

2016-05-01 Thread Robert Fewell
_gnu_cxx::new_allocator<std::pair<int, boost::shared_ptr<boost::date_time::time_zone_base<boost::posix_time::ptime, char> > > >> = {}, }, _M_start = 0x2da78b0, _M_finish = 0x2da78bc, _M_end_of_storage = 0x2da78bc}}, } (gdb) On 29 April 2016 at 16:13, John Ralls <

Re: Master on Windows 10

2016-05-05 Thread Robert Fewell
/fe06s4ak.aspx Robert On 1 May 2016 at 13:21, Robert Fewell <14ubo...@gmail.com> wrote: > John, > > Here are the first 8 frames, I was a bit to keen on cutting output... > > #0 0x74c4e420 in OutputDebugStringA () from > C:\WINDOWS\SYSTEM32\KernelBase.dll > #1 0x754489f4 i

Re: Master on Windows 10

2016-05-05 Thread Robert Fewell
Hi John, I will make a PR request later. Robert On 5 May 2016 at 12:27, John Ralls <jra...@ceridwen.us> wrote: > > On May 5, 2016, at 6:16 AM, Robert Fewell <14ubo...@gmail.com> wrote: > > I have looked into these errors and have found the problem, the windows &g

Windows Nightly Builds

2016-04-21 Thread Robert Fewell
Hi, There does not seem to be any recent nightly builds, the last one in the list is 2016-01-10. The reason I am asking is that I just installed Windows 10 on a spare drive and tried to build master which it did, but does not run so wanted to prove with a nightly build. Normal release works OK.

gtk3 + webkit

2017-02-02 Thread Robert Fewell
Hi, I was looking at the irc logs and see that gtk3 / webkit upgrade was mentioned and that there were two options mentioned, one was change to some thing like goo-canvas, the other was to complete register2 which I started awhile back and failed to complete. There is an other option that I came

gnc-numeric

2017-02-21 Thread Robert Fewell
Hi, Just built from master with all the new changes but had to change gnc-numeric.cpp line 86 from isnan(d) to std::isnan(d), gcc version 4.9.4 After change all built successfully. Bob ___ gnucash-devel mailing list gnucash-devel@gnucash.org

Re: cpp branch

2017-02-21 Thread Robert Fewell
Janssens: > > Op zondag 12 februari 2017 11:50:35 CET schreef Robert Fewell: > > > Geert, > > > > > > OK I got your latest changes and all built and ran OK. Needed to reread > > > your comment about dates as I could not see what gnc_numeric had to do > >

Re: cpp branch

2017-02-12 Thread Robert Fewell
to build with it on my Linux setup. Bob On 10 February 2017 at 21:10, Geert Janssens <geert.gnuc...@kobaltwit.be> wrote: > Op vrijdag 10 februari 2017 14:51:55 CET schreef Geert Janssens: > > > Op vrijdag 10 februari 2017 11:24:00 CET schreef Robert Fewell: > > > >

Re: cpp branch

2017-02-13 Thread Robert Fewell
eert Janssens <geert.gnuc...@kobaltwit.be> > wrote: > > > > Op vrijdag 10 februari 2017 14:51:55 CET schreef Geert Janssens: > >> Op vrijdag 10 februari 2017 11:24:00 CET schreef Robert Fewell: > >>> Geert, > >>> > >>> Looks like I did to

Re: cpp branch

2017-02-10 Thread Robert Fewell
insdag 17 januari 2017 13:34:44 CET schreef Robert Fewell: > > Geert, > > > > The boost error was due to me not building boost with icu support. > > > > I have pulled your cpp branch and tried to build which was OK but had > some > > errors when I used it. > >

Re: cpp branch

2017-01-17 Thread Robert Fewell
with no observed errors. You may already have noticed them but you never know. Now to look at the price importer... Bob On 10 January 2017 at 18:26, Geert Janssens <geert.gnuc...@kobaltwit.be> wrote: > Op dinsdag 10 januari 2017 15:38:27 CET schreef Robert Fewell: > > Geert, > > > >

Re: gnc-numeric

2017-02-28 Thread Robert Fewell
insdag 21 februari 2017 11:18:38 CET schreef Robert Fewell: > > Hi, > > > > Just built from master with all the new changes but had to change > > gnc-numeric.cpp line 86 from isnan(d) to std::isnan(d), gcc version > 4.9.4 > > > > After change all built suc

Re: cpp branch

2017-03-01 Thread Robert Fewell
eef Geert Janssens: > > Op zondag 12 februari 2017 11:50:35 CET schreef Robert Fewell: > > > Geert, > > > > > > OK I got your latest changes and all built and ran OK. Needed to reread > > > your comment about dates as I could not see what gnc_numeric had to

Re: qof_instance_set/get_kvp cannot handle boolean?

2016-09-22 Thread Robert Fewell
I noticed this before while doing my find account dialogue, at the start of pull request 83 there is a patch for this and the account hidden setting. On 22 September 2016 at 16:38, John Ralls wrote: > > > On Sep 21, 2016, at 3:35 PM, Carsten Rinke

Error on exit

2016-09-27 Thread Robert Fewell
Hi, I am getting these errors in the trace file on my Linux VM when I close Gnucash, just wondering if others are getting them... * 15:25:11 CRIT gnc_uri_get_components: assertion 'uri != NULL && strlen (uri) > 0' failed * 15:25:11 CRIT g_ascii_strcasecmp: assertion 's1 != NULL' failed *

Check the TZ env variable before defaulting to /etc/localtime.

2016-09-26 Thread Robert Fewell
Hi, There is a problem with this commit if the TZ variable does not exist, Gnucash fails to start with the following backtrace... Starting program: /usr/bin/gnucash --g-fatal-warnings [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1".

Re: Report account-piecharts.scm does not work

2016-11-08 Thread Robert Fewell
November 2016 at 13:44, Geert Janssens <geert.gnuc...@kobaltwit.be> wrote: > On Monday 07 November 2016 18:39:12 Geert Janssens wrote: > > > On Monday 07 November 2016 14:07:57 Robert Fewell wrote: > > > > All, > > > > I have built a new windows gnucash versio

Business 'fancy date format'

2016-11-08 Thread Robert Fewell
While going through the business reports looking for any charts on master, I have come across the following problem... Under File/Properties/Business there is an option to specify a fancy date format which by default is showing UTC. All I have added was a company name and saved that. With some

Re: Business 'fancy date format'

2016-11-08 Thread Robert Fewell
at 21:55, John Ralls <jra...@ceridwen.us> wrote: > > > On Nov 8, 2016, at 12:58 PM, Robert Fewell <14ubo...@gmail.com> wrote: > > > > While going through the business reports looking for any charts on > master, > > I have come across the following problem

Re: Business 'fancy date format'

2016-11-09 Thread Robert Fewell
with the report changes. Bob On 9 November 2016 at 05:38, John Ralls <jra...@ceridwen.us> wrote: > > On Nov 8, 2016, at 2:24 PM, Robert Fewell <14ubo...@gmail.com> wrote: > > John, > > After I sent this I thought that was the case, if you have not changed it > there wi

Report account-piecharts.scm does not work

2016-11-06 Thread Robert Fewell
Hi, I was looking at this report as part of changing the plot size to use percentage values instead of pixels but it does not work, this is before I made any changes. It can be accessed from the "Asset Piechart" report. The error I get is below and I have checked with my windows VM built with

Re: Report account-piecharts.scm does not work

2016-11-06 Thread Robert Fewell
> > > > I looked into this, but don't see anything obviously wrong. More even, I > can't reproduce the error. The chart works just fine for me... > > > > Do you have a test file I can play with to try and reproduce it here ? > > > > Geert > > >

Re: Windows MASTER version does not build.

2016-11-07 Thread Robert Fewell
John, Do you mean the local gcc version in MingW should be 4.9.3, mine is only 4.8.1 and that is in defaults.sh Bob On 7 November 2016 at 15:23, John Ralls <jra...@ceridwen.us> wrote: > > > On Nov 7, 2016, at 6:29 AM, Robert Fewell <14ubo...@gmail.com> wrote: > > >

Windows MASTER version does not build.

2016-11-07 Thread Robert Fewell
Hi, Tried to build the latest windows version from master but it would not. The first error I got was that 'stoi' was not declared in this scope at line 1826,1827,1828 in gnc-backend-sql.cpp, changed that to use 'atoi' just to get going but it then failed at line 1271,1277 in gnc-backend-dbi.cpp

Re: Report account-piecharts.scm does not work

2016-11-07 Thread Robert Fewell
startup, with the Assets, Expenses, > and Income reports included on it, so I run this every day in 3 of its four > incarnations without problem. > > I will note that count-accounts seems to be involved with the depth > setting. Is there some way that you’ve cleared it? > >

Re: Business 'fancy date format'

2016-11-11 Thread Robert Fewell
10 November 2016 07:16:42 you wrote: > > > On Nov 10, 2016, at 5:09 AM, Geert Janssens > > > <geert.gnuc...@kobaltwit.be> wrote:> > > > On Wednesday 09 November 2016 06:50:16 John Ralls wrote: > > > > > On Nov 9, 2016, at 2:17 AM

Re: Windows MASTER version does not build.

2016-11-07 Thread Robert Fewell
built all the applications with 4.9.3 Bob On 7 November 2016 at 15:42, John Ralls <jra...@ceridwen.us> wrote: > > > On Nov 7, 2016, at 7:39 AM, Robert Fewell <14ubo...@gmail.com> wrote: > > > > John, > > > > Do you mean the local gcc version in MingW should be

Report Charts

2016-12-08 Thread Robert Fewell
Hi, Just rebuilt with master and the report changes I made do not present the charts in the same way, the width is 100% and can be varied but the height turns out to be 300 pixels even though it is set to 100%. I have traced this back to a commit from Geert,

Re: Report Charts

2016-12-09 Thread Robert Fewell
can be fixed. Questions before I look further ... Is there a preference for which setting to use ? And also should all the css style sheets works with the charts ? Bob On 8 December 2016 at 16:02, Robert Fewell <14ubo...@gmail.com> wrote: > Hi, > > Just rebuilt with master and

Re: Windows master build compiles but will not crashes

2016-12-13 Thread Robert Fewell
some testing I did, changed it to a # and all worked OK. Sorry for the noise. Bob On 11 December 2016 at 20:22, John Ralls <jra...@ceridwen.us> wrote: > > > On Dec 11, 2016, at 11:55 AM, Robert Fewell <14ubo...@gmail.com> wrote: > > > > Just a heads up really,

Re: Wrong Import date format selection crashes Gnucash

2016-12-11 Thread Robert Fewell
at 20:20, John Ralls <jra...@ceridwen.us> wrote: > > > On Dec 11, 2016, at 11:32 AM, Robert Fewell <14ubo...@gmail.com> wrote: > > > > #15 0x76c2431f in gnc_dmy2timespec_neutral (day=day@entry=2016, > > month=month@entry=12, year=year@entry=200

Wrong Import date format selection crashes Gnucash

2016-12-11 Thread Robert Fewell
While testing my price import changes I noticed that if I choose the wrong date format option, Gnucash will crash with the flowing back trace. This is affecting all imports that have the date format selector. Not sure what needs changing... Bob [Thread 0x7fffccd75700 (LWP 17263) exited]

Windows master build compiles but will not crashes

2016-12-11 Thread Robert Fewell
Just a heads up really, built the Windows master version couple of days ago which builds OK but crashes on start up with the following in the trace file... 18:48:58 CRIT g_utf8_to_utf16: assertion 'str != NULL' failed Will try and get a back trace with GDB for more information, this also

Chart with option or separate reports

2016-12-02 Thread Robert Fewell
Hi, Just looking at making the chart reports more consistent and noticed that some have an option to select line or bar chart while 'Net Worth' and 'Income & Expenses' have separate reports. Should these be changed to an option ? If so, am I correct that each new combined report would require a

Re: Master - saving to xml broken

2016-12-02 Thread Robert Fewell
Geert, Just created a customer and vendor, still no errors... Bob On 2 December 2016 at 14:45, Geert Janssens <geert.gnuc...@kobaltwit.be> wrote: > Bob, > > Did you add a business object, like a vendor or customer ? > > Geert > > Op vrijdag 2 december 2016 14:34:5

Re: Master - saving to xml broken

2016-12-02 Thread Robert Fewell
p warning me the changes of > the > last x minutes will be lost if I close without saving. > > I chose again to save, the same dialog appears again and will continue to > do > so until I choose to close without saving. At that point gnucash segfaults. > > There's no file on

Re: Master - saving to xml broken

2016-12-02 Thread Robert Fewell
Just built master from https://github.com/Gnucash/gnucash/commit/dd4b8a104d0f7ad2205407e8bf10feec364c8127 and I still do not see the errors Geert is having. Added a Customer and a Vendor and still only have one of each. Bob On 2 December 2016 at 17:43, Robert Fewell <14ubo...@gmail.com>

Master gtest-gnc-datetime test fails.

2017-04-15 Thread Robert Fewell
Hi, Built current master on my Linux VM and tried to run the tests but it fails on the following test, if they are commented out all other tests run successfully. Checked my time zone information to be Europe/London I think the offset is the difference between local time and utc time, so the

Active Save Button on start up

2017-04-22 Thread Robert Fewell
Hi, Over the last few weeks I have noticed that my test file always starts with the save button active. If I immediately save and close, then load the file again it comes back active. Created a new empty file, all is well, added one simple transaction, all is well, scheduled that transaction to

  1   2   3   >