[MacPorts] #69726: gerris @0.9.2-20131206_5: configure: error: Pointers cannot be stored in doubles on this architecture

MacPorts noreply at macports.org
Fri Apr 12 07:04:45 UTC 2024


#69726: gerris @0.9.2-20131206_5: configure: error:  Pointers cannot be stored in
doubles on this architecture
--------------------------+---------------------------------
 Reporter:  nilason       |      Owner:  MarcusCalhoun-Lopez
     Type:  defect        |     Status:  assigned
 Priority:  Normal        |  Milestone:
Component:  ports         |    Version:
 Keywords:  sonoma arm64  |       Port:  gerris
--------------------------+---------------------------------
 Configuration fails on macOS 14/arm64 with the message:

 {{{
 checking whether pointers can be stored in doubles... no
 configure: error:
 *** Pointers cannot be stored in doubles on this architecture.
 }}}


 The configure testing code that fails:
 {{{
 main () {
   if (sizeof (void *) > sizeof (double))
     return 1;
   return 0;
 }
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/69726>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list