On Wednesday 10 April 2002 21:45, Zdenek Kabelac wrote:
> Hmm are you sure you have actuall CVS version ?

I hope so, I just checked it out 1h10m ago.

> > int, const QMetaEnum *, int, const QClassInfo *, int)
> > audc_p.moc:69: no matching function for call to
> > `QMetaObject::set_slot_access (QMetaData::Access *&)'
>
> Do you have  proper  'moc' file installed with your Qt installation ?
> Are you mixing Qt2.3 moc & Qt3.0 libs or something like that ?

Hmmm, just checked it and from the error I got when compiling, it seems it's 
using moc2.

make[1]: Entering directory 
`/usr/local/cvs_avifile-10-4-2002/avifile-0.6/libavqt'
/usr/bin/moc2 ./audc_p.h -o audc_p.moc

from my /usr/bin :
moc -> ../lib/qt3/bin/moc
moc2 -> ../lib/qt-2.3.2/bin/moc
moc3 -> moc

I've changed the following lines of the Makefile 
(libavqt,player,qtrecompress,qtvidcap) 
MOC = /usr/bin/moc2
to
MOC = /usr/bin/moc

Now it works.

regards,
Marcel Janssen




_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to