[MacPorts] #67268: gtk3 fails on 10.5 - missing type_traits

MacPorts noreply at macports.org
Fri Apr 21 00:33:18 UTC 2023


#67268: gtk3 fails on 10.5 - missing type_traits
-----------------------+----------------------------
  Reporter:  rmottola  |      Owner:  mascguy
      Type:  defect    |     Status:  assigned
  Priority:  Normal    |  Milestone:
 Component:  ports     |    Version:
Resolution:            |   Keywords:  leopard legacy
      Port:  gtk3      |
-----------------------+----------------------------

Comment (by kencu):

 I don't see the full the full log of your build, so I don't really know if
 the software is already setting some standard that is incorrect, etc, etc,
 etc. -- that's why we always like the log, even for seemignly trivial
 questions... because there is usually more to it.

 For this exact scenario, to see if the c++ standard is the issue, you
 would add this to the gtk3 Portfile:
 {{{
 configure.cxxflags-append -std=c++11
 }}}

 if that fixes the issue, then we know where we stand.

 Then there is a broader question to answer about whether all software that
 builds against glib2 will need to be similarly forced to such a standard,
 etc. But that can come later.

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


More information about the macports-tickets mailing list