I'm seeing this failure on i386 and amd64:

cmd_rtl.c:1449: error: 'NAN_COMPARISON_OKAY' undeclared (first use in this 
function)
cmd_rtl.c:1449: error: (Each undeclared identifier is reported only once
cmd_rtl.c:1449: error: for each function it appears in.)
cmd_rtl.c:1475: error: 'POW_OF_NAN_OKAY' undeclared (first use in this function)
cmd_rtl.c:1475: error: 'POW_OF_ZERO_OKAY' undeclared (first use in this 
function)
cmd_rtl.c:1475: error: 'POW_OF_ONE_OKAY' undeclared (first use in this function)
cmd_rtl.c:1475: error: 'POW_EXP_NAN_OKAY' undeclared (first use in this 
function)
cmd_rtl.c:1475: error: 'POW_EXP_MINUS_INFINITY_OKAY' undeclared (first use in 
this function)

Any clues?

There are also a *huge* number of compiler warnings.

$ grep -cc warning: lang/seed7.log
782

Common ones:

warning: passing argument 1 of '__isnanf' as 'float' rather than 'double' due 
to prototype
(and lots more in various functions)
warning: passing argument 2 of 'chmod' as unsigned due to prototype
warning: integer constant is too large for 'long' type

Reply via email to