PREV UP NEXT SCM

2.8: Problems Compiling

FILE: PROBLEM
HOW TO FIX
*.c: include file not found
Correct the status of STDC_HEADERS in `scmfig.h'

fix #include statement or add #define for system type to `scmfig.h'.

*.c: Function should return a value in ...
*.c: Parameter '...' is never used in ...
*.c: Condition is always false in ...
*.c: Unreachable code in function ...
Ignore.
scm.c: assignment between incompatible types
change SIGRETTYPE in `scm.c'.
time.c: CLK_TCK redefined
incompatablility between <stdlib.h> and <sys/types.h>. remove STDC_HEADERS in `scmfig.h'.

edit <sys/types.h> to remove incompatability.

subr.c: Possibly incorrect assignment in function lgcd
Ignore.
sys.c: statement not reached
sys.c: constant in conditional expression
ignore
sys.c: `???' undeclared, outside of functions
#undef STDC_HEADERS in `scmfig.h'.
scl.c: syntax error
#define SYSTNAME to your system type in `scl.c' (softtype)