Revision 590631
Go back to digest for 1st October 2006Other in Development Tools
Jakob Petsovits committed changes in /trunk/KDE/kdevelop/languages:
Eliminate the dependency on Flex by importing
the FlexLexer.h (normally residing in /usr/include)
into SVN (once for each Flex-based plugin),
and also the generated *_lexer.cpp files.
As a consequence, the lexers are not anymore generated
on building, so if you need to update them, you must
run flex manually.
FlexLexer.h and *_lexer.cpp are the ones from Flex 2.5.31.
If you have a newer version lying around, say, 2.5.33,
you're welcome to get the new FlexLexer.h into SVN
and regenerate the lexer files.
File Changes
Added 6 files
- /trunk/KDE/kdevelop/languages
- /csharp/parser/csharp_lexer.cpp
- /csharp/parser/FlexLexer.h
- /java/parser/FlexLexer.h
- /java/parser/java_lexer.cpp
- /ruby/parser/FlexLexer.h
- /ruby/parser/ruby_lexer.cpp
Modified 7 files
- /trunk/KDE/kdevelop/languages
- /CMakeLists.txt
- /csharp/parser/CMakeLists.txt
- /csharp/parser/csharp_lexer.h
- /java/parser/CMakeLists.txt
- /java/parser/java_lexer.h
- /ruby/parser/CMakeLists.txt
- /ruby/parser/ruby_lexer.h
13 files changed in total