Opened 11 years ago
Closed 11 years ago
#41065 closed defect (duplicate)
ragel: use of undeclared identifier 'setiosflags'; did you mean 'std::setiosflags'?
Reported by: | papachoco (Carlos Sanchez) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | mavericks | Cc: | mww@… |
Port: | ragel |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
Hi,
The ragel port fails to build under OSX 10.9 (Mavericks) and Xcode 5.0.1 with the following error
:info:build javacodegen.cpp:1187:20: error: use of undeclared identifier 'setiosflags'; did you mean 'std::setiosflags'? :info:build out << setw(5) << setiosflags(ios::right) << item;
Log attached
Carlos
Attachments (1)
Change History (2)
Changed 11 years ago by papachoco (Carlos Sanchez)
comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | mww@… added; ryandesign@… removed |
---|---|
Description: | modified (diff) |
Keywords: | mavericks added |
Resolution: | → duplicate |
Status: | new → closed |
Summary: | Failure to build ragel under OSX 10.9 → ragel: use of undeclared identifier 'setiosflags'; did you mean 'std::setiosflags'? |
Note: See
TracTickets for help on using
tickets.
Already fixed. Duplicate of #40856.