On Mon, 2006-10-30 at 20:33 +0900, "한창길" wrote:
> Hello,
> 
> I cannot compile the recent lyx-devel with the followings are compilation 
> error messages:
> 
> make[6]: Entering directory `/home/lyx-devel/src/frontends/qt4'
> Making all in ui
> make[7]: Entering directory `/home/lyx-devel/src/frontends/qt4/ui'
> /usr/bin/uic  BiblioUi.ui -o BiblioUi.h
> uic: File generated with too recent version of Qt Designer (4.0 vs. 3.3.3)
> make[7]: *** [BiblioUi.h] 오류 1
> make[7]: Leaving directory `/home/lyx-devel/src/frontends/qt4/ui'
> make[6]: *** [all-recursive] 오류 1
> make[6]: Leaving directory `/home/lyx-devel/src/frontends/qt4'
> make[5]: *** [all] 오류 2
> make[5]: Leaving directory `/home/lyx-devel/src/frontends/qt4'
> make[4]: *** [all-recursive] 오류 1
> make[4]: Leaving directory `/home/lyx-devel/src/frontends'
> make[3]: *** [all] 오류 2
> make[3]: Leaving directory `/home/lyx-devel/src/frontends'
> make[2]: *** [all-recursive] 오류 1
> make[2]: Leaving directory `/home/lyx-devel/src'
> make[1]: *** [all] 오류 2
> make[1]: Leaving directory `/home/lyx-devel/src'
> 
> 
> What can I do?
> 
> Regards,
> 
> 
> cghan

I had a similar problem when switching qt3 -> qt4. 

If I remember correctly, you just had to delete the files in question
(i.e., BiblioUi.h and all the other .h files in frontends/qt4/ui) and
they will be regenerated, correctly. (You can verify that they are
generated files and not in SVN).

HTH Martin

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to