Trying to get gnucash running under gdb. Using "gnucash-gdb". I'm getting many 
warnings about not being able to find object files.

In ".jhbuild-custom" I added:
append_autogenargs("aqbanking", " --enable-debug")
append_autogenargs("gnucash-svn", " --enable-debug")

jhbuild buildone --force --clean aqbanking
jhbuild buildone --force --clean gnucash-svn

On "gnucash-gdb":
warning: Could not find object file 
"/Users/gnucash2/gtk/source/gnucash-svn/src/html/.libs/libgncmod-html.lax/libc-missing.a/libc-missing-noop.o"
 - no debug information available for "libc-missing-noop.c".
warning: Could not find object file 
"/Users/gnucash2/gtk/source/gnucash-svn/src/html/.libs/libgncmod-html.lax/libc-missing.a/strptime.o"
 - no debug information available for "strptime.c".
warning: Could not find object file 
"/Users/gnucash2/gtk/source/gnucash-svn/src/gnome-utils/.libs/libgncmod-gnome-utils.lax/libc-missing.a/libc-missing-noop.o"
 - no debug information available for "libc-missing-noop.c".
warning: Could not find object file 
"/Users/gnucash2/gtk/source/gnucash-svn/src/gnome-utils/.libs/libgncmod-gnome-utils.lax/libc-missing.a/strptime.o"
 - no debug information available for "strptime.c".
warning: Could not find object file 
"/Users/gnucash2/gtk/source/gnucash-svn/src/engine/.libs/libgncmod-engine.lax/libc-missing.a/libc-missing-noop.o"
 - no debug information available for "libc-missing-noop.c".
warning: Could not find object file 
"/Users/gnucash2/gtk/source/gnucash-svn/src/engine/.libs/libgncmod-engine.lax/libc-missing.a/strptime.o"
 - no debug information available for "strptime.c".
warning: Could not find object file 
"/Users/gnucash2/gtk/source/gnucash-svn/src/gnc-module/.libs/libgnc-module.lax/libc-missing.a/libc-missing-noop.o"
 - no debug information available for "libc-missing-noop.c".
warning: Could not find object file 
"/Users/gnucash2/gtk/source/gnucash-svn/src/gnc-module/.libs/libgnc-module.lax/libc-missing.a/strptime.o"
 - no debug information available for "strptime.c".
warning: Could not find object file 
"/Users/gnucash2/gtk/source/gnucash-svn/src/libqof/qof/.libs/libgnc-qof.lax/libc-missing.a/libc-missing-noop.o"
 - no debug information available for "libc-missing-noop.c".
warning: Could not find object file 
"/Users/gnucash2/gtk/source/gnucash-svn/src/libqof/qof/.libs/libgnc-qof.lax/libc-missing.a/strptime.o"
 - no debug information available for "strptime.c".

I don't see .lax files anywhere. Ignore these warnings?

On another note, and it may not be important, I noticed this when cleaning in 
several spots:
test -z " gnucash .scm-links" || rm -f  gnucash .scm-links
rm: gnucash: is a directory

If we really want "gnucash" deleted then we need "rm -fd". Unless in some 
places it's a file and this is a catch all.

-------------------------
Brad Grupczynski
brad.gnuc...@gmail.com




_______________________________________________
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to