Welcome, Guest. Please Login.
Apr 18th, 2024, 9:47pm
News:
Home Help Search Login


Pages: 1
Reply Send Topic Print
qt 3.1.1 and RTMix 0.72a
Daniel
Guest



qt 3.1.1 and RTMix 0.72a
Jul 18th, 2003, 7:24am
 
Hi!
 
I'm using qt 3.1.1. While making, the following error occours. Seems that  moc from qt 3.1.1 is not compatible with 3.0.1...
 
In file included from consolewindow.cpp:1144:
consolewindow.moc:17:2: #error "This file was generated using the moc from 3.0.5. It"
consolewindow.moc:18:2: #error "cannot be used with the include files from this
version of Qt."
consolewindow.moc:19:2: #error "(The moc has changed too much.)"
make[3]: *** [consolewindow.o] Error 1
 
 
Do you plan to update this thing?
 
Best regards and thanks for writing a good Linux Program!
 
-Daniel
Back to top
 
 
  IP Logged
Forum Admin
YaBB Administrator
*****




Posts: 232
Re: qt 3.1.1 and RTMix 0.72a
Reply #1 - Jul 22nd, 2003, 11:20am
 
Sorry it took me this long to reply. I am currently away from home and on an unreliable modem connection.
 
As far as your problem is concerned, I would suggest doing the following:
 
Untar the package and cd into the source dir
 
make distclean
 
cd rtmix/
 
check that all the *.moc* files are gone
 
cd ..
 
try ./configure
 
make
 
make install
 
If you again encounter any errors, please post them here and/or e-mail me and I will try to look at them more closely.
 
Your problem is most likely caused by the leftover .moc files whose structure might have changed between the 3.0 and 3.1 Qt versions (and this should be no problem since the .moc files are generated at compile-time), but the Qt source code should work just fine.
 
Alternately, download rpm's for your distribution. Planet CCRMA has them for RH distro, while Eastman's Turnkey and Thac's RPMS offer MDK rpms (URL's can be found in the news ticker on these forums or on the home page).
 
Hope this helps!
 
Ico
Back to top
 
 
  IP Logged
Pages: 1
Reply Send Topic Print