Testing gnucash-gnome2 on NetBSD: autoconf problems

Thomas Klausner tk at giga.or.at
Fri Jan 13 15:06:10 EST 2006


On Thu, Jan 12, 2006 at 12:44:48PM -0500, Derek Atkins wrote:
> Odd..  We should figure out where it's coming from and remove the
> other deprecated functions.  I thought most of them were coming from
> g-wrap generated code.

The detailed warnings for them are all the same:
(You just re-exported `raise' from `(srfi srfi-34)'.)
(You just re-exported `class-name' from `(g-wrap)'.)

The complete listing is below:

FLAVOR=gnome /usr/pkg/bin/guile -c \
          "(set! %load-path (cons \"/usr/pkg/share/guile/site\" %load-path)) \
           (primitive-load \"./gw-core-utils-spec.scm\") \
           (gw:generate-wrapset \"gw-core-utils\")"
Using `export' to re-export imported bindings is deprecated.  Use `re-export' in
stead.
(You just re-exported `raise' from `(srfi srfi-34)'.)
(You just re-exported `class-name' from `(g-wrap)'.)
....
FLAVOR=gnome /usr/pkg/bin/guile -c \
  "(set! %load-path (cons \"/usr/pkg/share/guile/site\" %load-path)) \
  (primitive-load \"./gw-gnc-module-spec.scm\") \
  (gw:generate-wrapset \"gw-gnc-module\")"
Using `export' to re-export imported bindings is deprecated.  Use `re-export' in
stead.
(You just re-exported `raise' from `(srfi srfi-34)'.)
(You just re-exported `class-name' from `(g-wrap)'.)
...
FLAVOR=gnome /usr/pkg/bin/guile -c \
  "(set! %load-path (cons \"/usr/pkg/share/guile/site\" %load-path)) \
           (primitive-load \"./foo-gwrap.scm\") \
           (gw:generate-wrapset \"foo-gwrap\")"
Using `export' to re-export imported bindings is deprecated.  Use `re-export' in
stead.
(You just re-exported `raise' from `(srfi srfi-34)'.)
(You just re-exported `class-name' from `(g-wrap)'.)
...
FLAVOR=gnome /usr/pkg/bin/guile -c \
  "(set! %load-path (cons \"/usr/pkg/share/guile/site\" %load-path)) \
  (primitive-load \"./bar-gwrap.scm\") \
  (gw:generate-wrapset \"bar-gwrap\")"
Using `export' to re-export imported bindings is deprecated.  Use `re-export' in
stead.
(You just re-exported `raise' from `(srfi srfi-34)'.)
(You just re-exported `class-name' from `(g-wrap)'.)
...
FLAVOR=gnome /usr/pkg/bin/guile -c \
  "(set! %load-path (cons \"/usr/pkg/share/guile/site\" %load-path)) \
  (primitive-load \"./baz-gwrap.scm\") \
  (gw:generate-wrapset \"baz-gwrap\")"
Using `export' to re-export imported bindings is deprecated.  Use `re-export' in
stead.
(You just re-exported `raise' from `(srfi srfi-34)'.)
(You just re-exported `class-name' from `(g-wrap)'.)
...
FLAVOR=gnome /usr/pkg/bin/guile -c \
 "(set! %load-path (cons \"/usr/pkg/share/guile/site\" %load-path)) \
 (set! %load-path (cons \"/archive/cvs/gnucash-svn/src/engine\" %load-path)) \
 (primitive-load \"./gw-engine-spec.scm\") \
 (gw:generate-wrapset \"gw-engine\")"
Using `export' to re-export imported bindings is deprecated.  Use `re-export' in
stead.
(You just re-exported `raise' from `(srfi srfi-34)'.)
(You just re-exported `class-name' from `(g-wrap)'.)
FLAVOR=gnome /usr/pkg/bin/guile -c \
 "(set! %load-path (cons \"/usr/pkg/share/guile/site\" %load-path)) \
 (set! %load-path (cons \"/archive/cvs/gnucash-svn/src/engine\" %load-path)) \
 (primitive-load \"./gw-kvp-spec.scm\") \
 (gw:generate-wrapset \"gw-kvp\")"
Using `export' to re-export imported bindings is deprecated.  Use `re-export' in
stead.
(You just re-exported `raise' from `(srfi srfi-34)'.)
(You just re-exported `class-name' from `(g-wrap)'.)
...
FLAVOR=gnome /usr/pkg/bin/guile -c \
 "(set! %load-path (cons \"/usr/pkg/share/guile/site\" %load-path)) \
  (set! %load-path (cons \"/archive/cvs/gnucash-svn/src/app-utils\" %load-path))
 \
  (set! %load-path (cons \"../../src/engine\" %load-path)) \
  (primitive-load \"./gw-app-utils-spec.scm\") \
  (gw:generate-wrapset \"gw-app-utils\")"
Using `export' to re-export imported bindings is deprecated.  Use `re-export' in
stead.
(You just re-exported `raise' from `(srfi srfi-34)'.)
(You just re-exported `class-name' from `(g-wrap)'.)
...
FLAVOR=gnome /usr/pkg/bin/guile -c \
 "(set! %load-path (cons \"/usr/pkg/share/guile/site\" %load-path)) \
  (set! %load-path (cons \"/archive/cvs/gnucash-svn/src/gnome-utils\" %load-path
)) \
  (set! %load-path (cons \"../../src/engine\" %load-path)) \
  (set! %load-path (cons \"../../src/app-utils\" %load-path)) \
  (primitive-load \"./gw-gnome-utils-spec.scm\") \
  (gw:generate-wrapset \"gw-gnome-utils\")"
Using `export' to re-export imported bindings is deprecated.  Use `re-export' in
stead.
(You just re-exported `raise' from `(srfi srfi-34)'.)
(You just re-exported `class-name' from `(g-wrap)'.)
...
FLAVOR=gnome /usr/pkg/bin/guile -c \
 "(set! %load-path (cons \"/usr/pkg/share/guile/site\" %load-path)) \
  (set! %load-path (cons \"/archive/cvs/gnucash-svn/src/report/report-gnome\" %l
oad-path)) \
  (set! %load-path (cons \"../../../src/engine\" %load-path)) \
  (set! %load-path (cons \"../../../src/app-utils\" %load-path)) \
  (set! %load-path (cons \"../../../src/gnome-utils\" %load-path)) \
  (set! %load-path (cons \"../../../src/gnome\" %load-path)) \
  (primitive-load \"./gw-report-gnome-spec.scm\") \
  (gw:generate-wrapset \"gw-report-gnome\")"
Using `export' to re-export imported bindings is deprecated.  Use `re-export' in
stead.
(You just re-exported `raise' from `(srfi srfi-34)'.)
(You just re-exported `class-name' from `(g-wrap)'.)
...
FLAVOR=gnome /usr/pkg/bin/guile -c \
 "(set! %load-path (cons \"/usr/pkg/share/guile/site\" %load-path)) \
  (set! %load-path (cons \"/archive/cvs/gnucash-svn/src/register/register-core\"
 %load-path)) \
  (set! %load-path (cons \"../../../src/engine\" %load-path)) \
  (primitive-load \"./gw-register-core-spec.scm\") \
  (gw:generate-wrapset \"gw-register-core\")"
Using `export' to re-export imported bindings is deprecated.  Use `re-export' in
stead.
(You just re-exported `raise' from `(srfi srfi-34)'.)
(You just re-exported `class-name' from `(g-wrap)'.)
...
FLAVOR=gnome /usr/pkg/bin/guile -c \
          "(set! %load-path (cons \"/usr/pkg/share/guile/site\" %load-path)) \
           (set! %load-path (cons \"../engine\" %load-path)) \
           (set! %load-path (cons \"../app-utils\" %load-path)) \
           (set! %load-path (cons \"../gnome-utils\" %load-path)) \
           (set! %load-path (cons \"../report/report-gnome\" %load-path)) \
           (primitive-load \"./gw-gnc-spec.scm\") \
           (gw:generate-wrapset \"gw-gnc\")"
Using `export' to re-export imported bindings is deprecated.  Use `re-export' in
stead.
(You just re-exported `raise' from `(srfi srfi-34)'.)
(You just re-exported `class-name' from `(g-wrap)'.)
...
FLAVOR=gnome /usr/pkg/bin/guile -c \
 "(set! %load-path (cons \"/usr/pkg/share/guile/site\" %load-path)) \
 (set! %load-path (cons \"/archive/cvs/gnucash-svn/src/business/business-core\"
%load-path)) \
 (set! %load-path (cons \"../../engine\" %load-path)) \
 (primitive-load \"./gw-business-core-spec.scm\") \
 (gw:generate-wrapset \"gw-business-core\")"
Using `export' to re-export imported bindings is deprecated.  Use `re-export' in
stead.
(You just re-exported `raise' from `(srfi srfi-34)'.)
(You just re-exported `class-name' from `(g-wrap)'.)
...
FLAVOR=gnome /usr/pkg/bin/guile -c \
 "(set! %load-path (cons \"/usr/pkg/share/guile/site\" %load-path)) \
 (set! %load-path (cons \"/archive/cvs/gnucash-svn/src/business/dialog-tax-table
\" %load-path)) \
 (set! %load-path (cons \"../business-core\" %load-path)) \
 (set! %load-path (cons \"../../engine\" %load-path)) \
 (set! %load-path (cons \"../../app-utils\" %load-path)) \
 (set! %load-path (cons \"../../gnome-utils\" %load-path)) \
 (primitive-load \"./gw-dialog-tax-table-spec.scm\") \
 (gw:generate-wrapset \"gw-dialog-tax-table\")"
Using `export' to re-export imported bindings is deprecated.  Use `re-export' in
stead.
(You just re-exported `raise' from `(srfi srfi-34)'.)
(You just re-exported `class-name' from `(g-wrap)'.)
...
FLAVOR=gnome /usr/pkg/bin/guile -c \
 "(set! %load-path (cons \"/usr/pkg/share/guile/site\" %load-path)) \
 (set! %load-path (cons \"/archive/cvs/gnucash-svn/src/business/business-gnome\"
 %load-path)) \
 (set! %load-path (cons \"../business-core\" %load-path)) \
 (set! %load-path (cons \"./../business-core\" %load-path)) \
 (set! %load-path (cons \"../../engine\" %load-path)) \
 (set! %load-path (cons \"../../app-utils\" %load-path)) \
 (set! %load-path (cons \"../../gnome-utils\" %load-path)) \
 (primitive-load \"./gw-business-gnome-spec.scm\") \
 (gw:generate-wrapset \"gw-business-gnome\")"
Using `export' to re-export imported bindings is deprecated.  Use `re-export' in
stead.
(You just re-exported `raise' from `(srfi srfi-34)'.)
(You just re-exported `class-name' from `(g-wrap)'.)


Cheers,
 Thomas


More information about the gnucash-devel mailing list