#41065: ragel: use of undeclared identifier 'setiosflags'; did you mean 'std::setiosflags'? --------------------------+-------------------------------- Reporter: papachoco@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: duplicate | Keywords: mavericks Port: ragel | --------------------------+-------------------------------- Changes (by ryandesign@…): * status: new => closed * cc: ryandesign@… (removed) * cc: mww@… (added) * keywords: => mavericks * resolution: => duplicate Old description:
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
New description: 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 -- Comment: Already fixed. Duplicate of #40856. -- Ticket URL: <https://trac.macports.org/ticket/41065#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X