Opened 10 years ago

Closed 10 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)

main.log (26.8 KB) - added by papachoco (Carlos Sanchez) 10 years ago.

Download all attachments as: .zip

Change History (2)

Changed 10 years ago by papachoco (Carlos Sanchez)

Attachment: main.log added

comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: mww@… added; ryandesign@… removed
Description: modified (diff)
Keywords: mavericks added
Resolution: duplicate
Status: newclosed
Summary: Failure to build ragel under OSX 10.9ragel: use of undeclared identifier 'setiosflags'; did you mean 'std::setiosflags'?

Already fixed. Duplicate of #40856.

Note: See TracTickets for help on using tickets.