make clean error

Tim Wunder tim@thewunders.org
Wed, 07 Aug 2002 08:39:44 -0400


Not a big deal, but when I do a 'make clean' after a 'make clean', I get this error:
FLAVOR=gnome guile -c \
 "(set! %load-path (cons \"/usr/share/guile\" %load-path)) \
 (set! %load-path (cons \"/home/dad/gnc_cvs/gnucash/src/business/business-gnome\" %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\")"
ERROR: no such module (g-wrapped gw-business-core-spec)
make[3]: *** [gw-business-gnome.scm] Error 2
make[3]: Leaving directory `/home/dad/gnc_cvs/gnucash/src/business/business-gnome'
make[2]: *** [clean-recursive] Error 1
make[2]: Leaving directory `/home/dad/gnc_cvs/gnucash/src/business'
make[1]: *** [clean-recursive] Error 1
make[1]: Leaving directory `/home/dad/gnc_cvs/gnucash/src'
make: *** [clean-recursive] Error 1

The first 'make clean' works beautifully. 
Now, why would I run 'make clean' if I'd already run it? Age...

Regards, 
Tim