Compile-Error
Martin Piskernig
martin.piskernig at stuwo.at
Thu Jun 3 21:58:50 BST 1999
Am Thu, 03 Jun 1999 schrieben Sie:
> Hi!
>
> I got this error while compiling the newest snap-shot:
>
> Making all in classparser
> make[3]: Entering directory `/home/ingo/kdevelop/kdevelop/classparser'
> flex -+ tokenizer.l && mv lex.yy.cc tokenizer.cc
> g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/kde/include
> -I/usr/lib/qt/include -I/usr/X11R6/include -O2 -Wall -c tokenizer.cc
> tokenizer.cc:237: FlexLexer.h: No such file or directory
It seems that you didn´t install the flex includes correctly. The easiest
solution is to just get the flex sources and compile it yourself.
> make[3]: *** [tokenizer.o] Error 1
> make[3]: Leaving directory `/home/ingo/kdevelop/kdevelop/classparser'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/home/ingo/kdevelop/kdevelop'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/ingo/kdevelop'
> make: *** [all-recursive-am] Error 2
>
>
> Greetings, Ingo
More information about the KDevelop
mailing list