Opened 23 months ago
Last modified 13 months ago
#66547 new defect
algol68g @3.0.6: error: implicitly declaring library function 'finite' with type 'int (double)'
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.0 |
Keywords: | bigsur | Cc: | |
Port: | algol68g |
Description
./src/a68g/compiler.c:1187:12: error: implicitly declaring library function 'finite' with type 'int (double)' [-Werror,-Wimplicit-function-declaration] if (!finite (VALUE (&x))) { ^ ./src/a68g/compiler.c:1187:12: note: include the header <math.h> or explicitly provide a declaration for 'finite'
Attachments (1)
Change History (2)
Changed 13 months ago by kwolcott
Attachment: | port_algol68g_build_from_source_failure.log.bz2 added |
---|
comment:1 Changed 13 months ago by kwolcott
Note: See
TracTickets for help on using
tickets.
Looks like I have the same issue.