[Bug 50302] Compile error with 20021106 CVS
Caleb Tennis
caleb at aei-tech.com
Thu Nov 7 15:44:02 UTC 2002
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=50302
------- Additional Comments From caleb at aei-tech.com 2002-11-07 15:43 -------
To get rid of the warnings, I change my FlexLexer.h line 47 to: #include <iostream> instead of
#include <iostream.h>
To get rid of the errors, you'll need to include a:
using namespace std; somewhere. I put mine in FlexLexer.h, but I'll investigate and see if I
can't get that in cvs somehow.
I also commented out the extern "C" lines in FlexLexer.h
More information about the KDevelop-devel
mailing list