On 03/17/2010 07:48 PM, Marcelo Acuña wrote:
Ok. But, previous to ./configure I run make clean and
get same error.
Maybe not everything is cleaned.

Please manually remove the following *_moc.cpp files:
src/support/SignalSlotPrivate_moc.cpp
Src/frontends/qt4/Action_moc.cpp
Src/frontends/qt4/BulletsModule_moc.cpp
Src/frontends/qt4/CustomizedWidgets_moc.cpp
Src/frontends/qt4/EmptyTable_moc.cpp
...... Etc.

And all other files ending with _moc.cpp in the
src/frontends/qt4/ directory.

If you open one of these files you'll see the following:

#error "This file was generated using the moc from 4.5.1.
It"
#error "cannot be used with the include files from this
version of Qt."
#error "(The moc has changed too much.)"

Which is probably the error message you get.

Vincent
Yes! This is the error message.

Try make clean && make distclean, or even try a fresh checkout.

rh

Reply via email to