Bug 432898 - missing cstring include in CharScanner.hpp
Summary: missing cstring include in CharScanner.hpp
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: antlr
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Deepak Bhole
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 434077
TreeView+ depends on / blocked
 
Reported: 2008-02-14 22:58 UTC by Patrice Dumas
Modified: 2008-02-28 00:40 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-02-28 00:40:22 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Patrice Dumas 2008-02-14 22:58:34 UTC
Description of problem:

CharScanner.hpp uses strcasecmp so should 
#include <cstring>

In file included from ncoLexer.hpp:11,
                 from ncoLexer.cpp:3:
/usr/include/antlr/CharScanner.hpp: In member function 'bool
antlr::CharScannerLiteralsLess::operator()(const std::string&, const
std::string&) const':
/usr/include/antlr/CharScanner.hpp:565: error: 'strcasecmp' was not declared in
this scope

Maybe it is fixed in a newer version?

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Deepak Bhole 2008-02-28 00:40:22 UTC
Fixed in rawhide.


Note You need to log in before you can comment on or make changes to this bug.