[Bf-committers] OSX intel Libs

Davide Vercelli davide.vercelli at gmail.com
Fri Oct 27 01:34:29 CEST 2006


On 10/27/06, trip somewhere <trip0o at gmail.com> wrote:
[...]
> Compiling ==> 'geom.c'
> cc1: error: invalid option 'powerpc'
> extern/qhull/src/geom.c:1: error: bad value (G4) for -mtune= switch
> scons: *** [/Users/mushy/Desktop/blenderr/bf-blender/build/darwin/extern/qhull/src/geom.o]
> Error 1
> scons: building terminated because of errors.

Wow, good timing! Had exactly the same problem some 20 mins ago. The
point is that many Sconstruct files in extern add '-mpowerpc' ,
'-mtune=G4' as compilation flags, which is not the case for intel
macs. Just removing them allows you to compile fine. Has nothing to do
with python 2.5.

UncleZeiv


More information about the Bf-committers mailing list