[MacPorts] #71574: alps requires C++11: error: cinttypes: No such file or directory

MacPorts noreply at macports.org
Wed Dec 18 01:26:19 UTC 2024


#71574: alps requires C++11: error: cinttypes: No such file or directory
---------------------------+--------------------
  Reporter:  barracuda156  |      Owner:  (none)
      Type:  defect        |     Status:  new
  Priority:  Normal        |  Milestone:
 Component:  ports         |    Version:  2.10.5
Resolution:                |   Keywords:
      Port:  alps          |
---------------------------+--------------------

Comment (by ryandesign):

 The port already specifies C++11 in certain conditions:

 {{{#!tcl
 if {([c_variant_isset] && [clang_variant_isset] && ${configure.cxx_stdlib}
 eq "libc++") || (![c_variant_isset] && [string match *clang*
 ${configure.cxx}] && ${configure.cxx_stdlib} eq "libc++")} {
     compiler.cxx_standard 2011
     configure.cxxflags-append -std=c++11
 }
 }}}

 Maybe the condition is wrong or it needs to be unconditional.

-- 
Ticket URL: <https://trac.macports.org/ticket/71574#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list