[Bf-committers] QuickTime on OS X

Stefan Gartner bf-committers@blender.org
Wed, 30 Apr 2003 16:48:35 +0200


On Wednesday 30 April 2003 16:13, Douglas Bischoff wrote:
> Hello, all:
>
> Compiling for OS X 10.2.5 with --enable-quicktime=yes, I get the
> following error using autoconf
> ----
> In file included from
> /System/Library/Frameworks/CoreServices.framework/Frameworks/
> CarbonCore.framework/Headers/CarbonCore.h:218,
>                   from
> /System/Library/Frameworks/CoreServices.framework/Headers/
> CoreServices.h:21,
>                   from
> /System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:20,
>                   from
> /System/Library/Frameworks/Quicktime.framework/Headers/Movies.h:20,
>                   from
> ../../../../blender/source/blender/src/usiblender.c:125:
> /System/Library/Frameworks/CoreServices.framework/Frameworks/
> CarbonCore.framework/Headers/AIFF.h:78: conflicting types for `ID'
> ../../../../blender/source/blender/makesdna/DNA_ID.h:66: previous
> declaration of `ID'
> make[4]: *** [usiblender.lo] Error 1
> ----
>
> Looks like a duplicate symbol definition? Or perhaps just a header
> called twice?

While trying to enable quicktime support using the original makefiles I got 
the same error (but in creator.c). For some strange reason, it doesn't happen 
using autoconf here. Unfortunately, I have no idea yet what's causing it.

>
> Any help appreciated.
>
> -Bischofftep

sgefant