Opened 17 months ago

Last modified 6 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

https://build.macports.org/builders/ports-11_arm64-builder/builds/78106/steps/install-port/logs/stdio

./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)

port_algol68g_build_from_source_failure.log.bz2 (7.9 KB) - added by kwolcott 6 months ago.

Download all attachments as: .zip

Change History (2)

comment:1 Changed 6 months ago by kwolcott

Looks like I have the same issue.

Note: See TracTickets for help on using tickets.