[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

moc.y errors with QT from cvsup



QT 2.1.0 won't play nice.  Is this possibly related to GNU yacc?  Maybe I need
to get BSD yacc?



cd src/moc; make
make[1]: Entering directory `/usr/src/kde/qt-copy/src/moc'
for d in kernel widgets tools utils dialogs; do \
        test -d $d || mkdir $d  || exit 1 ; \
done
flex moc.l
yacc -d moc.y
moc.y:625: type clash (`' `string') on default action
moc.y:714: type clash (`' `string') on default action
moc.y:715: type clash (`' `string') on default action
moc.y:716: type clash (`' `string') on default action
moc.y:893: type clash (`' `string') on default action
moc.y:894: type clash (`' `string') on default action
moc.y:1026: type clash (`' `string') on default action
moc.y:1060: type clash (`' `string') on default action
moc.y:1063: type clash (`' `string') on default action
make[1]: *** [mocgen.cpp] Error 1
make[1]: Leaving directory `/usr/src/kde/qt-copy/src/moc'

--
Andrew


Reply to: