Re: Fwd: 2.4.8 git /w guile 2.0

2011-11-11 Thread Derek Atkins
Ted, Ted Creedon 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", ("--reb

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: ma

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 = Git::comm

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 > > ex

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. WAR

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 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 relocation support was d

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 t

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 GUILE_AUTO_COMPILE=

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: 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 v

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 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 Creedo