| 1 | -*- mode: compilation; default-directory: "/tmp/" -*-
|
|---|
| 2 | Compilation started at Wed Jun 26 22:17:55
|
|---|
| 3 |
|
|---|
| 4 | csc test.scm -O3
|
|---|
| 5 | In file included from test.c:8:
|
|---|
| 6 | test.c: In function âf_133â:
|
|---|
| 7 | test.c:110:74: error: âinfâ undeclared (first use in this function); did you mean âynfâ?
|
|---|
| 8 | 110 | if(C_truep(C_ub_i_flonum_equalp(C_flonum_magnitude(*((C_word*)lf[0]+1)),+inf.0))){
|
|---|
| 9 | | ^~~
|
|---|
| 10 | /usr/include/chicken/chicken.h:1035:38: note: in definition of macro âC_truepâ
|
|---|
| 11 | 1035 | #define C_truep(x) ((x) != C_SCHEME_FALSE)
|
|---|
| 12 | | ^
|
|---|
| 13 | /usr/include/chicken/chicken.h:1502:41: note: in expansion of macro âC_mk_boolâ
|
|---|
| 14 | 1502 | #define C_ub_i_flonum_equalp(n1, n2) C_mk_bool((n1) == (n2))
|
|---|
| 15 | | ^~~~~~~~~
|
|---|
| 16 | test.c:110:12: note: in expansion of macro âC_ub_i_flonum_equalpâ
|
|---|
| 17 | 110 | if(C_truep(C_ub_i_flonum_equalp(C_flonum_magnitude(*((C_word*)lf[0]+1)),+inf.0))){
|
|---|
| 18 | | ^~~~~~~~~~~~~~~~~~~~
|
|---|
| 19 | test.c:110:74: note: each undeclared identifier is reported only once for each function it appears in
|
|---|
| 20 | 110 | if(C_truep(C_ub_i_flonum_equalp(C_flonum_magnitude(*((C_word*)lf[0]+1)),+inf.0))){
|
|---|
| 21 | | ^~~
|
|---|
| 22 | /usr/include/chicken/chicken.h:1035:38: note: in definition of macro âC_truepâ
|
|---|
| 23 | 1035 | #define C_truep(x) ((x) != C_SCHEME_FALSE)
|
|---|
| 24 | | ^
|
|---|
| 25 | /usr/include/chicken/chicken.h:1502:41: note: in expansion of macro âC_mk_boolâ
|
|---|
| 26 | 1502 | #define C_ub_i_flonum_equalp(n1, n2) C_mk_bool((n1) == (n2))
|
|---|
| 27 | | ^~~~~~~~~
|
|---|
| 28 | test.c:110:12: note: in expansion of macro âC_ub_i_flonum_equalpâ
|
|---|
| 29 | 110 | if(C_truep(C_ub_i_flonum_equalp(C_flonum_magnitude(*((C_word*)lf[0]+1)),+inf.0))){
|
|---|
| 30 | | ^~~~~~~~~~~~~~~~~~~~
|
|---|
| 31 | test.c:110:77: error: expected â)â before numeric constant
|
|---|
| 32 | 110 | if(C_truep(C_ub_i_flonum_equalp(C_flonum_magnitude(*((C_word*)lf[0]+1)),+inf.0))){
|
|---|
| 33 | | ^~
|
|---|
| 34 | /usr/include/chicken/chicken.h:1035:38: note: in definition of macro âC_truepâ
|
|---|
| 35 | 1035 | #define C_truep(x) ((x) != C_SCHEME_FALSE)
|
|---|
| 36 | | ^
|
|---|
| 37 | /usr/include/chicken/chicken.h:1502:41: note: in expansion of macro âC_mk_boolâ
|
|---|
| 38 | 1502 | #define C_ub_i_flonum_equalp(n1, n2) C_mk_bool((n1) == (n2))
|
|---|
| 39 | | ^~~~~~~~~
|
|---|
| 40 | test.c:110:12: note: in expansion of macro âC_ub_i_flonum_equalpâ
|
|---|
| 41 | 110 | if(C_truep(C_ub_i_flonum_equalp(C_flonum_magnitude(*((C_word*)lf[0]+1)),+inf.0))){
|
|---|
| 42 | | ^~~~~~~~~~~~~~~~~~~~
|
|---|
| 43 | /usr/include/chicken/chicken.h:1502:59: note: to match this â(â
|
|---|
| 44 | 1502 | #define C_ub_i_flonum_equalp(n1, n2) C_mk_bool((n1) == (n2))
|
|---|
| 45 | | ^
|
|---|
| 46 | /usr/include/chicken/chicken.h:1035:38: note: in definition of macro âC_truepâ
|
|---|
| 47 | 1035 | #define C_truep(x) ((x) != C_SCHEME_FALSE)
|
|---|
| 48 | | ^
|
|---|
| 49 | /usr/include/chicken/chicken.h:1502:41: note: in expansion of macro âC_mk_boolâ
|
|---|
| 50 | 1502 | #define C_ub_i_flonum_equalp(n1, n2) C_mk_bool((n1) == (n2))
|
|---|
| 51 | | ^~~~~~~~~
|
|---|
| 52 | test.c:110:12: note: in expansion of macro âC_ub_i_flonum_equalpâ
|
|---|
| 53 | 110 | if(C_truep(C_ub_i_flonum_equalp(C_flonum_magnitude(*((C_word*)lf[0]+1)),+inf.0))){
|
|---|
| 54 | | ^~~~~~~~~~~~~~~~~~~~
|
|---|
| 55 | test.c:132:1: warning: ânoreturnâ function does return
|
|---|
| 56 | 132 | ((C_proc)(void*)(*((C_word*)t5+1)))(3,av2);}}}
|
|---|
| 57 | | ^
|
|---|
| 58 |
|
|---|
| 59 | Error: shell command terminated with non-zero exit status 256: 'gcc' 'test.c' -o 'test.o' -c -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -Os -fomit-frame-pointer -I/usr/include/chicken
|
|---|
| 60 |
|
|---|
| 61 | Compilation exited abnormally with code 1 at Wed Jun 26 22:17:55
|
|---|