Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#57910 closed defect (fixed)

gjs @1.52.3: A compiler with support for C++11 language features is required

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version:
Keywords: mountainlion lion snowleopard leopard tiger Cc:
Port: gjs

Description

gjs needs a C++11 compiler:

checking whether /usr/bin/g++-4.2 accepts -g... (cached) yes
checking dependency style of /usr/bin/g++-4.2... (cached) gcc3
checking whether /usr/bin/g++-4.2 supports C++11 features by default... no
checking whether /usr/bin/g++-4.2 supports C++11 features with -std=gnu++11... no
checking whether /usr/bin/g++-4.2 supports C++11 features with -std=gnu++0x... no
checking whether /usr/bin/g++-4.2 supports C++11 features with -std=c++11... no
checking whether /usr/bin/g++-4.2 supports C++11 features with +std=c++11... no
checking whether /usr/bin/g++-4.2 supports C++11 features with -h std=c++11... no
checking whether /usr/bin/g++-4.2 supports C++11 features with -std=c++0x... no
checking whether /usr/bin/g++-4.2 supports C++11 features with +std=c++0x... no
checking whether /usr/bin/g++-4.2 supports C++11 features with -h std=c++0x... no
configure: error: *** A compiler with support for C++11 language features is required.
Command failed:  cd "/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_gnome_gjs/gjs/work/gjs-1.52.3" && ./configure --prefix=/opt/local --disable-profiler --disable-silent-rules --

Maybe include the cxx11 1.1 portgroup?

Change History (2)

comment:1 Changed 5 years ago by dbevans (David B. Evans)

Resolution: fixed
Status: assignedclosed

In b8aa23de056efe173b8d390fff9b08f3fede1a75/macports-ports (master):

gjs: update to version 1.52.5

Use cxx11 1.1 portgroup.

Closes: #57910.

comment:2 Changed 5 years ago by ryandesign (Ryan Carsten Schmidt)

Success! Thank you.

Note: See TracTickets for help on using tickets.