[Bf-committers] Quicktime & autoconf

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


On Wednesday 30 April 2003 15:41, Meino Christian Cramer wrote:
> From: Kent Mein <mein@cs.umn.edu>
> Subject: Re: [Bf-committers] Quicktime & autoconf
> Date: Wed, 30 Apr 2003 06:12:05 -0500
>
> Hi Kent !
>
>  Thank you for your reply:
>
>  (Just to keep you and the other blenderists informed...)
>
>  After removing that line and while boostrapping I got:
>
>  [blender/] :./bootstrap
>  Running aclocal ...
>  Running autoheader ...
>  Running automake --gnu --add-missing...
>  configure.ac:13: installing `./config.guess'
>  configure.ac:13: installing `./config.sub'
>  source/blender/Makefile.am:20: required directory source/blender/quicktime
> does not exist source/blender/bpython/Makefile.am: installing `./compile'
>  source/blender/Makefile.am:20: required directory source/blender/quicktime
> does not exist

this is quite odd.. are you sure you are using a recent cvs checkout?

>
>  then mkdir newdir; cd newdir; ../blender/configure --disable-openal
>  --disable-quicktime

You shouldn't have to use --disable-quicktime, as it's disabled by default and 
--enable-quicktime only does something on OS X (I'm assuming you're using 
Linux)

sgefant