runtime.c:483:40: error: ‘NSIG’ undeclared here (not in a function) static C_TLS int signal_mapping_table[ NSIG ]; ^ In file included from runtime.c:29:0: runtime.c: In function ‘C_decode_seconds’: runtime.c:11541:15: error: ‘struct tm’ has no member named ‘tm_gmtoff’ C_fix(-tmt->tm_gmtoff) ^ chicken.h:1037:56: note: in definition of macro ‘C_fix’ #define C_fix(n) ((C_word)((C_uword)(n) << C_FIXNUM_SHIFT) | C_FIXNUM_BIT) ^ library.c: In function ‘f_30034’: library.c:55704:29: error: ‘C_INSTALL_SHARE_HOME’ undeclared (first use in this function) av2[2]=C_mpointer(&a,(void*)C_INSTALL_SHARE_HOME); ^ library.c:55704:29: note: each undeclared identifier is reported only once for each function it appears in library.c: In function ‘f_30037’: library.c:55735:29: error: ‘C_INSTALL_SHARE_HOME’ undeclared (first use in this function) av2[2]=C_mpointer(&a,(void*)C_INSTALL_SHARE_HOME); ^ library.c: In function ‘f_30558’: library.c:57288:29: error: ‘C_INSTALL_EGG_HOME’ undeclared (first use in this function) av2[2]=C_mpointer(&a,(void*)C_INSTALL_EGG_HOME); ^ library.c: In function ‘f_30620’: library.c:57442:29: error: ‘C_INSTALL_EGG_HOME’ undeclared (first use in this function) av2[2]=C_mpointer(&a,(void*)C_INSTALL_EGG_HOME);