On 1-5-2011 16:28, BH wrote: > I haven't tried compiling branch in a while, but trying today leads to > a compile error (using Qt-4.4):
This is the error: "This file was generated using the moc from 4.7.1. It cannot be used with the include files from this version of Qt. (The moc has changed too much.)" When LyX is compiled Qt will create files like: src/frontends/qt4/GuiAbout_moc.cpp. Apparently you previously compiled with version Qt 4.7.1 and the moc files are still there. Please remove them, so that they get regenerated with Qt 4.4. again. Vincent