parts/cppsupport/tokenizer.cpp

Bernd Gehrmann bernd at physik.hu-berlin.de
Sun Apr 22 15:23:01 UTC 2001


On Thu, 12 Apr 2001, Lorenzo Delana wrote:

> 
> compiling kdevelop from cvs... with gcc-3.0 results error in redefinition of 
> istream or conflicts in general...
> 
> solve this with:
> 
> //class istream;
> #include <iostream>
> using namespace std;
> 
> at line 25 of the tokenizer.cpp code.

tokenizer.cpp is generated from tokenizer.l 
Is the lex we use not up to date with standard C++?

Bernd.


-
to unsubscribe from this list send an email to kdevelop-devel-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop-devel mailing list