> > inside lyx tree:
> > find . -name '*moc*' | xargs rm 
 
> > Before compiler error I found only one *moc*.
> > I run make clean and is deleted.
> > I run configure and make produces the error
>again.
 
 > In case you compiled Qt by yourself and you also have
 > the system Qt installed,
 > then, most probably, the wrong moc is being picked up
 > by the configure script.
 > Supposing that you installed Qt in /usr/local/qt, try
 > the following:
 > $ cd /usr/local/qt/bin
 > $ ln -s moc moc-qt4
 > $ ln -s uic uic-qt4
 > and then try to configure again. If I guessed right,
 > it should now work.
  
  Thanks Enrico. This solved the problem.
  I gave a look to output of the configure and I noticed
 that also it find for
 
  rcc-qt4
 
  without finding it.
  It will be necessary to also make a link to that file?
 Marcelo
 



      Yahoo! Cocina

Encontra las mejores recetas con Yahoo! Cocina.


http://ar.mujer.yahoo.com/cocina/

Reply via email to