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: binreloc relocation support was disabled at
 configure time.
 
 WARNING: no socket to connect to
 Backtrace:
 In ice-9/boot-9.scm:
  170: 12 [catch #t #catch-closure c5dc60 ...]
 In unknown file:
?: 11 [catch-closure]
 In ice-9/boot-9.scm:
 2497: 10 [#procedure bf17a0 at ice-9/boot-9.scm:2485:4 (name #:optional
 autoload version #:key ensure) # ...]
 2763: 9 [try-module-autoload (gnucash main) #f]
 2103: 8 [save-module-excursion #procedure dd97b0 at
 ice-9/boot-9.scm:2764:17 ()]
 2774: 7 [#procedure dd97b0 at ice-9/boot-9.scm:2764:17 ()]
 In unknown file:
?: 6 [primitive-load-path gnucash/main #f]
 In ice-9/eval.scm:
  458: 5 [#procedure b330c0 at ice-9/eval.scm:452:4 (exp) #]
 In ice-9/psyntax.scm:
 1024: 4 [chi-top-sequence ((debug-set! maxdepth 10)) () ...]
  922: 3 [scan ((debug-set! maxdepth 10)) () ...]
 1015: 2 [scan ((#(syntax-object debug-options # ...) (# # #))) () ...]
 In ice-9/boot-9.scm:
 2854: 1 [debug-options (show-file-name #t stack ...)]
 In unknown file:
?: 0 [debug-options-interface (show-file-name #t stack ...)]
 
 ERROR: In procedure debug-options-interface:
 ERROR: In procedure debug-options-interface: Unknown option name: maxdepth
 
This error was fixed a couple of days ago on the trunk branch. It seems you 
are not using the most recent HEAD, the wrong branch or the wrong git repo.

What is the url of your origin git repo ?
What branch did you check out ?

Geert

 011 at 9:06 AM, Ted Creedon tcree...@easystreet.net wrote:
  can anyone suggest a suitable log.conf?
  
The errors you get so far are in guile code. My experience is that there's not 
much debug logging in that code unfortunately. But you could set gnc.scm to 
debug to get most out of it. You can do that either on the commandline with 
the switch --log=gnc.scm=debug or in log.conf.
See http://wiki.gnucash.org/wiki/Logging for some more details.

Geert

  thanks
  ted
  
  On Wed, Nov 9, 2011 at 8:59 AM, Ted Creedon 
tcree...@easystreet.netwrote:
  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 to gnucash-devel@gnucash.org.
  You can also lookup and file bug reports at http://bugzilla.gnome.org
  The last stable version was GnuCash 2.4.7
  The next stable version will be GnuCash 2.6
  
  WARNING: (gnucash import-export qif-import): `GNC-DENOM-AUTO' imported
  from both (sw_engine) and (gnucash engine)
  WARNING: (gnucash import-export qif-import): `gnc-build-dotgnucash-path'
  imported from both (sw_engine) and (gnucash core-utils)
  WARNING: (gnucash report report-system): `GNC-DENOM-AUTO' imported from
  both (sw_engine) and (gnucash engine)
  WARNING: (gnucash report report-system): imported module (gnucash
  app-utils) overrides core binding `N_'
  WARNING: (gnucash report report-system): imported module (gnucash
  app-utils) overrides core binding `N_'
  WARNING: (gnucash report report-system): `GNC-DENOM-AUTO' imported from
  both (sw_engine) and (gnucash engine)
  WARNING: (gnucash report report-system): imported module (gnucash
  app-utils) overrides core binding `N_'
  WARNING: (gnucash report report-system): `GNC-DENOM-AUTO' imported from
  both (sw_engine) and (gnucash engine)
  WARNING: (gnucash report report-system): imported module (gnucash
  app-utils) overrides core binding `N_'
  WARNING: (gnucash report stylesheet-plain): imported module (gnucash
  app-utils) overrides core binding `N_'
  WARNING: (gnucash report stylesheet-fancy): imported module (gnucash
  app-utils) overrides core binding `N_'
  WARNING: (gnucash report stylesheet-footer): imported module (gnucash
  app-utils) overrides core binding `N_'
  WARNING: (gnucash report stylesheet-easy): imported module (gnucash
  app-utils) overrides core binding `N_'
  WARNING: (gnucash report standard-reports daily-reports): imported
  module (gnucash app-utils) overrides core binding `N_'
  WARNING: (gnucash report standard-reports account-summary): imported
  module (gnucash app-utils) overrides core binding `N_'
  WARNING: (gnucash report standard-reports general-journal): imported
  module (gnucash app-utils) overrides core binding `N_'
  WARNING: (gnucash report standard-reports advanced-portfolio): imported
  module (gnucash app-utils) overrides core binding `N_'
  WARNING: (gnucash report standard-reports advanced-portfolio):
  `GNC-DENOM-AUTO' imported from both (sw_engine) and (gnucash engine)
  WARNING: (gnucash report standard-reports balance-sheet): imported
  module 

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, (--rebase, origin, @ARGV));
 my @branches = Git::command(branch, -r);
 map s/[*\s]//g, @branches;
 @branches = map { /^origin\/([^\s]+)$/ ? $1 : () } @branches;
 map { Git::command(update-ref, (refs/remotes/$_,
 refs/remotes/origin/$_)); } @branches;

This script means absolutely nothing to me, and you didn't answer my
question:

Are you sure you're using the most recent trunk (of GnuCash)?

-derek

 On Thu, Nov 10, 2011 at 10:49 AM, Derek Atkins de...@ihtfp.com wrote:

 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
 
  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.
 
  WARNING: no socket to connect to
  Backtrace:
  In ice-9/boot-9.scm:
   170: 12 [catch #t #catch-closure c5dc60 ...]
  In unknown file:
 ?: 11 [catch-closure]
  In ice-9/boot-9.scm:
  2497: 10 [#procedure bf17a0 at ice-9/boot-9.scm:2485:4 (name #:optional
  autoload version #:key ensure) # ...]
  2763: 9 [try-module-autoload (gnucash main) #f]
  2103: 8 [save-module-excursion #procedure dd97b0 at
  ice-9/boot-9.scm:2764:17 ()]
  2774: 7 [#procedure dd97b0 at ice-9/boot-9.scm:2764:17 ()]
  In unknown file:
 ?: 6 [primitive-load-path gnucash/main #f]
  In ice-9/eval.scm:
   458: 5 [#procedure b330c0 at ice-9/eval.scm:452:4 (exp) #]
  In ice-9/psyntax.scm:
  1024: 4 [chi-top-sequence ((debug-set! maxdepth 10)) () ...]
   922: 3 [scan ((debug-set! maxdepth 10)) () ...]
  1015: 2 [scan ((#(syntax-object debug-options # ...) (# # #))) () ...]
  In ice-9/boot-9.scm:
  2854: 1 [debug-options (show-file-name #t stack ...)]
  In unknown file:
 ?: 0 [debug-options-interface (show-file-name #t stack ...)]
 
  ERROR: In procedure debug-options-interface:
  ERROR: In procedure debug-options-interface: Unknown option name:
 maxdepth
  011 at 9:06 AM, Ted Creedon tcree...@easystreet.net wrote:
 
  can anyone suggest a suitable log.conf?
 
  thanks
  ted
 
 
  On Wed, Nov 9, 2011 at 8:59 AM, Ted Creedon
  tcree...@easystreet.netwrote:
 
  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 to gnucash-devel@gnucash.org.
  You can also lookup and file bug reports at http://bugzilla.gnome.org
  The last stable version was GnuCash 2.4.7
  The next stable version will be GnuCash 2.6
 
  WARNING: (gnucash import-export qif-import): `GNC-DENOM-AUTO' imported
  from both (sw_engine) and (gnucash engine)
  WARNING: (gnucash import-export qif-import):
  `gnc-build-dotgnucash-path'
  imported from both (sw_engine) and (gnucash core-utils)
  WARNING: (gnucash report report-system): `GNC-DENOM-AUTO' imported from
  both (sw_engine) and (gnucash engine)
  WARNING: (gnucash report report-system): imported module (gnucash
  app-utils) overrides core binding `N_'
  WARNING: (gnucash report report-system): imported module (gnucash
  app-utils) overrides core binding `N_'
  WARNING: (gnucash report report-system): `GNC-DENOM-AUTO' imported from
  both (sw_engine) and (gnucash engine)
  WARNING: (gnucash report report-system): imported module (gnucash
  app-utils) overrides core binding `N_'
  WARNING: (gnucash report report-system): `GNC-DENOM-AUTO' imported from
  both (sw_engine) and (gnucash engine)
  WARNING: (gnucash report report-system): imported module (gnucash
  app-utils) overrides core binding `N_'
  WARNING: (gnucash report stylesheet-plain): imported module (gnucash
  app-utils) overrides core binding `N_'
  WARNING: (gnucash report stylesheet-fancy): imported module (gnucash
  app-utils) overrides core binding `N_'
  WARNING: (gnucash report stylesheet-footer): imported module (gnucash
  app-utils) overrides core binding `N_'
  WARNING: (gnucash report stylesheet-easy): imported module (gnucash
  app-utils) overrides core binding `N_'
  WARNING: (gnucash report standard-reports daily-reports): imported
  module
  (gnucash app-utils) overrides core binding `N_'
  WARNING: (gnucash report standard-reports account-summary): imported
  module (gnucash app-utils) overrides core binding `N_'
  WARNING: (gnucash report 

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.

WARNING: no socket to connect to
Backtrace:
In ice-9/boot-9.scm:
 170: 12 [catch #t #catch-closure c5dc60 ...]
In unknown file:
   ?: 11 [catch-closure]
In ice-9/boot-9.scm:
2497: 10 [#procedure bf17a0 at ice-9/boot-9.scm:2485:4 (name #:optional
autoload version #:key ensure) # ...]
2763: 9 [try-module-autoload (gnucash main) #f]
2103: 8 [save-module-excursion #procedure dd97b0 at
ice-9/boot-9.scm:2764:17 ()]
2774: 7 [#procedure dd97b0 at ice-9/boot-9.scm:2764:17 ()]
In unknown file:
   ?: 6 [primitive-load-path gnucash/main #f]
In ice-9/eval.scm:
 458: 5 [#procedure b330c0 at ice-9/eval.scm:452:4 (exp) #]
In ice-9/psyntax.scm:
1024: 4 [chi-top-sequence ((debug-set! maxdepth 10)) () ...]
 922: 3 [scan ((debug-set! maxdepth 10)) () ...]
1015: 2 [scan ((#(syntax-object debug-options # ...) (# # #))) () ...]
In ice-9/boot-9.scm:
2854: 1 [debug-options (show-file-name #t stack ...)]
In unknown file:
   ?: 0 [debug-options-interface (show-file-name #t stack ...)]

ERROR: In procedure debug-options-interface:
ERROR: In procedure debug-options-interface: Unknown option name: maxdepth
011 at 9:06 AM, Ted Creedon tcree...@easystreet.net wrote:

 can anyone suggest a suitable log.conf?

 thanks
 ted


 On Wed, Nov 9, 2011 at 8:59 AM, Ted Creedon tcree...@easystreet.netwrote:

 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 to gnucash-devel@gnucash.org.
 You can also lookup and file bug reports at http://bugzilla.gnome.org
 The last stable version was GnuCash 2.4.7
 The next stable version will be GnuCash 2.6

 WARNING: (gnucash import-export qif-import): `GNC-DENOM-AUTO' imported
 from both (sw_engine) and (gnucash engine)
 WARNING: (gnucash import-export qif-import): `gnc-build-dotgnucash-path'
 imported from both (sw_engine) and (gnucash core-utils)
 WARNING: (gnucash report report-system): `GNC-DENOM-AUTO' imported from
 both (sw_engine) and (gnucash engine)
 WARNING: (gnucash report report-system): imported module (gnucash
 app-utils) overrides core binding `N_'
 WARNING: (gnucash report report-system): imported module (gnucash
 app-utils) overrides core binding `N_'
 WARNING: (gnucash report report-system): `GNC-DENOM-AUTO' imported from
 both (sw_engine) and (gnucash engine)
 WARNING: (gnucash report report-system): imported module (gnucash
 app-utils) overrides core binding `N_'
 WARNING: (gnucash report report-system): `GNC-DENOM-AUTO' imported from
 both (sw_engine) and (gnucash engine)
 WARNING: (gnucash report report-system): imported module (gnucash
 app-utils) overrides core binding `N_'
 WARNING: (gnucash report stylesheet-plain): imported module (gnucash
 app-utils) overrides core binding `N_'
 WARNING: (gnucash report stylesheet-fancy): imported module (gnucash
 app-utils) overrides core binding `N_'
 WARNING: (gnucash report stylesheet-footer): imported module (gnucash
 app-utils) overrides core binding `N_'
 WARNING: (gnucash report stylesheet-easy): imported module (gnucash
 app-utils) overrides core binding `N_'
 WARNING: (gnucash report standard-reports daily-reports): imported module
 (gnucash app-utils) overrides core binding `N_'
 WARNING: (gnucash report standard-reports account-summary): imported
 module (gnucash app-utils) overrides core binding `N_'
 WARNING: (gnucash report standard-reports general-journal): imported
 module (gnucash app-utils) overrides core binding `N_'
 WARNING: (gnucash report standard-reports advanced-portfolio): imported
 module (gnucash app-utils) overrides core binding `N_'
 WARNING: (gnucash report standard-reports advanced-portfolio):
 `GNC-DENOM-AUTO' imported from both (sw_engine) and (gnucash engine)
 WARNING: (gnucash report standard-reports balance-sheet): imported module
 (gnucash app-utils) overrides core binding `N_'
 WARNING: (gnucash report standard-reports category-barchart): imported
 module (gnucash app-utils) overrides core binding `N_'
 WARNING: (gnucash report standard-reports budget-barchart): imported
 module (gnucash app-utils) overrides core binding `N_'
 WARNING: (gnucash report standard-reports price-scatter): imported module
 (gnucash app-utils) overrides core binding `N_'
 WARNING: (gnucash report standard-reports sx-summary): imported module
 (gnucash app-utils) overrides core binding `N_'
 WARNING: (gnucash report standard-reports average-balance): imported
 module (gnucash app-utils) overrides core binding `N_'
 WARNING: (gnucash report standard-reports equity-statement): imported
 

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

 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.

 WARNING: no socket to connect to
 Backtrace:
 In ice-9/boot-9.scm:
  170: 12 [catch #t #catch-closure c5dc60 ...]
 In unknown file:
?: 11 [catch-closure]
 In ice-9/boot-9.scm:
 2497: 10 [#procedure bf17a0 at ice-9/boot-9.scm:2485:4 (name #:optional
 autoload version #:key ensure) # ...]
 2763: 9 [try-module-autoload (gnucash main) #f]
 2103: 8 [save-module-excursion #procedure dd97b0 at
 ice-9/boot-9.scm:2764:17 ()]
 2774: 7 [#procedure dd97b0 at ice-9/boot-9.scm:2764:17 ()]
 In unknown file:
?: 6 [primitive-load-path gnucash/main #f]
 In ice-9/eval.scm:
  458: 5 [#procedure b330c0 at ice-9/eval.scm:452:4 (exp) #]
 In ice-9/psyntax.scm:
 1024: 4 [chi-top-sequence ((debug-set! maxdepth 10)) () ...]
  922: 3 [scan ((debug-set! maxdepth 10)) () ...]
 1015: 2 [scan ((#(syntax-object debug-options # ...) (# # #))) () ...]
 In ice-9/boot-9.scm:
 2854: 1 [debug-options (show-file-name #t stack ...)]
 In unknown file:
?: 0 [debug-options-interface (show-file-name #t stack ...)]

 ERROR: In procedure debug-options-interface:
 ERROR: In procedure debug-options-interface: Unknown option name: maxdepth
 011 at 9:06 AM, Ted Creedon tcree...@easystreet.net wrote:

 can anyone suggest a suitable log.conf?

 thanks
 ted


 On Wed, Nov 9, 2011 at 8:59 AM, Ted Creedon
 tcree...@easystreet.netwrote:

 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 to gnucash-devel@gnucash.org.
 You can also lookup and file bug reports at http://bugzilla.gnome.org
 The last stable version was GnuCash 2.4.7
 The next stable version will be GnuCash 2.6

 WARNING: (gnucash import-export qif-import): `GNC-DENOM-AUTO' imported
 from both (sw_engine) and (gnucash engine)
 WARNING: (gnucash import-export qif-import):
 `gnc-build-dotgnucash-path'
 imported from both (sw_engine) and (gnucash core-utils)
 WARNING: (gnucash report report-system): `GNC-DENOM-AUTO' imported from
 both (sw_engine) and (gnucash engine)
 WARNING: (gnucash report report-system): imported module (gnucash
 app-utils) overrides core binding `N_'
 WARNING: (gnucash report report-system): imported module (gnucash
 app-utils) overrides core binding `N_'
 WARNING: (gnucash report report-system): `GNC-DENOM-AUTO' imported from
 both (sw_engine) and (gnucash engine)
 WARNING: (gnucash report report-system): imported module (gnucash
 app-utils) overrides core binding `N_'
 WARNING: (gnucash report report-system): `GNC-DENOM-AUTO' imported from
 both (sw_engine) and (gnucash engine)
 WARNING: (gnucash report report-system): imported module (gnucash
 app-utils) overrides core binding `N_'
 WARNING: (gnucash report stylesheet-plain): imported module (gnucash
 app-utils) overrides core binding `N_'
 WARNING: (gnucash report stylesheet-fancy): imported module (gnucash
 app-utils) overrides core binding `N_'
 WARNING: (gnucash report stylesheet-footer): imported module (gnucash
 app-utils) overrides core binding `N_'
 WARNING: (gnucash report stylesheet-easy): imported module (gnucash
 app-utils) overrides core binding `N_'
 WARNING: (gnucash report standard-reports daily-reports): imported
 module
 (gnucash app-utils) overrides core binding `N_'
 WARNING: (gnucash report standard-reports account-summary): imported
 module (gnucash app-utils) overrides core binding `N_'
 WARNING: (gnucash report standard-reports general-journal): imported
 module (gnucash app-utils) overrides core binding `N_'
 WARNING: (gnucash report standard-reports advanced-portfolio): imported
 module (gnucash app-utils) overrides core binding `N_'
 WARNING: (gnucash report standard-reports advanced-portfolio):
 `GNC-DENOM-AUTO' imported from both (sw_engine) and (gnucash engine)
 WARNING: (gnucash report standard-reports balance-sheet): imported
 module
 (gnucash app-utils) overrides core binding `N_'
 WARNING: (gnucash report standard-reports category-barchart): imported
 module (gnucash app-utils) overrides core binding `N_'
 WARNING: (gnucash report standard-reports budget-barchart): imported
 module (gnucash app-utils) overrides core binding `N_'
 WARNING: (gnucash report standard-reports price-scatter): imported
 module
 (gnucash app-utils) overrides core binding `N_'
 WARNING: (gnucash 

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::command(branch, -r);
map s/[*\s]//g, @branches;
@branches = map { /^origin\/([^\s]+)$/ ? $1 : () } @branches;
map { Git::command(update-ref, (refs/remotes/$_,
refs/remotes/origin/$_)); } @branches;


On Thu, Nov 10, 2011 at 10:49 AM, Derek Atkins de...@ihtfp.com wrote:

 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
 
  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.
 
  WARNING: no socket to connect to
  Backtrace:
  In ice-9/boot-9.scm:
   170: 12 [catch #t #catch-closure c5dc60 ...]
  In unknown file:
 ?: 11 [catch-closure]
  In ice-9/boot-9.scm:
  2497: 10 [#procedure bf17a0 at ice-9/boot-9.scm:2485:4 (name #:optional
  autoload version #:key ensure) # ...]
  2763: 9 [try-module-autoload (gnucash main) #f]
  2103: 8 [save-module-excursion #procedure dd97b0 at
  ice-9/boot-9.scm:2764:17 ()]
  2774: 7 [#procedure dd97b0 at ice-9/boot-9.scm:2764:17 ()]
  In unknown file:
 ?: 6 [primitive-load-path gnucash/main #f]
  In ice-9/eval.scm:
   458: 5 [#procedure b330c0 at ice-9/eval.scm:452:4 (exp) #]
  In ice-9/psyntax.scm:
  1024: 4 [chi-top-sequence ((debug-set! maxdepth 10)) () ...]
   922: 3 [scan ((debug-set! maxdepth 10)) () ...]
  1015: 2 [scan ((#(syntax-object debug-options # ...) (# # #))) () ...]
  In ice-9/boot-9.scm:
  2854: 1 [debug-options (show-file-name #t stack ...)]
  In unknown file:
 ?: 0 [debug-options-interface (show-file-name #t stack ...)]
 
  ERROR: In procedure debug-options-interface:
  ERROR: In procedure debug-options-interface: Unknown option name:
 maxdepth
  011 at 9:06 AM, Ted Creedon tcree...@easystreet.net wrote:
 
  can anyone suggest a suitable log.conf?
 
  thanks
  ted
 
 
  On Wed, Nov 9, 2011 at 8:59 AM, Ted Creedon
  tcree...@easystreet.netwrote:
 
  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 to gnucash-devel@gnucash.org.
  You can also lookup and file bug reports at http://bugzilla.gnome.org
  The last stable version was GnuCash 2.4.7
  The next stable version will be GnuCash 2.6
 
  WARNING: (gnucash import-export qif-import): `GNC-DENOM-AUTO' imported
  from both (sw_engine) and (gnucash engine)
  WARNING: (gnucash import-export qif-import):
  `gnc-build-dotgnucash-path'
  imported from both (sw_engine) and (gnucash core-utils)
  WARNING: (gnucash report report-system): `GNC-DENOM-AUTO' imported from
  both (sw_engine) and (gnucash engine)
  WARNING: (gnucash report report-system): imported module (gnucash
  app-utils) overrides core binding `N_'
  WARNING: (gnucash report report-system): imported module (gnucash
  app-utils) overrides core binding `N_'
  WARNING: (gnucash report report-system): `GNC-DENOM-AUTO' imported from
  both (sw_engine) and (gnucash engine)
  WARNING: (gnucash report report-system): imported module (gnucash
  app-utils) overrides core binding `N_'
  WARNING: (gnucash report report-system): `GNC-DENOM-AUTO' imported from
  both (sw_engine) and (gnucash engine)
  WARNING: (gnucash report report-system): imported module (gnucash
  app-utils) overrides core binding `N_'
  WARNING: (gnucash report stylesheet-plain): imported module (gnucash
  app-utils) overrides core binding `N_'
  WARNING: (gnucash report stylesheet-fancy): imported module (gnucash
  app-utils) overrides core binding `N_'
  WARNING: (gnucash report stylesheet-footer): imported module (gnucash
  app-utils) overrides core binding `N_'
  WARNING: (gnucash report stylesheet-easy): imported module (gnucash
  app-utils) overrides core binding `N_'
  WARNING: (gnucash report standard-reports daily-reports): imported
  module
  (gnucash app-utils) overrides core binding `N_'
  WARNING: (gnucash report standard-reports account-summary): imported
  module (gnucash app-utils) overrides core binding `N_'
  WARNING: (gnucash report standard-reports general-journal): imported
  module (gnucash app-utils) overrides core binding `N_'
  WARNING: (gnucash report standard-reports advanced-portfolio): imported
  module (gnucash app-utils) overrides core binding 

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=0) ?

Geert

On dinsdag 8 november 2011, Ted Creedon wrote:
  ./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 may or may not work.
  Report bugs and other problems to gnucash-devel@gnucash.org.
  You can also lookup and file bug reports at http://bugzilla.gnome.org
  The last stable version was GnuCash 2.4.7
  The next stable version will be GnuCash 2.6
  
  ;;; note: source file
  /usr/local/share/gnucash/guile-modules/gnucash/printf.scm
  ;;;   newer than compiled
  /root/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/gnucash/guile-modu
  les/gnucash/printf.scm.go ;;; note: source file
  /usr/local/share/gnucash/scm/string.scm
  ;;;   newer than compiled
  /root/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/gnucash/scm/string
  .scm.go ;;; note: source file /usr/local/share/gnucash/scm/doc.scm
  ;;;   newer than compiled
  /root/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/gnucash/scm/doc.sc
  m.go ;;; note: source file /usr/local/share/gnucash/scm/main-window.scm
  ;;;   newer than compiled
  /root/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/gnucash/scm/main-w
  indow.scm.go ;;; note: source file /usr/local/share/gnucash/scm/fin.scm
  ;;;   newer than compiled
  /root/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/gnucash/scm/fin.sc
  m.go ;;; note: source file /usr/local/share/gnucash/scm/build-config.scm
  ;;;   newer than compiled
  /root/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/gnucash/scm/build-
  config.scm.go WARNING: (gnucash import-export qif-import):
  `GNC-DENOM-AUTO' imported from both (sw_engine) and (gnucash engine)
  WARNING: (gnucash import-export qif-import): `gnc-build-dotgnucash-path'
  imported from both (sw_engine) and (gnucash core-utils)
  WARNING: (gnucash report report-system): `GNC-DENOM-AUTO' imported from
  both (sw_engine) and (gnucash engine)
  WARNING: (gnucash report report-system): imported module (gnucash
  app-utils) overrides core binding `N_'
  WARNING: (gnucash report report-system): imported module (gnucash
  app-utils) overrides core binding `N_'
  WARNING: (gnucash report report-system): `GNC-DENOM-AUTO' imported from
  both (sw_engine) and (gnucash engine)
  WARNING: (gnucash report report-system): imported module (gnucash
  app-utils) overrides core binding `N_'
  WARNING: (gnucash report report-system): `GNC-DENOM-AUTO' imported from
  both (sw_engine) and (gnucash engine)
  WARNING: (gnucash report report-system): imported module (gnucash
  app-utils) overrides core binding `N_'
  WARNING: (gnucash report stylesheet-plain): imported module (gnucash
  app-utils) overrides core binding `N_'
  WARNING: (gnucash report stylesheet-fancy): imported module (gnucash
  app-utils) overrides core binding `N_'
  WARNING: (gnucash report stylesheet-footer): imported module (gnucash
  app-utils) overrides core binding `N_'
  WARNING: (gnucash report stylesheet-easy): imported module (gnucash
  app-utils) overrides core binding `N_'
  WARNING: (gnucash report standard-reports daily-reports): imported module
  (gnucash app-utils) overrides core binding `N_'
  WARNING: (gnucash report standard-reports account-summary): imported
  module (gnucash app-utils) overrides core binding `N_'
  WARNING: (gnucash report standard-reports general-journal): imported
  module (gnucash app-utils) overrides core binding `N_'
  WARNING: (gnucash report standard-reports advanced-portfolio): imported
  module (gnucash app-utils) overrides core binding `N_'
  WARNING: (gnucash report standard-reports advanced-portfolio):
  `GNC-DENOM-AUTO' imported from both (sw_engine) and (gnucash engine)
  WARNING: (gnucash report standard-reports balance-sheet): imported module
  (gnucash app-utils) overrides core binding `N_'
  WARNING: (gnucash report standard-reports category-barchart): imported
  module (gnucash app-utils) overrides core binding `N_'
  WARNING: (gnucash report standard-reports budget-barchart): imported
  module (gnucash app-utils) overrides core binding `N_'
  WARNING: (gnucash report standard-reports price-scatter): imported module
  (gnucash app-utils) overrides core binding `N_'
  WARNING: (gnucash report standard-reports sx-summary): imported module
  (gnucash app-utils) overrides core binding `N_'
  WARNING: (gnucash report standard-reports average-balance): imported
  module (gnucash app-utils) overrides core binding `N_'
  WARNING: (gnucash report standard-reports 

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 to gnucash-devel@gnucash.org.
You can also lookup and file bug reports at http://bugzilla.gnome.org
The last stable version was GnuCash 2.4.7
The next stable version will be GnuCash 2.6

WARNING: (gnucash import-export qif-import): `GNC-DENOM-AUTO' imported from
both (sw_engine) and (gnucash engine)
WARNING: (gnucash import-export qif-import): `gnc-build-dotgnucash-path'
imported from both (sw_engine) and (gnucash core-utils)
WARNING: (gnucash report report-system): `GNC-DENOM-AUTO' imported from
both (sw_engine) and (gnucash engine)
WARNING: (gnucash report report-system): imported module (gnucash
app-utils) overrides core binding `N_'
WARNING: (gnucash report report-system): imported module (gnucash
app-utils) overrides core binding `N_'
WARNING: (gnucash report report-system): `GNC-DENOM-AUTO' imported from
both (sw_engine) and (gnucash engine)
WARNING: (gnucash report report-system): imported module (gnucash
app-utils) overrides core binding `N_'
WARNING: (gnucash report report-system): `GNC-DENOM-AUTO' imported from
both (sw_engine) and (gnucash engine)
WARNING: (gnucash report report-system): imported module (gnucash
app-utils) overrides core binding `N_'
WARNING: (gnucash report stylesheet-plain): imported module (gnucash
app-utils) overrides core binding `N_'
WARNING: (gnucash report stylesheet-fancy): imported module (gnucash
app-utils) overrides core binding `N_'
WARNING: (gnucash report stylesheet-footer): imported module (gnucash
app-utils) overrides core binding `N_'
WARNING: (gnucash report stylesheet-easy): imported module (gnucash
app-utils) overrides core binding `N_'
WARNING: (gnucash report standard-reports daily-reports): imported module
(gnucash app-utils) overrides core binding `N_'
WARNING: (gnucash report standard-reports account-summary): imported module
(gnucash app-utils) overrides core binding `N_'
WARNING: (gnucash report standard-reports general-journal): imported module
(gnucash app-utils) overrides core binding `N_'
WARNING: (gnucash report standard-reports advanced-portfolio): imported
module (gnucash app-utils) overrides core binding `N_'
WARNING: (gnucash report standard-reports advanced-portfolio):
`GNC-DENOM-AUTO' imported from both (sw_engine) and (gnucash engine)
WARNING: (gnucash report standard-reports balance-sheet): imported module
(gnucash app-utils) overrides core binding `N_'
WARNING: (gnucash report standard-reports category-barchart): imported
module (gnucash app-utils) overrides core binding `N_'
WARNING: (gnucash report standard-reports budget-barchart): imported module
(gnucash app-utils) overrides core binding `N_'
WARNING: (gnucash report standard-reports price-scatter): imported module
(gnucash app-utils) overrides core binding `N_'
WARNING: (gnucash report standard-reports sx-summary): imported module
(gnucash app-utils) overrides core binding `N_'
WARNING: (gnucash report standard-reports average-balance): imported module
(gnucash app-utils) overrides core binding `N_'
WARNING: (gnucash report standard-reports equity-statement): imported
module (gnucash app-utils) overrides core binding `N_'
WARNING: (gnucash report standard-reports transaction): imported module
(gnucash app-utils) overrides core binding `N_'
WARNING: (gnucash report standard-reports budget-flow): imported module
(gnucash app-utils) overrides core binding `N_'
WARNING: (gnucash report standard-reports account-piecharts): imported
module (gnucash app-utils) overrides core binding `N_'
WARNING: (gnucash business-utils): imported module (gnucash app-utils)
overrides core binding `N_'
WARNING: (gnucash business-utils): imported module (gnucash app-utils)
overrides core binding `N_'
WARNING: (gnucash report hello-world): imported module (gnucash app-utils)
overrides core binding `N_'
WARNING: (gnucash report view-column): imported module (gnucash app-utils)
overrides core binding `N_'
WARNING: (gnucash report welcome-to-gnucash): imported module (gnucash
app-utils) overrides core binding `N_'
WARNING: (gnucash report report-gnome): imported module (gnucash app-utils)
overrides core binding `N_'
WARNING: (gnucash report business-reports): imported module (gnucash
app-utils) overrides core binding `N_'
WARNING: (gnucash report fancy-invoice): imported module (gnucash
app-utils) overrides core binding `N_'
WARNING: (gnucash report invoice): imported module (gnucash app-utils)
overrides core binding `N_'
WARNING: (gnucash report easy-invoice): imported module (gnucash app-utils)
overrides core binding `N_'
ice-9/psyntax.scm:1326:30: In procedure chi-macro:
ice-9/psyntax.scm:1326:30: Syntax error:
unknown location: source expression failed to match any pattern in form do


On Wed, Nov 9, 2011 at 1:37 

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 relocation support was disabled at
 configure time.

 This is a development version. It may or may not work.
 Report bugs and other problems to gnucash-devel@gnucash.org.
 You can also lookup and file bug reports at http://bugzilla.gnome.org
 The last stable version was GnuCash 2.4.7
 The next stable version will be GnuCash 2.6

 WARNING: (gnucash import-export qif-import): `GNC-DENOM-AUTO' imported
 from both (sw_engine) and (gnucash engine)
 WARNING: (gnucash import-export qif-import): `gnc-build-dotgnucash-path'
 imported from both (sw_engine) and (gnucash core-utils)
 WARNING: (gnucash report report-system): `GNC-DENOM-AUTO' imported from
 both (sw_engine) and (gnucash engine)
 WARNING: (gnucash report report-system): imported module (gnucash
 app-utils) overrides core binding `N_'
 WARNING: (gnucash report report-system): imported module (gnucash
 app-utils) overrides core binding `N_'
 WARNING: (gnucash report report-system): `GNC-DENOM-AUTO' imported from
 both (sw_engine) and (gnucash engine)
 WARNING: (gnucash report report-system): imported module (gnucash
 app-utils) overrides core binding `N_'
 WARNING: (gnucash report report-system): `GNC-DENOM-AUTO' imported from
 both (sw_engine) and (gnucash engine)
 WARNING: (gnucash report report-system): imported module (gnucash
 app-utils) overrides core binding `N_'
 WARNING: (gnucash report stylesheet-plain): imported module (gnucash
 app-utils) overrides core binding `N_'
 WARNING: (gnucash report stylesheet-fancy): imported module (gnucash
 app-utils) overrides core binding `N_'
 WARNING: (gnucash report stylesheet-footer): imported module (gnucash
 app-utils) overrides core binding `N_'
 WARNING: (gnucash report stylesheet-easy): imported module (gnucash
 app-utils) overrides core binding `N_'
 WARNING: (gnucash report standard-reports daily-reports): imported module
 (gnucash app-utils) overrides core binding `N_'
 WARNING: (gnucash report standard-reports account-summary): imported
 module (gnucash app-utils) overrides core binding `N_'
 WARNING: (gnucash report standard-reports general-journal): imported
 module (gnucash app-utils) overrides core binding `N_'
 WARNING: (gnucash report standard-reports advanced-portfolio): imported
 module (gnucash app-utils) overrides core binding `N_'
 WARNING: (gnucash report standard-reports advanced-portfolio):
 `GNC-DENOM-AUTO' imported from both (sw_engine) and (gnucash engine)
 WARNING: (gnucash report standard-reports balance-sheet): imported module
 (gnucash app-utils) overrides core binding `N_'
 WARNING: (gnucash report standard-reports category-barchart): imported
 module (gnucash app-utils) overrides core binding `N_'
 WARNING: (gnucash report standard-reports budget-barchart): imported
 module (gnucash app-utils) overrides core binding `N_'
 WARNING: (gnucash report standard-reports price-scatter): imported module
 (gnucash app-utils) overrides core binding `N_'
 WARNING: (gnucash report standard-reports sx-summary): imported module
 (gnucash app-utils) overrides core binding `N_'
 WARNING: (gnucash report standard-reports average-balance): imported
 module (gnucash app-utils) overrides core binding `N_'
 WARNING: (gnucash report standard-reports equity-statement): imported
 module (gnucash app-utils) overrides core binding `N_'
 WARNING: (gnucash report standard-reports transaction): imported module
 (gnucash app-utils) overrides core binding `N_'
 WARNING: (gnucash report standard-reports budget-flow): imported module
 (gnucash app-utils) overrides core binding `N_'
 WARNING: (gnucash report standard-reports account-piecharts): imported
 module (gnucash app-utils) overrides core binding `N_'
 WARNING: (gnucash business-utils): imported module (gnucash app-utils)
 overrides core binding `N_'
 WARNING: (gnucash business-utils): imported module (gnucash app-utils)
 overrides core binding `N_'
 WARNING: (gnucash report hello-world): imported module (gnucash app-utils)
 overrides core binding `N_'
 WARNING: (gnucash report view-column): imported module (gnucash app-utils)
 overrides core binding `N_'
 WARNING: (gnucash report welcome-to-gnucash): imported module (gnucash
 app-utils) overrides core binding `N_'
 WARNING: (gnucash report report-gnome): imported module (gnucash
 app-utils) overrides core binding `N_'
 WARNING: (gnucash report business-reports): imported module (gnucash
 app-utils) overrides core binding `N_'
 WARNING: (gnucash report fancy-invoice): imported module (gnucash
 app-utils) overrides core binding `N_'
 WARNING: (gnucash report invoice): imported module (gnucash app-utils)
 overrides core binding `N_'
 WARNING: (gnucash report easy-invoice): imported module (gnucash
 app-utils) overrides 

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...@easystreet.net
 Aan: Geert Janssens janssens-ge...@telenet.be
 
 ran the perl script to update
 
 gnucash compiles: configure --disable-error-on-warning
 but fails 3 checks included file check.txt
 
I would expect that. Nothing has been done yet to fix this.

 configure by itself doesn't make - I think this is the gcc 4.6.x problem
 
This confuses me. What do you mean here ?

 gnucash runs and does a flash  crash see run.txt
 
Ok. First problem I see is that gnucash still sets maxdepth debug option. From 
the guile 2 documentation I gather this one is no longer available.

I have just pushed a fix for this one to git.

Next, try to run with GUILE_AUTO_COMPILE=0, like
$ GUILE_AUTO_COMPILE=0 gnucash

And lastly (though not really related to these problems): you probably 
shouldn't run gnucash as root.

Geert
___
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
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' is deprecated (declared at
/usr/include/guile/2.0/libguile/gc.h:268) [-Werror=deprecated-declarations]
swig-core-utils.c: In function '_wrap_gnc_scm_log_warn':
swig-core-utils.c:1411:3: error: 'scm_must_free' is deprecated (declared at
/usr/include/guile/2.0/libguile/gc.h:268) [-Werror=deprecated-declarations]
swig-core-utils.c: In function '_wrap_gnc_scm_log_error':
swig-core-utils.c:1433:3: error: 'scm_must_free' is deprecated (declared at
/usr/include/guile/2.0/libguile/gc.h:268) [-Werror=deprecated-declarations]
swig-core-utils.c: In function '_wrap_gnc_scm_log_msg':
swig-core-utils.c:1455:3: error: 'scm_must_free' is deprecated (declared at
/usr/include/guile/2.0/libguile/gc.h:268) [-Werror=deprecated-declarations]
swig-core-utils.c: In function '_wrap_gnc_scm_log_debug':
swig-core-utils.c:1477:3: error: 'scm_must_free' is deprecated (declared at
/usr/include/guile/2.0/libguile/gc.h:268) [-Werror=deprecated-declarations]
swig-core-utils.c: In function '_wrap_gnc_utf8_strip_invalid_strdup':
swig-core-utils.c:1500:5: error: 'scm_makfrom0str' is deprecated (declared
at /usr/include/guile/2.0/libguile/deprecated.h:724)
[-Werror=deprecated-declarations]
swig-core-utils.c:1502:7: error: 'scm_makstr' is deprecated (declared at
/usr/include/guile/2.0/libguile/deprecated.h:124)
[-Werror=deprecated-declarations]
swig-core-utils.c:1505:3: error: 'scm_must_free' is deprecated (declared at
/usr/include/guile/2.0/libguile/gc.h:268) [-Werror=deprecated-declarations]
swig-core-utils.c: In function '_wrap_gnc_locale_from_utf8':
swig-core-utils.c:1529:5: error: 'scm_makfrom0str' is deprecated (declared
at /usr/include/guile/2.0/libguile/deprecated.h:724)
[-Werror=deprecated-declarations]
swig-core-utils.c:1531:7: error: 'scm_makstr' is deprecated (declared at
/usr/include/guile/2.0/libguile/deprecated.h:124)
[-Werror=deprecated-declarations]
swig-core-utils.c:1534:3: error: 'scm_must_free' is deprecated (declared at
/usr/include/guile/2.0/libguile/gc.h:268) [-Werror=deprecated-declarations]
swig-core-utils.c: In function '_wrap_gnc_locale_to_utf8':
swig-core-utils.c:1558:5: error: 'scm_makfrom0str' is deprecated (declared
at /usr/include/guile/2.0/libguile/deprecated.h:724)
[-Werror=deprecated-declarations]
swig-core-utils.c:1560:7: error: 'scm_makstr' is deprecated (declared at
/usr/include/guile/2.0/libguile/deprecated.h:124)
[-Werror=deprecated-declarations]
swig-core-utils.c:1563:3: error: 'scm_must_free' is deprecated (declared at
/usr/include/guile/2.0/libguile/gc.h:268) [-Werror=deprecated-declarations]
swig-core-utils.c: In function '_wrap_gnc_locale_default_iso_currency_code':
swig-core-utils.c:1581:5: error: 'scm_makfrom0str' is deprecated (declared
at /usr/include/guile/2.0/libguile/deprecated.h:724)
[-Werror=deprecated-declarations]
swig-core-utils.c:1583:7: error: 'scm_makstr' is deprecated (declared at
/usr/include/guile/2.0/libguile/deprecated.h:124)
[-Werror=deprecated-declarations]
swig-core-utils.c: In function '_wrap_gncsutf8q___':
swig-core-utils.c:1608:3: error: 'scm_must_free' is deprecated (declared at
/usr/include/guile/2.0/libguile/gc.h:268) [-Werror=deprecated-declarations]
cc1: all warnings being treated as errors

make[5]: *** [swig-core-utils.lo] Error 1
make[5]: Leaving directory `/data/gnucash/src/core-utils'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/data/gnucash/src/core-utils'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/data/gnucash/src/core-utils'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/data/gnucash/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/data/gnucash'
make: *** [all] Error 2
___
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 version. It may or may not work.
 Report bugs and other problems to gnucash-devel@gnucash.org.
 You can also lookup and file bug reports at http://bugzilla.gnome.org
 The last stable version was GnuCash 2.4.7
 The next stable version will be GnuCash 2.6

 ;;; note: source file
 /usr/local/share/gnucash/guile-modules/gnucash/printf.scm
 ;;;   newer than compiled
 /root/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/gnucash/guile-modules/gnucash/printf.scm.go
 ;;; note: source file /usr/local/share/gnucash/scm/string.scm
 ;;;   newer than compiled
 /root/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/gnucash/scm/string.scm.go
 ;;; note: source file /usr/local/share/gnucash/scm/doc.scm
 ;;;   newer than compiled
 /root/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/gnucash/scm/doc.scm.go
 ;;; note: source file /usr/local/share/gnucash/scm/main-window.scm
 ;;;   newer than compiled
 /root/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/gnucash/scm/main-window.scm.go
 ;;; note: source file /usr/local/share/gnucash/scm/fin.scm
 ;;;   newer than compiled
 /root/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/gnucash/scm/fin.scm.go
 ;;; note: source file /usr/local/share/gnucash/scm/build-config.scm
 ;;;   newer than compiled
 /root/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/share/gnucash/scm/build-config.scm.go
 WARNING: (gnucash import-export qif-import): `GNC-DENOM-AUTO' imported
 from both (sw_engine) and (gnucash engine)
 WARNING: (gnucash import-export qif-import): `gnc-build-dotgnucash-path'
 imported from both (sw_engine) and (gnucash core-utils)
 WARNING: (gnucash report report-system): `GNC-DENOM-AUTO' imported from
 both (sw_engine) and (gnucash engine)
 WARNING: (gnucash report report-system): imported module (gnucash
 app-utils) overrides core binding `N_'
 WARNING: (gnucash report report-system): imported module (gnucash
 app-utils) overrides core binding `N_'
 WARNING: (gnucash report report-system): `GNC-DENOM-AUTO' imported from
 both (sw_engine) and (gnucash engine)
 WARNING: (gnucash report report-system): imported module (gnucash
 app-utils) overrides core binding `N_'
 WARNING: (gnucash report report-system): `GNC-DENOM-AUTO' imported from
 both (sw_engine) and (gnucash engine)
 WARNING: (gnucash report report-system): imported module (gnucash
 app-utils) overrides core binding `N_'
 WARNING: (gnucash report stylesheet-plain): imported module (gnucash
 app-utils) overrides core binding `N_'
 WARNING: (gnucash report stylesheet-fancy): imported module (gnucash
 app-utils) overrides core binding `N_'
 WARNING: (gnucash report stylesheet-footer): imported module (gnucash
 app-utils) overrides core binding `N_'
 WARNING: (gnucash report stylesheet-easy): imported module (gnucash
 app-utils) overrides core binding `N_'
 WARNING: (gnucash report standard-reports daily-reports): imported module
 (gnucash app-utils) overrides core binding `N_'
 WARNING: (gnucash report standard-reports account-summary): imported
 module (gnucash app-utils) overrides core binding `N_'
 WARNING: (gnucash report standard-reports general-journal): imported
 module (gnucash app-utils) overrides core binding `N_'
 WARNING: (gnucash report standard-reports advanced-portfolio): imported
 module (gnucash app-utils) overrides core binding `N_'
 WARNING: (gnucash report standard-reports advanced-portfolio):
 `GNC-DENOM-AUTO' imported from both (sw_engine) and (gnucash engine)
 WARNING: (gnucash report standard-reports balance-sheet): imported module
 (gnucash app-utils) overrides core binding `N_'
 WARNING: (gnucash report standard-reports category-barchart): imported
 module (gnucash app-utils) overrides core binding `N_'
 WARNING: (gnucash report standard-reports budget-barchart): imported
 module (gnucash app-utils) overrides core binding `N_'
 WARNING: (gnucash report standard-reports price-scatter): imported module
 (gnucash app-utils) overrides core binding `N_'
 WARNING: (gnucash report standard-reports sx-summary): imported module
 (gnucash app-utils) overrides core binding `N_'
 WARNING: (gnucash report standard-reports average-balance): imported
 module (gnucash app-utils) overrides core binding `N_'
 WARNING: (gnucash report standard-reports equity-statement): imported
 module (gnucash app-utils) overrides core binding `N_'
 WARNING: (gnucash report standard-reports transaction): imported module
 (gnucash app-utils) overrides core binding `N_'
 WARNING: (gnucash report standard-reports budget-flow): imported module
 (gnucash app-utils) overrides core binding `N_'
 WARNING: (gnucash report standard-reports account-piecharts): imported
 module (gnucash app-utils) overrides core binding `N_'
 WARNING: 

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