Hello list,

just tried a 

./configure --enable-maintainer-mode --enable-guile-debug --enable-debug-freelist 
--enable-debug-malloc

build, but it breaks:

gcc -DHAVE_CONFIG_H -I.. -I./.. -I../libltdl -g -O2 -Wall -Wmissing-prototypes 
-Wp,-MD,.deps/gc.pp -c  -fPIC -DPIC gc.c -o .libs/gc.lo
gc.c: In function `scm_gc_set_debug_check_freelist_x':
gc.c:640: `scm_debug_check_freelist' undeclared (first use in this function)
gc.c:640: (Each undeclared identifier is reported only once
gc.c:640: for each function it appears in.)
gc.c: In function `scm_debug_newcell':
gc.c:652: `scm_debug_check_freelist' undeclared (first use in this function)
gc.c: In function `scm_debug_newcell2':
gc.c:677: `scm_debug_check_freelist' undeclared (first use in this function)
make: *** [gc.lo] Error 1


I suppose it's just a 

  static int scm_debug_check_freelist = 0;

missing, but maybe someone else kows more about it.

Regards,
  'martin

_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile

Reply via email to