On Apr 25, 2005, at 3:22 PM, shree wrote:
following that instruction i get
In file included from format/quicktimeapple.c.fcs:29: base/grid.h.fcs:526: warning: declaration does not declare anything format/quicktimeapple.c.fcs:182: error: 'SeqGrabComponent' is used as a type, but is not defined as a type.
...hmm, seems I haven't updated since Feb! Anyway, it's a simple fix:
somehow an include or two got changed...change the following
Quicktime.framework #includes in /format/quicktimeapple.c:
#include <Quicktime/quicktime.h> #include <Quicktime/movies.h>
should be:
#include <Quicktime/Quicktime.h> #include <Quicktime/Movies.h>
...that should help... jamie