Fwd: make check failures

2011-11-07 Thread Ted Creedon
per irc chat w/ tedc warlord Making check in . make[1]: Entering directory `/data/gnucash-2.4.8' make[1]: Leaving directory `/data/gnucash-2.4.8' Making check in doc make[1]: Entering directory `/data/gnucash-2.4.8/doc' Making check in examples make[2]: Entering directory

make check failures

2011-11-08 Thread Ted Creedon
per irc chat w/ tedc Making check in . make[1]: Entering directory `/data/gnucash-2.4.8' make[1]: Leaving directory `/data/gnucash-2.4.8' Making check in doc make[1]: Entering directory `/data/gnucash-2.4.8/doc' Making check in examples make[2]: Entering directory

Re: Fwd: make check failures

2011-11-08 Thread Ted Creedon
: On dinsdag 8 november 2011, Ted Creedon wrote: per irc chat w/ tedc warlord Ted, from the irc log I see you try to build GnuCash for OpenSuse with guile 2.0. The 2.4 branch for sure won't work with guile 2.0. I have committed a series of patches by guile developer Andy Wingo

Re: [PATCH] Assorted guile-related build fixes

2011-11-08 Thread Ted Creedon
not finding guile 1.8 is what I've observed - I can send debug info from an strace of configure if desired i have 2 systems one guiile 1.8 one 2.0 ted On Tue, Nov 8, 2011 at 9:04 AM, Bill Nottingham nott...@redhat.com wrote: Geert Janssens (janssens-ge...@telenet.be) said: On vrijdag 13

Re: Fwd: 2.4.8 git /w guile 2.0

2011-11-08 Thread Ted Creedon
the switch --disable-error-on-warning is required to get a make completed if not used then: wig-core-utils.c:1386:7: error: 'scm_makstr' is deprecated (declared at /usr/include/guile/2.0/libguile/deprecated.h:124) [-Werror=deprecated-declarations] swig-core-utils.c:1389:3: error: 'scm_must_free'

Re: Fwd: 2.4.8 git /w guile 2.0

2011-11-08 Thread Ted Creedon
./configure --disable-error-on-warning --enable-debug;time make produces the following when executiing GUILE_AUTO_COMPILE=0 gnucash gnucash # GUILE_AUTO_COMPILE=0 gnucash gnc.bin-Message: main: binreloc relocation support was disabled at configure time. This is a development version. It

Re: Fwd: 2.4.8 git /w guile 2.0

2011-11-08 Thread Ted Creedon
summarizing: ./configure --disable-error-on-warning produces a gnucash executable ./configure produces deprecated-declarations errors ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [PATCH] Assorted guile-related build fixes

2011-11-09 Thread Ted Creedon
guile-config --version guile-config - Guile version 2.0.2 On Wed, Nov 9, 2011 at 6:58 AM, Derek Atkins warl...@mit.edu wrote: Geert Janssens janssens-ge...@telenet.be writes: On dinsdag 8 november 2011, Ted Creedon wrote: not finding guile 1.8 is what I've observed - I can send debug info

Re: Fwd: 2.4.8 git /w guile 2.0

2011-11-09 Thread Ted Creedon
currently (and right now I don't have time to set one up). So I'm making suggestions based on what I read about it and interpreting the errors you send here... What happens if you remove /root/.cache/guile/ and run again (still with GUILE_AUTO_COMPILE=0) ? Geert On dinsdag 8 november 2011, Ted

Re: Fwd: 2.4.8 git /w guile 2.0

2011-11-09 Thread Ted Creedon
can anyone suggest a suitable log.conf? thanks ted On Wed, Nov 9, 2011 at 8:59 AM, Ted Creedon tcree...@easystreet.net wrote: announce window tip of the day pop up before exiting rm -rf /root/.cache/guile/;GUILE_AUTO_COMPILE=0 gnucash --debug --extra gnc.bin-Message: main: binreloc

Re: [PATCH] Assorted guile-related build fixes

2011-11-10 Thread Ted Creedon
...@telenet.bewrote: On donderdag 10 november 2011, Derek Atkins wrote: Hi, Ted Creedon tcree...@easystreet.net writes: guile-config --version guile-config - Guile version 2.0.2 This implies you are still building against Guile-2, not 1.8. Hmm, we are having a couple of conversations mixing

Re: [PATCH] Assorted guile-related build fixes

2011-11-10 Thread Ted Creedon
in addition to the stdio debug? Ted On Thu, Nov 10, 2011 at 6:57 AM, Geert Janssens janssens-ge...@telenet.bewrote: On donderdag 10 november 2011, Ted Creedon wrote: Guile 2.0.2 Derek suggested 1.8 but that creates other problems - autoconf breaks The question will be which

Re: [PATCH] Assorted guile-related build fixes

2011-11-10 Thread Ted Creedon
remember that with 2.0 configure errors out unless --disable-error-on-warning is used ted On Thu, Nov 10, 2011 at 7:54 AM, Ted Creedon tcree...@easystreet.netwrote: Self complied from srpm's including guile-devel do you want me to set up one system w/ guile 1.8 1 with 2.0? The 2.0 problem

Re: Fwd: 2.4.8 git /w guile 2.0

2011-11-10 Thread Ted Creedon
...)] In unknown file: ?: 0 [debug-options-interface (show-file-name #t stack ...)] ERROR: In procedure debug-options-interface: ERROR: In procedure debug-options-interface: Unknown option name: maxdepth 011 at 9:06 AM, Ted Creedon tcree...@easystreet.net wrote: can anyone suggest a suitable log.conf

Re: Fwd: 2.4.8 git /w guile 2.0

2011-11-10 Thread Ted Creedon
recent trunk? Also, I wonder where it's finding ice-9/boot-9.scm? Are there any traces of guile-1.8 on this system? Any traces of an old GnuCash build? -derek On Thu, November 10, 2011 1:37 pm, Ted Creedon wrote: Built a new system w. guile 2.0 export GUILE_AUTO_COMPILE=0 make

Re: 2.4.8 git /w guile 2.0

2011-11-11 Thread Ted Creedon
Whats the correct incantation? ted On Fri, Nov 11, 2011 at 8:30 AM, John Ralls jra...@ceridwen.us wrote: On Nov 11, 2011, at 8:01 AM, Derek Atkins wrote: Ted, Ted Creedon tcree...@easystreet.net writes: Brand new clean system Lizzy - first build did a git pull and ran the perl

Re: 2.4.8 git /w guile 2.0

2011-11-11 Thread Ted Creedon
: On Nov 11, 2011, at 8:39 AM, Ted Creedon wrote: Whats the correct incantation? To do what? Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: 2.4.8 git /w guile 2.0

2011-11-11 Thread Ted Creedon
portfolio trial-balance budget budget-balance-sheet net-barchart income-statement) On Fri, Nov 11, 2011 at 10:11 AM, Ted Creedon tcree...@easystreet.netwrote: here's what I did, it it correct? git clone git://github.com/Gnucash/gnucash.git cd gnucash/ ./autogen.sh ./configure --enable-debug

Re: 2.4.8 git /w guile 2.0

2011-11-11 Thread Ted Creedon
, Ted Creedon wrote: here's what I did, it it correct? git clone git://github.com/Gnucash/gnucash.git cd gnucash/ ./autogen.sh ./configure --enable-debug --disable-error-on-warning #won't compile without this disable switch make gnucash --version gnc.bin-Message: main

2.4.99 on opensuse 12.1

2011-12-02 Thread Ted Creedon
put guile 1.8.7 in its own directory # CPPFLAGS=-I/root/guile-1.8.7/include LDFLAGS=-L/root/guile-1.8.7/lib64 ./configure --disable-error-on-warning --disable-dbi --enable-debug # GUILE_AUTO_COMPILE=0 gnucash --debug --extra This is a development version. It may or may not work. Report bugs

Re: 2.4.99 on opensuse 12.1

2011-12-03 Thread Ted Creedon
2.4.99 from github On Fri, Dec 2, 2011 at 7:46 PM, John Ralls jra...@ceridwen.us wrote: On Dec 2, 2011, at 5:06 PM, Ted Creedon wrote: put guile 1.8.7 in its own directory # CPPFLAGS=-I/root/guile-1.8.7/include LDFLAGS=-L/root/guile-1.8.7/lib64 ./configure --disable-error

Re: FW: OpenSuse 12.1 Guile 2.0

2011-12-03 Thread Ted Creedon
Guile 2.0 has sabotaged guncash I'm told to build 2.4.99/2.4.8 against guile 1.8.x which I have with limited success Also discovered dbus problem with running via ssh -X -A tedc On Sat, Dec 3, 2011 at 2:44 AM, rbibr...@t-online.de rbibr...@t-online.dewrote: Hello, in the moment I am using

Re: Strategy

2011-12-04 Thread Ted Creedon
Better to either imbed Guile in the executable or start replacing it piece by piece. Too many dependencies on other peoples work. Mentor Graphics faced the same problem with 16,000,000 lines of source code for one product written in several languages. They laid off the US help and sent the code

Re: Komando advertizes GnuCash

2011-12-07 Thread Ted Creedon
She left out Linux. Expect a corresponding increase in support workload tedc On Wed, Dec 7, 2011 at 9:42 AM, Derek Atkins warl...@mit.edu wrote: Linas saw a huge uptick in GnuCash website access today and we tracked it down to Kim Komando:

Guile 2

2011-12-09 Thread Ted Creedon
Is anyone working on the Guile 2 issues? tedc ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: 2.4.9 release, 2.5.0 plans

2011-12-18 Thread Ted Creedon
what version of Guile will be supported? tedc On Sun, Dec 18, 2011 at 1:23 PM, Christian Stimming christ...@cstimming.dewrote: Am Samstag, 17. Dezember 2011, 17:11:10 schrieb John Ralls: Indeed I am rather sure it will not be possible to build the 2.4 branch on windows with gtk = 2.20,

Re: 2.6 Release

2011-12-28 Thread Ted Creedon
Need to update to guile 2.x Tedc On Tuesday, December 27, 2011, John Ralls jra...@ceridwen.us wrote: On Dec 27, 2011, at 1:57 PM, Christian Stimming wrote: Am Dienstag, 27. Dezember 2011, 22:51:46 schrieb Geert Janssens: At this point I'm actually more inclined to go for plan B, forget the

Re: 2.6 Release

2011-12-30 Thread Ted Creedon
Need the guile 2.x thing resolved soon Tedc On Friday, December 30, 2011, Christian Stimming christ...@cstimming.de wrote: Am Donnerstag, 29. Dezember 2011, 14:18:38 schrieb John Ralls: I propose to start a new 2.5.0 / 2.6.0 release series in order to make those small business user

Re: 2.6 Release -- SCheme

2012-01-01 Thread Ted Creedon
this talk is all well good but meanwhile GC is inoperable on updated distros using Guile 2.0. I think one should bite the bullet and eliminate swig/guile. Tedc On Sun, Jan 1, 2012 at 4:51 AM, Donald Allen donaldcal...@gmail.com wrote: On Sun, Jan 1, 2012 at 2:39 AM, Gour g...@atmarama.net

Re: 2.6 Release -- SCheme

2012-01-01 Thread Ted Creedon
Nothing like progress, installing guile 1.8 doesn't work either Tedc On Sunday, January 1, 2012, John Ralls jra...@ceridwen.fremont.ca.us wrote: On Jan 1, 2012, at 7:00 AM, Ted Creedon wrote: this talk is all well good but meanwhile GC is inoperable on updated distros using Guile 2.0

Re: Longer term projects

2012-01-12 Thread Ted Creedon
Guile 2.x support needs to be added. On Thu, Jan 12, 2012 at 7:33 AM, John Ralls jra...@ceridwen.us wrote: On Jan 12, 2012, at 5:51 AM, Phil Longstaff wrote: There are a number of longer term projects, among them Gtk3 and engine cleanup. I've been distracted by other matters but can now

Re: Longer term projects

2012-01-12 Thread Ted Creedon
Sorry, tried failed. I can ssh -X -A into an obsolete box in the meanwhile. tted On Thu, Jan 12, 2012 at 8:05 AM, Derek Atkins de...@ihtfp.com wrote: On Thu, January 12, 2012 10:54 am, Ted Creedon wrote: Guile 2.x support needs to be added. I think I just heard a volunteer. Thank you

Re: Longer term projects

2012-01-12 Thread Ted Creedon
So how can I help? I'd rather see python, even if it takes a while. Tedc On Thu, Jan 12, 2012 at 8:51 AM, John Ralls jra...@ceridwen.us wrote: On Jan 12, 2012, at 7:54 AM, Ted Creedon wrote: Guile 2.x support needs to be added. More likely, ripped out in favor of Python. Regards

Transaction report error

2012-02-13 Thread Ted Creedon
I'm getting the following error: Report error An error occurred while running the report. Any clues how to troubleshoot? tedc ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Transaction report error

2012-02-13 Thread Ted Creedon
Happens in 2.4.8 but not 2.2.9 ted On Mon, Feb 13, 2012 at 1:59 PM, John Ralls jra...@ceridwen.us wrote: On Feb 13, 2012, at 1:30 PM, Ted Creedon wrote: I'm getting the following error: Report error An error occurred while running the report. Any clues how to troubleshoot

Trust closeout

2012-02-15 Thread Ted Creedon
I'm closing out my Mom's trust and a complete set GnuCash reports for 2005-2011 was included in the distribution agreement signed by all the beneficiaries. Worked great, reviewed by 3 tax attorneys. Tedc Trustee ___ gnucash-devel mailing list

Add IRS audit capabilities

2012-02-15 Thread Ted Creedon
Being audited for 2 years, Gnucash is very helpful. Suggestion, it would be helpful if receipts, check stubs and other documents could be scanned in and made part of the transaction record. Binary BLOBS would require a lot of database storage but the generated report would be IRS proof. The IRS

Re: Trust closeout

2012-02-15 Thread Ted Creedon
The secret is double entry accounting. An accountant's dream. On Wed, Feb 15, 2012 at 8:33 AM, Geert Janssens janssens-ge...@telenet.bewrote: Op woensdag 15 februari 2012 08:08:45 schreef Ted Creedon: I'm closing out my Mom's trust and a complete set GnuCash reports for 2005-2011

Re: Add IRS audit capabilities

2012-02-15 Thread Ted Creedon
Several links would be OK. On Wed, Feb 15, 2012 at 8:29 AM, Graham Leggett minf...@sharp.fm wrote: On 15 Feb 2012, at 6:15 PM, Ted Creedon wrote: Being audited for 2 years, Gnucash is very helpful. Suggestion, it would be helpful if receipts, check stubs and other documents could

Re: Add IRS audit capabilities

2012-02-15 Thread Ted Creedon
Good idea. Using RO OpenAFS volumes would prevent accidental removal But GIT might be better yet thanks ted On Wed, Feb 15, 2012 at 8:30 AM, Derek Atkins de...@ihtfp.com wrote: Ted, On Wed, February 15, 2012 11:15 am, Ted Creedon wrote: Being audited for 2 years, Gnucash is very helpful

Re: Trivia: If GnuCash were a commercial program...

2012-09-14 Thread Ted Creedon
If it were for profit, triple the estimate for marketing, distribution, documentation, sales support. Ted (Tektronix Retired Senior Project Manager) On Thu, Sep 13, 2012 at 1:31 PM, Mike Evans mi...@saxicola.co.uk wrote: On Thu, 13 Sep 2012 20:20:33 +0200 Geert Janssens

Re: Beyond 2.6 (was:Re: Gnucash 2.5/6)

2013-02-11 Thread Ted Creedon
* would recommend writing C++ header files as a starting point tedc * On Mon, Feb 11, 2013 at 1:21 PM, Christian Stimming christ...@cstimming.dewrote: Am Montag, 11. Februar 2013, 10:36:31 schrieb John Ralls: I was just pointing out that if we had to spend a lot of time migrating to Gtk3

Re: Lot transfers

2013-02-21 Thread Ted Creedon
IRS allows FIFO, LIFO, etc you get to select once On Thu, Feb 21, 2013 at 4:21 AM, Peter Dey gnuc...@realmtech.net wrote: Just thought I'd followup on this -- I didn't receive any replies. Any idea about the technical complexity involved in implementing this functionality/modification?

font sizing

2013-03-13 Thread Ted Creedon
any way to adjust the font size for the register views?? thanks tedc ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: font sizing

2013-03-13 Thread Ted Creedon
Even if KDE is used? thanks ted On Wed, Mar 13, 2013 at 11:19 AM, Geert Janssens janssens-ge...@telenet.bewrote: Op 13-03-13 18:28, Ted Creedon schreef: any way to adjust the font size for the register views?? thanks tedc __**_ gnucash

Re: font sizing

2013-03-14 Thread Ted Creedon
-03-13 17:34, Ted Creedon schreef: this works fine in ~/..gtkrc-2.0-kde4 I believe it is with one dot: ~/.gtkrc-2.0-kde4 ? ... Except for the missing quote in the last line. I presume it just got lost while copying to the mail message. Anyway, thanks for supplying your gtkrc-2.0

Re: font sizing

2013-03-14 Thread Ted Creedon
BTW the larger fonts don't fit into the columns. Double right click on the column header and it will resize to fit tedc On Thu, Mar 14, 2013 at 10:24 AM, Ted Creedon tcree...@easystreet.netwrote: Yes, Looks great as your eyes tire tedc On Thu, Mar 14, 2013 at 10:13 AM, Fernando de

imbalance usd removal

2013-03-14 Thread Ted Creedon
Is there any way to remove zero value imbalance-USD from transaction splits? tedc ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: imbalance usd removal

2013-03-15 Thread Ted Creedon
HTC smartphone - Reply message - From: Ted Creedon tcree...@easystreet.net To: gnucash-devel@gnucash.org Subject: imbalance usd removal Date: Thu, Mar 14, 2013 8:13 PM Is there any way to remove zero value imbalance-USD from transaction splits? tedc

Re: font sizing

2013-03-16 Thread Ted Creedon
On startup the register increase, decrease balance column widths do not automatically widen for 12.5 bold fonts Tedc On Thu, Mar 14, 2013 at 1:49 PM, Ted Creedon tcree...@easystreet.netwrote: BTW the larger fonts don't fit into the columns. Double right click on the column header

Re: Unplanning network maintenance/outage

2013-03-17 Thread Ted Creedon
Do you need a UPS? Sounds like a power related problem tedc On Sun, Mar 17, 2013 at 5:18 AM, Derek Atkins warl...@mit.edu wrote: Good morning, GnuCashers, Some (many?) of you may have noticed the outage of 'code.gnucash.org' starting with a lot of packet loss on Thursday and escalating

Re: Recommend IDE for coding in C -- some historical context

2013-03-21 Thread Ted Creedon
Vi replaced Ed (Editor) tedc On Thu, Mar 21, 2013 at 1:41 PM, Hendrik Boom hend...@topoi.pooq.comwrote: On Thu, Mar 21, 2013 at 02:56:04PM -0400, Buddha Buck wrote: On Thu, Mar 21, 2013 at 2:31 PM, Hendrik Boom hend...@topoi.pooq.com wrote: On Wed, 20 Mar 2013 13:13:00 -0400, Buddha

Re: Screenshots for the 2.5.0 release

2013-04-06 Thread Ted Creedon
Use Norma http://www.ormfoundation.org/files/folders/normalabs/category1343.aspx On Sat, Apr 6, 2013 at 7:58 AM, John Ralls jra...@ceridwen.us wrote: On Apr 6, 2013, at 6:10 AM, Cristian Marchi cr...@libero.it wrote: As the 2.5.0 release is approaching, I would like to add some

Re: Bug 336843 - Attach files to Transactions

2013-11-15 Thread Ted Creedon
File bloat should be avoided adding scanned files would make the data file impossible to administer Have you considered a check repair function to detect link rot? On Thu, Nov 14, 2013 at 9:55 PM, Bob Brush gnuc...@wvit.net wrote: I really like the file management implementation of the

Gnucash Segfaults

2014-02-27 Thread Ted Creedon
gnucash[12625]: segfault at 10016 ip 7f15bd5d4cac sp 7fff24f1a228 error 4 in libgobject-2.0.so.0.3800.2[7f15bd5a2000+4f000] built from r4dc6397+ on 2013-09-28. OpenSuSe 13.1 What is a stable release? Tedc ___ gnucash-devel mailing list

Re: Gnucash Segfaults

2014-02-28 Thread Ted Creedon
]: *** [gnucash] Error 1 make[3]: *** [all-recursive] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 On Thu, Feb 27, 2014 at 5:51 PM, Derek Atkins de...@ihtfp.com wrote: Hi, On Thu, February 27, 2014 8:16 pm, Ted Creedon wrote: gnucash

Installing gnucash-2.6.1-1.1.x86_64.rpm

2014-02-28 Thread Ted Creedon
Got 2.6.1 from suse rpm --upgrade --test gnucash-2.6.1-1.1.x86_64.rpm error: Failed dependencies: libofx.so.6()(64bit) is needed by gnucash-2.6.1-1.1.x86_64 OK got libofx.so.6 from rpm find rpm --install --test libofx6-0.9.9-1.1.x86_64.rpm error: Failed dependencies: libofx =

Re: Gnucash Segfaults

2014-02-28 Thread Ted Creedon
/gnucash-2.6.1/src/gnome/.libs/libgnc-gnome.so /usr/lib64/libgnc-gnome.soi now get [1]+ Trace/breakpoint trap gnucash tedc On Fri, Feb 28, 2014 at 3:28 AM, Geert Janssens janssens-ge...@telenet.bewrote: On Friday 28 February 2014 02:12:23 Ted Creedon wrote: It might be best to work

Re: Gnucash Segfaults

2014-02-28 Thread Ted Creedon
for gnucash. It should get installed automatically when running make install. If that's not the case on your system, you should first figure out why that didn't happen. Geert On Friday 28 February 2014 04:00:30 Ted Creedon wrote: deleted 2.4, 2.6.1 compiled fine but when executing

Re: Gnucash Segfaults

2014-02-28 Thread Ted Creedon
environment variable XDG_DATA_DIRS is not set correctly for your specific set up. Is XDG_DATA_DIRS set on your system ? What is your installation prefix ? Geert On Friday 28 February 2014 04:15:53 Ted Creedon wrote: Yes, removed the cp - it was there all the time Yes make install

Re: Gnucash Segfaults

2014-02-28 Thread Ted Creedon
2014 04:15:53 Ted Creedon wrote: Yes, removed the cp - it was there all the time Yes make install strace gnucash: cut open(/etc/localtime, O_RDONLY) = 6 fstat(6, {st_mode=S_IFREG|0644, st_size=2819, ...}) = 0 mmap(NULL, 2819, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f7dcbf7

Re: Gnucash Segfaults

2014-02-28 Thread Ted Creedon
ps in a make what should the prefix be? tedc On Fri, Feb 28, 2014 at 5:15 AM, Ted Creedon tcree...@easystreet.netwrote: needs to set to /usr/local/shareexport export XDG_DATA_DIRS=$XDG_DATA_DIRS:/usr/local/share now running fine lets see how my tax run works out thank you tedc

Re: 2.6.2 comple

2014-03-03 Thread Ted Creedon
/usr/local/share needs to be explicitly added to XDG_DATA_DIRS echo $XDG_DATA_DIRS /usr/share:/usr/share:/usr/local:/usr/local/share ted On Mon, Mar 3, 2014 at 9:02 AM, John Ralls jra...@ceridwen.us wrote: On Mar 3, 2014, at 8:32 AM, Ted Creedon tcree...@easystreet.net wrote: Compiles

2.6.2 segfaulting

2014-03-03 Thread Ted Creedon
Program received signal SIGSEGV, Segmentation fault. 0x7fffef356cac in g_type_check_instance_is_a () from /usr/lib64/libgobject-2.0.so.0 can't do a bt because the fault freezes the X Screen had to ssh in from another box kill -TERM gdb Should I do a debug build? Tedc

Re: 2.6.2 segfaulting

2014-03-03 Thread Ted Creedon
, in module from gobject import register File /usr/share/glib-2.0/gdb/gobject.py, line 3, in module import gdb.backtrace ImportError: No module named backtrace Missing separate debuginfo for /usr/lib64/libglib-2.0.so.0 T On Mon, Mar 3, 2014 at 4:12 PM, Ted Creedon tcree...@easystreet.net wrote

Re: 2.6.2 segfaulting

2014-03-03 Thread Ted Creedon
-78/78 On Mon, Mar 3, 2014 at 4:31 PM, Ted Creedon tcree...@easystreet.net wrote: Noticed this on startup: Missing separate debuginfo for /usr/lib64/libgobject-2.0.so.0 Try: zypper install -C debuginfo(build-id)=a3f8edc19f47fd2290dbbf3d05670ed13ba6a93c Traceback (most recent call last

Re: 2.6.2 segfaulting

2014-03-03 Thread Ted Creedon
Just a vanilla SuSE 13.1 x64 Linux system. Gnucash has run fine on Suse for years. I have 2 other 13.1's I'll try them tedc On Mon, Mar 3, 2014 at 7:46 PM, John Ralls jra...@ceridwen.us wrote: On Mar 3, 2014, at 5:30 PM, Ted Creedon tcree...@easystreet.net wrote: Another crash, output

Re: 2.6.2 segfaulting

2014-03-04 Thread Ted Creedon
AM, Ted Creedon tcree...@easystreet.net wrote: I'll keep trying to get my taxes a backtrace done Would running under Gnome help? ted On Mon, Mar 3, 2014 at 8:52 PM, Bill Nottingham nott...@splat.cc wrote: John Ralls (jra...@ceridwen.us) said: Yeah, I dunno what Oxygen::MenuStateData

Re: 2.6.2 segfaulting

2014-03-04 Thread Ted Creedon
I'll keep trying to get my taxes a backtrace done Would running under Gnome help? ted On Mon, Mar 3, 2014 at 8:52 PM, Bill Nottingham nott...@splat.cc wrote: John Ralls (jra...@ceridwen.us) said: Yeah, I dunno what Oxygen::MenuStateData::menuItemIsActive is except that it doesn't have

Re: 2.6.2 segfaulting

2014-03-05 Thread Ted Creedon
, Ted Creedon tcree...@easystreet.net wrote: Crash back trace - gnucash froze up but nothing else - yet - [Long, detailed backtrace elided]. OK. It's Gtk and Oxygen almost all the way down, and it's crashing trying to draw something. I don't think that there's anything we can do

Re: 2.6.2 segfaulting

2014-03-06 Thread Ted Creedon
Looks like the GTK/Oxygen theme is broken, changed thmres seems to work OK How do i report this, to who? tedc On Wed, Mar 5, 2014 at 2:41 AM, Ted Creedon tcree...@easystreet.net wrote: FYI I had to blind type bt full into gdb after gnucash is running to capture the trace, before the bug

Re: 2.6.2 segfaulting

2014-03-06 Thread Ted Creedon
Bug 867253 submitted to opensuse https://bugzilla.novell.com/post_bug.cgi On Thu, Mar 6, 2014 at 12:33 PM, John Ralls jra...@ceridwen.us wrote: On Mar 6, 2014, at 12:23 PM, Ted Creedon tcree...@easystreet.net wrote: Looks like the GTK/Oxygen theme is broken, changed thmres seems

Re: 2.6.2 segfaulting (gtk/oxygen version apparently broken)

2014-03-06 Thread Ted Creedon
, at 12:23 PM, Ted Creedon tcree...@easystreet.net wrote: Looks like the GTK/Oxygen theme is broken, changed thmres seems to work OK How do i report this, to who? I'd start with SuSE and let them figure out if it's an upstream problem or if it's their fault. Since Bill

Fwd: Fw: [Oxygen] [Bug 331927] Oxygen crashes gnucash

2014-03-10 Thread Ted Creedon
Some one is looking at Oxygen for us Can you clarify the versions? ted -- Forwarded message -- From: ted c tedc...@yahoo.com Date: Mon, Mar 10, 2014 at 5:41 PM Subject: Fw: [Oxygen] [Bug 331927] Oxygen crashes gnucash To: tcree...@easystreet.net tcree...@easystreet.net

Re: Gnucash c++

2014-08-14 Thread Ted Creedon
Its very possible to begin he transition to C++ by writing C++ header files. The real advantage of C++ is the ability to take a specification (in my case the Intel IBIS electronic buffer modeling specification http://www.eigroup.org/ibis/ibis.htm) and modelling it with C++ header files that

Re: C++ work

2014-09-10 Thread Ted Creedon
mark up the screenshots with proposed changes then write the user's manual, systems administrator's manual systems administrator's reference manual - submit for comments approvals then write C++ header files that wrap your subroutines compile link only then can you begin code conversion

Re: C++ work

2014-09-10 Thread Ted Creedon
thousand users.. Tek went bankrupt because the replacement MRP system and a major software offering were not zero defect.. Also look at the space shuttle manipulator code, written in Forth. tedc On Wed, Sep 10, 2014 at 6:51 AM, John Ralls jra...@ceridwen.us wrote: On Sep 10, 2014, at 5:05 AM, Ted

calc2qif hack of oDialog.Execute()

2015-08-17 Thread Ted Creedon
after some experimentation here is a hack that loads alc2qif into the main menu file open calc2qif.sxc change line 147 of Calc2qif. Standard. Install. install_en from oDialog.Execute() to oDialog.endExecute() and run macro install_en it at least runs Ok No time to rewrite the GUI using the

Re: Using LaTex for Documentation

2015-09-01 Thread Ted Creedon
whats wrong with Latex? It works fine and produces a permuted index too tedc From: gnucash-devel on behalf of Mike Evans Sent: Tuesday, September 1, 2015 2:56 AM Cc:

Re: Using LaTex for Documentation

2015-09-02 Thread Ted Creedon
nesday, September 2, 2015 8:39:34 AM To: gnucash-devel@gnucash.org Cc: John Ralls; Ted Creedon Subject: Re: Using LaTex for Documentation On Tuesday 01 September 2015 07:07:13 John Ralls wrote: > > On Sep 1, 2015, at 3:38 AM, Ted Creedon <tcree...@easystreet.net> > > wrot

add hot keys to account page howto

2016-01-04 Thread Ted Creedon
It looks like the howto add hot (accelerator) keys info is not up to date. Could one revise/detail the generics in https://lists.gnucash.org/pipermail/gnucash-user/2011-January/038021.html ? I'd like to use ctrl j for jump & ctrl d for delete in all menus Gnucash ver 2.6.7 suse tumbleweed tedc

Tax Sched reoprt duplicates accounts

2016-02-08 Thread Ted Creedon
Depending on the General tab settings the report duplicates accounts 2x or 3x gc ver 2.6.11 on 86_64 x86_64 x86_64 GNU/Linux tedc ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Tax Sched reoprt duplicates accounts

2016-02-09 Thread Ted Creedon
Is there a workaround or quick fix? I'm doing my taxes. tedx From: Ted Creedon Sent: Monday, February 8, 2016 11:12 AM To: gnucash-devel@gnucash.org Subject: Tax Sched report duplicates accounts Depending on the General tab settings the report

Re: Tax Sched report duplicates accounts

2016-02-11 Thread Ted Creedon
a <alex.aycin...@gmail.com> Sent: Tuesday, February 9, 2016 1:53 PM To: gnucash-devel; Ted Creedon Subject: Re: Tax Sched report duplicates accounts -- Forwarded message -- From: Ted Creedon <tcree...@easystreet.net<mailto:tcree...@easystreet.net>> To: "gnucash-devel

Re: Authorization for commercial derivative work of GnuCash Tutorial and Concepts Guide

2016-07-05 Thread Ted Creedon
Look at Broderbund. If a derived work has the same "look & feel" as gnucash, its is infringing. trfc From: gnucash-devel on behalf of Mike or Penny Novack Sent: Monday,

Re: Authorization for commercial derivative work of GnuCash Tutorial and Concepts Guide

2016-07-06 Thread Ted Creedon
Submit to the previous authors. Consensus. From: Aaron Laws <dartm...@gmail.com> Sent: Wednesday, July 6, 2016 6:02:36 AM To: Ted Creedon Cc: John Ralls; stepbystepf...@mtdata.com; gnucash-devel@gnucash.org Subject: Re: Authorization for comm

Re: Eclipse CDT IDE

2017-02-21 Thread Ted Creedon
nuc...@kobaltwit.be> Sent: Tuesday, February 21, 2017 9:14:59 AM To: gnucash-devel@gnucash.org Cc: Ted Creedon Subject: Re: Eclipse CDT IDE Op dinsdag 21 februari 2017 16:38:10 CET schreef Ted Creedon: > Just a suggestion, > > I've finally succeeded in getting openafs up under the

Re: Missing Guile Bindings and False Positive Unit tests

2017-02-21 Thread Ted Creedon
FYI there is a swig problem in OpenSuse leap 4.2. Its not the latest version. Tedc From: gnucash-devel on behalf of Derek Atkins Sent: Tuesday, February 21, 2017 8:59:27 AM To:

Eclipse CDT IDE

2017-02-21 Thread Ted Creedon
Just a suggestion, I've finally succeeded in getting openafs up under the IBM eclipse IDE. Its my opinion that the task/team/remote debugging feature would reduce support effort considerably. I encourage experimenting with it. Tedc ___

Re: Are There Plans For A GUI Overhaul?

2016-10-05 Thread Ted Creedon
for 1,000,000 lines of code / 100 lines per sub /per day = 10,000 subroutines /365= more time than we have.. => We're prisoners of the existing code. Ted Creedon, P.E. From: gnucash-devel <gnucash-devel-bounces+tcreedon=easystreet@gnuca

Re: Are There Plans For A GUI Overhaul?

2016-10-05 Thread Ted Creedon
If you read and understand Scott Meyers books you're good to go. From: rhymeswithd...@gmail.com <rhymeswithd...@gmail.com> on behalf of Dave <linuxlu...@gmail.com> Sent: Wednesday, October 5, 2016 8:44 AM To: Ted Creedon Cc: John Ralls; g

Re: gnucash maint: Multiple changes pushed

2017-03-23 Thread Ted Creedon
I would suggest checking what v. redhat & suse use and support the oldest. Better yet, include glibc in the release. tedc From: gnucash-devel on behalf of Geert Janssens