Hi folks, I'd like to give the new kde a test drive, but right now I can't even compile qt. Here is the error message I get : --8<--cut mycroft:/usr/local/temp/qt-2.1.0.19991215[0]# make cd src/moc; make make[1]: Entering directory `/usr/local/temp/qt-2.1.0.19991215/src/moc' for d in \kernel widgets tools utils dialogs; do \ test -d $d || mkdir $d || exit 1 ; \ done yacc -d moc.y rm -f mocgen.cpp mv y.tab.c mocgen.cpp g++ -c -I/usr/local/temp/qt-2.1.0.19991215/include -Wno-unused -Wno-parentheses -pipe -O2 -DQT_NO_CODECS -I../../include -I. -o mocgen.o mocgen.cpp y.tab.c: In function `int yyparse()': y.tab.c:2540: call of overloaded `yylex ()' is ambiguous lex.yy.c:1017: candidates are: int yylex() y.tab.c:2501: int yylex(...) y.tab.c:3518: call of overloaded `yylex ()' is ambiguous lex.yy.c:1017: candidates are: int yylex() y.tab.c:2501: int yylex(...) make[1]: *** [mocgen.o] Error 1 make[1]: Leaving directory `/usr/local/temp/qt-2.1.0.19991215/src/moc' make: *** [moc] Error 2 mycroft:/usr/local/temp/qt-2.1.0.19991215[2]# --8=--cut My setup : Debian potato yacc-1.9.1 I tried with the 19991215 Snapshot from a kde mirror and with a fresh rsync copy. any ideas? Jerry