Comment 6 for bug 528923

Revision history for this message
Jack128 (jack128) wrote :

I've compiled it myself, with the Slackware-Buildscript
> http://slackbuilds.org/repository/13.0/office/homebank/

gtk+ 1.2.10 (x86_64)
gtk+2 2.14.7 (x86_64)

glib 1.2.10 (x86_64)
glib2 2.18.4 (x86_64)

------------------->

Compiled with your guide: (gdb)

See the attachment.

------------------->

Ps: Your debug-on command > "find ./src -name '*.c' | xargs perl -pi -w -e 's/MYDEBUG 1/MYDEBUG 0/g"
should be so:

find ./src -name '*.c' | xargs perl -pi -w -e 's/MYDEBUG 0/MYDEBUG 1/g

Because, in the source, "#define MYDEBUG 0" is the default. ;)

Best Regards,
Jack.