PDA

View Full Version : Have I screwed beyond all hope?



PopNFresh
12-20-2003, 09:05 AM
Okay its time to show my ignorance.

I installed a new qt for the beta release.

checking for Qt... yes
>> Found version.: 3.3.0b1
>>> Headers......: /usr/local/qt/include/
>>>> Libraries...: /usr/lib/qt3/lib/
>>>>> Workable...: -*{ YES }*-
checking for Qt MOC... yes
checking for Qt UIC... yes
checking if Qt compiles without flags... no
checking for pthread_create in -lpthread... yes
setting Linux pthread compilation options



Now I am getting this error:

m_spawnshell.cpp:17:2: #error "This file was generated using the moc from 3.0.5.
It"
m_spawnshell.cpp:18:2: #error "cannot be used with the include files from this v
ersion of Qt."
m_spawnshell.cpp:19:2: #error "(The moc has changed too much.)"
make[3]: *** [m_spawnshell.o] Error 1
make[3]: Leaving directory `/seq/showeq/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/seq/showeq/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/seq/showeq'
make: *** [all] Error 2

I hope this is something really stupid on my part and easily fixed.

Thanks in advance for any and all help,
pop

Dedpoet
12-20-2003, 09:10 AM
m_spawnshell.cpp:17:2: #error "This file was generated using the moc from 3.0.5.
It"
m_spawnshell.cpp:18:2: #error "cannot be used with the include files from this v
ersion of Qt."

I'm not a programmer, but sounds to me like there is your problem. I don't think 3.3.0b1 is suppported yet, in fact, this is the first reference I've even seen to it. Back up a couple versions and see how it goes. 3.1.1 works great, and I'm pretty sure a few people are using 3.2.x these days.

That may be good information for the devs though...

Teh_Ish
12-20-2003, 10:17 AM
Originally posted by PopNFresh

m_spawnshell.cpp:17:2: #error "This file was generated using the moc from 3.0.5.
It"
m_spawnshell.cpp:18:2: #error "cannot be used with the include files from this v
ersion of Qt."
m_spawnshell.cpp:19:2: #error "(The moc has changed too much.)"


make clean && make && make install

Zaphod
12-20-2003, 10:26 AM
Originally posted by Teh_Ish
make clean && make && make install

Actually, if they changed which version of Qt they are using I would suggest:

make -f Makefile.dist && ./configure && make
su
make install


Enjoy,
Zaphod (dohpaZ)