한창길 wrote: > Hello, > > > ----- Original Message ----- >>> From: Jean-Marc Lasgouttes <[EMAIL PROTECTED]> >>> >>> you use? It seems that the wrong version of uic is found and used. > > Yes, you are right! After I've changed uic from version 3.3.3->4.1.44 > the problem disappears. > > But I have another error and this time the problem seems to lie in the > source. The followings are error messages: > > QLMenubar_moc.cpp:15:34: private/qucomextra_p.h: No such file or directory > QLMenubar_moc.cpp:17:2: #error "This file was generated using the moc from > 3.3.3. It" > QLMenubar_moc.cpp:18:2: #error "cannot be used with the include files from > this version of Qt." > QLMenubar_moc.cpp:19:2: #error "(The moc has changed too much.)"
As said above you are using the wrong version of moc which is also a Qt tool. Use the Qt4 version and all will go well. Isn't there a way to test for that kind of stuff in the autotools so that the above problems can never happen at the first place? Abdel.
