Re: slib with guile 1.9.7

2010-02-14 Thread Andy Wingo
Hi Aubrey,

On Sat 13 Feb 2010 20:38, Aubrey Jaffer a...@alum.mit.edu writes:

 During the compilation there was a warning:

   ;;; WARNING: compilation of /usr/local/src/guile-1.9.7/meta/guile-tools 
 failed:
   ;;; key misc-error, throw_args (dynamic-link file: ~S, message: ~S 
 (libguile-srfi-srfi-1-v-4 file not found) #f)

Yes, this is a bug in our build system; usually harmless. I'll fix it
soon.

 Now its stuck (over 17.min) on:

   GUILE_AUTO_COMPILE=0\
 ../meta/uninstalled-env   \
 guile-tools compile -Wunbound-variable -Warity-mismatch -o 
 ice-9/boot-9.go ice-9/boot-9.scm

 Then my computer shut down because the CPU overheated!

!!!

Often compiling these first couple files takes some time, but not
usually that long. (For example, on this laptop, compiling psyntax-pp
takes about 4 minutes, then successively less for subsequent files,
eventually ending up at a fraction of a second per file.)

Out of curiousity, what OS and architecture are you running?

Other than that, I can say that we'd like to speed up the bootstrap, but
for now I'll have to apologize for this, um, behavior.

Happy hacking?

Andy
-- 
http://wingolog.org/




make-glil-local ?

2010-02-14 Thread Thien-Thi Nguyen
There was a warning in about possibly undefined `make-glil-local'
in module/language/glil/decompile-assembly.scm and indeed i can't
find that symbol anywhere...

(This is from a make clean ; make, but i unfortunately deleted
the *Compilation* buffer.)

thi




libguile/read.c warning

2010-02-14 Thread Thien-Thi Nguyen
../../GG/libguile/read.c: In function 'scm_read_expression':
../../GG/libguile/read.c:893: warning: 'charname' may be used uninitialized in 
this function