Re: Fwd: 2.4.8 git /w guile 2.0

2011-11-11 Thread Geert Janssens
On donderdag 10 november 2011, Ted Creedon wrote: Built a new system w. guile 2.0 export GUILE_AUTO_COMPILE=0 make clean;./configure --disable-error-on-warning;time nice make -s gnucash On Wed, Nov 9, 2izzy:/data/gnucash # rm -rf /root/.cache/guile/*;gnucash gnc.bin-Message: main:

Re: Fwd: 2.4.8 git /w guile 2.0

2011-11-11 Thread Derek Atkins
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} || /usr/local/git/lib/perl5/site_perl)); use Git; Git::command_noisy(pull,

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,

Re: Fwd: 2.4.8 git /w guile 2.0

2011-11-10 Thread Ted Creedon
Built a new system w. guile 2.0 export GUILE_AUTO_COMPILE=0 make clean;./configure --disable-error-on-warning;time nice make -s gnucash On Wed, Nov 9, 2izzy:/data/gnucash # rm -rf /root/.cache/guile/*;gnucash gnc.bin-Message: main: binreloc relocation support was disabled at configure time.

Re: Fwd: 2.4.8 git /w guile 2.0

2011-11-10 Thread Derek Atkins
Ted, Are you sure you're using the most 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

Re: Fwd: 2.4.8 git /w guile 2.0

2011-11-10 Thread Ted Creedon
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} || /usr/local/git/lib/perl5/site_perl)); use Git; Git::command_noisy(pull, (--rebase, origin, @ARGV)); my @branches =

Re: Fwd: 2.4.8 git /w guile 2.0

2011-11-09 Thread Geert Janssens
Note that I don't have a guile 2 installed 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

Re: Fwd: 2.4.8 git /w guile 2.0

2011-11-09 Thread Ted Creedon
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 relocation support was disabled at configure time. This is a development version. It may or may not work. Report bugs and other problems

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: Fwd: 2.4.8 git /w guile 2.0

2011-11-08 Thread Geert Janssens
On dinsdag 8 november 2011, Geert Janssens wrote: Ted, Please keep gnucash messages on the list. I've forwarded this one for you. Geert -- Doorgestuurd bericht -- Onderwerp: 2.4.8 git /w guile 2.0 Datum: dinsdag 8 november 2011, 21:00:38 Van: Ted Creedon tcree

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