bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Missing declaration of `scm_debug_check_freelist'


From: Martin Grabmueller
Subject: Missing declaration of `scm_debug_check_freelist'
Date: Sun, 11 Mar 2001 12:32:00 +0100

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]