Changes between Initial Version and Version 1 of Ticket #41065


Ignore:
Timestamp:
Oct 31, 2013, 12:33:59 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Already fixed. Duplicate of #40856.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41065

    • Property Status changed from new to closed
    • Property Cc mww@… added; ryandesign@… removed
    • Property Summary changed from Failure to build ragel under OSX 10.9 to ragel: use of undeclared identifier 'setiosflags'; did you mean 'std::setiosflags'?
    • Property Keywords mavericks added
    • Property Resolution changed from to duplicate
  • Ticket #41065 – Description

    initial v1  
    33The ragel port fails to build under OSX 10.9 (Mavericks) and Xcode 5.0.1 with the following error
    44
     5{{{
    56:info:build javacodegen.cpp:1187:20: error: use of undeclared identifier 'setiosflags'; did you mean 'std::setiosflags'?
    67:info:build         out << setw(5) << setiosflags(ios::right) << item;
     8}}}
    79
    810Log attached