On Tuesday 19 June 2001 19:52, Stephan Johach wrote: > Hi all! > > Today I updated qt-copy from cvs. Unfortunately it does'nt compile > anymore. I did a make clean ./configure .... (as many times before) > > ----------- konsole output --------------------- > > hunsum@wormsalt:/test/KDE2/cvsroot/qt-copy > make > make[1]: Entering directory `/test/KDE2/cvsroot/qt-copy' > cd src/moc; make > make[2]: Entering directory `/test/KDE2/cvsroot/qt-copy/src/moc' > g++ -c -I/test/KDE2/cvsroot/qt-copy/include -Wno-unused > -Wno-parentheses -pipe -O2 -DQT_NO_CODECS -DQT_LITE_UNICODE > -I../../include -I../tools -I. -o mocgen.o mocgen.cpp > mocgen.cpp:1: parse error before `<' I'd say, you have modified the file mocgen.cpp and the update created a conflict. cvs inserts somthing like <<<< 1.1 bla ======= fasel >>>> mocgen.cpp to denote that a conflict needs to be cleaned up by user interaction. in that case, remove mocgen.cpp und cvs up again. regards, Matze >> Visit http://master.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<