> This is what's in Makefile in the libavqt directory:
> # this is how we have to handle dependencies to .moc files
> $(srcdir)/okdialog.cpp: okdialog.moc
> $(srcdir)/codecdialog.cpp: codecdialog.moc
> 
> How can I get this fixed?

Why would you want to fix this - it's just dependency declaration.
Below are rules how the .moc files are build for .h files
and they seem to work fine everywhere (even on FreeBSD)

My guess is that you instalation of Qt is somehow incomplete
or 'moc' program used by make isn't working properly
(Check the variable  'MOC = ' in Makefile - it should contain
full path to the moc program.

Also it might be worth to post configure & make log as tgz in attachement
so I do not have to use my magic sphere here...

-- 
  .''`.    Zdenek Kabelac  kabi@{debian.org, users.sf.net, fi.muni.cz}
 : :' :          Debian GNU/Linux maintainer - www.debian.{org,cz}
 `. `'  Modern processors are the most advanced heating systems around.
   `-                                     www.tomshardware.com

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

Reply via email to