Hi,
I am currently in the progress of bootstrapping Gentoo-alt-prefix on Mac
OS X. I'd love to help this project and possibly contribute ebuilds once
I've got it working.
However, currently I'm stuck compiling python-2.4.2 when doing the first
emerge -e world. So far I've got past all the other obstacles (libtool,
gcc-apple, popt and odcctools). I've also made sure I'm using the
gcc-apple compiler by using gcc-config and installing basesystem so that
can work.
At the moment it is failing with the following:
/Library/Gentoo/usr/lib/gcc/i686-apple-darwin8/4.0.1/include/xmmintrin.h
:35:3: error: #error "SSE instruction set not enabled"
In file included from
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.
framework/Headers/DriverServices.h:32,
from
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.
framework/Headers/CarbonCore.h:125,
from
/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h
:21,
from
/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:20,
from ./Include/pymactoolbox.h:10,
from Python/mactoolboxglue.c:27:
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.
framework/Headers/MachineExceptions.h:254: error: syntax error before
'__m128'
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.
framework/Headers/MachineExceptions.h:256: error: syntax error before
'sd'
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.
framework/Headers/MachineExceptions.h:258: error: syntax error before
'}' token
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.
framework/Headers/MachineExceptions.h:261: error: array type has
incomplete element type
Any ideas?
Thanks,
Miles Wu