>Please execuse me for disturbing you.
>I need Your help because ander FreeBSD 4.4 while compiling 'make - j 2'
>compilator says:
>make: don't know how to make audc.moc. Stop
>*** Error code 1
>1 error
>*** Error code 1
>1 error
Hi
I had the same problem.
cd into samples/qtrecompress/ and run this script:
---------------------------------------------------------------------------
#!/bin/sh
for FILE in `ls *.h`
{
moc2 -o `basename $FILE .h`.moc $FILE
}
---------------------------------------------------------------------------
Then run 'make' again.
Hope it helps.
--
Francois
_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile