On Thu, Nov 1, 2012 at 11:53 PM, Christian Calderon
<calderon.christian...@gmail.com> wrote:
> I have asked about this before, but back then I knew nothing about building
> anything from source. This time I have a little more experience, so maybe I
> can better describe what's going on?
> If I run ./configure with no options, it configures fine, and I can make and
> make install with only sqlite messing up (which I don't even care about).
> This is good, but the only reason I want to build from source is to have a
> 64-bit version of python that can use more of my ram for an image
> manipulation project I am working on. but when I try
> ./configure --enable-universalsdk --with-universal-archs=64-bit
> the configure fails when it is checking the size of different types. This
> also fails with 'all'  or 3-way as the arch type This is the output right
> before the configure fails
>
> checking size of int... 0
> checking size of long... 0
> checking size of void *... 0
> checking size of short... 0
> checking size of float... 0
> checking size of double... 0
> checking size of fpos_t... 0
> checking size of size_t... configure: error: in
> `/Users/Administrator/Downloads/Python-2.7.3':
> configure: error: cannot compute sizeof (size_t)
> See `config.log' for more details

And what did config.log say?

Cheers,
Chris
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG

Reply via email to