Re: 2.4.8 git /w guile 2.0

2011-11-11 Thread John Ralls
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 script #!/usr/bin/perl #-;-perl-;- use strict; use lib (split(/:/, $ENV{GITPERLLIB} ||

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 John Ralls
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
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: binreloc relocation support was

Re: 2.4.8 git /w guile 2.0

2011-11-11 Thread Ted Creedon
here's the trace file 10:04:12 INFO gnc.engine [gnc_hook_lookup] no hook lists * 10:04:12 INFO qof.engine [init_from_file] guid_init got 512 bytes from /dev/urandom * 10:04:12 INFO qof.engine [init_from_file] guid_init got 1375 bytes from /etc/passwd * 10:04:12 INFO qof.engine

Re: 2.4.8 git /w guile 2.0

2011-11-11 Thread Geert Janssens
On vrijdag 11 november 2011, 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

Re: 2.4.8 git /w guile 2.0

2011-11-11 Thread Ted Creedon
GUILE_WARN_DEPRECATED=detailed make check cut = PASS: test-load-c FAIL: test-load-scm PASS: test-gwrapped-c PASS: test-scm-module FAIL: test-scm-multi FAIL: test-load-deps On Fri, Nov 11, 2011 at 10:33 AM, Geert Janssens janssens-ge...@telenet.bewrote: On vrijdag 11 november 2011,