Opened 4 years ago
Closed 4 years ago
#61578 closed defect (fixed)
ETL: requires C++11
Reported by: | chrstphrchvz (Christopher Chavez) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.4 |
Keywords: | Cc: | ||
Port: | ETL |
Description
Build fails at least on 10.6:
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=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++11... no checking whether /usr/bin/g++-4.2 supports C++11 features with -h std=c++11... no configure: error: *** A compiler with support for C++11 language features is required.
The port should specify compiler.cxx_standard 2011
. Not sure if this should also be specified for dependents synfig
/synfigstudio
.
There is usage of depends_build
rather than depends_build-append
—would this interfere with dependencies added from compiler selection?
(I personally do not use this port.)
Change History (3)
comment:1 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
comment:2 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
comment:3 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In 0b3503e485dd3cd6edf564a1ec11ce8800a6209c/macports-ports (master):