Opened 11 years ago
Closed 9 years ago
#42231 closed defect (fixed)
xtide @2.13.2_1: error: no type named 'initializer_list' in namespace 'std'
Reported by: | dbh@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | ||
Port: | xtide |
Description (last modified by larryv (Lawrence Velázquez))
Removed and cleaned, updated all outdated ports.
Did sudo port clean xtide
Latest MacPorts installed
XTide install fails, log attached.
OSX 10.6.8 iMac 24" 2009
Attachments (1)
Change History (5)
Changed 11 years ago by dbh@…
comment:1 Changed 11 years ago by larryv (Lawrence Velázquez)
Description: | modified (diff) |
---|---|
Summary: | XTide fails to build → xtide @2.13.2_1: build failure with macports-clang-3.3 |
comment:2 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | dbh@… added |
---|---|
Summary: | xtide @2.13.2_1: build failure with macports-clang-3.3 → xtide @2.13.2_1: error: no type named 'initializer_list' in namespace 'std' |
comment:3 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | dbh@… removed |
---|
You should report the problem to the developers of xtide so they can fix it.
comment:4 Changed 9 years ago by dstrubbe (David Strubbe)
Resolution: | → fixed |
---|---|
Status: | new → closed |
This was fixed for the 2.14 release of xtide:
"Replaced a preprocessor test for Visual Studio with a more general configure-time check for whether std::vector has an initializer_list constructor. This fixes the SafeVector build error on OS X Mountain Lion. Mavericks was never afflicted. Bug report credit: Dan Hinckley."
The update of the port in r144064 thus closes this problem.
Note: See
TracTickets for help on using
tickets.
Has duplicate #43356.