Hi-

I guess according to the schedule there is another point release tomorow.

Just a couple of notes.

As it stands, we know the netbsd amd64 build will fail for reasons
discussed in 
http://lists.gnu.org/archive/html/guile-devel/2009-08/msg00213.html

Also, the netbsd build will likely fail because there is new
'condition is always true' condition in array-handle.c:103

100 SCM
101 scm_array_handle_element_type (scm_t_array_handle *h)
102 {
103   if (h->element_type < 0 || h->element_type > SCM_ARRAY_ELEMENT_TYPE_LAST)
104     abort (); /* guile programming error */
105   return scm_i_array_element_types[h->element_type];
106 }

I'd fix it myself, but, I'm away from non-work keyboard.

Thanks,

Mike


Reply via email to