Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Python link errors

Received: by 10.101.175.30 with SMTP id c30mr9155553anp.24.1259199804439;
        Wed, 25 Nov 2009 17:43:24 -0800 (PST)
Received: by 10.101.175.30 with SMTP id c30mr9155550anp.24.1259199804413;
        Wed, 25 Nov 2009 17:43:24 -0800 (PST)
Return-Path: <zpetko...@acm.org>
Received: from eastrmmtao107.cox.net (eastrmmtao107.cox.net [68.230.240.59])
        by gmr-mx.google.com with ESMTP id 18si21178yxe.12.2009.11.25.17.43.24;
        Wed, 25 Nov 2009 17:43:24 -0800 (PST)
Received-SPF: softfail (google.com: domain of transitioning zpetko...@acm.org does not designate 68.230.240.59 as permitted sender) client-ip=68.230.240.59;
Authentication-Results: gmr-mx.google.com; spf=softfail (google.com: domain of transitioning zpetko...@acm.org does not designate 68.230.240.59 as permitted sender) smtp.mail=zpetko...@acm.org
Received: from eastrmimpo03.cox.net ([68.1.16.126])
          by eastrmmtao107.cox.net
          (InterMail vM.8.00.01.00 201-2244-105-20090324) with ESMTP
          id <20091126014324.XZGB19505.eastrmmtao107.cox....@eastrmimpo03.cox.net>
          for <vim_mac@googlegroups.com>; Wed, 25 Nov 2009 20:43:24 -0500
Received: from petkovic.homeip.net ([70.177.190.116])
	by eastrmimpo03.cox.net with bizsmtp
	id 9djP1d0062X7qdy02djP4L; Wed, 25 Nov 2009 20:43:24 -0500
X-VR-Score: -100.00
X-Authority-Analysis: v=1.0 c=1 a=8AHkEIZyAAAA:8 a=AzKA_vG-4rUrK1k48D4A:9
 a=6uB8530_0Bhdt-bk2Rge7alfJG8A:4 a=MW5KRFN81hoA:10
X-CM-Score: 0.00
Received: from [192.168.2.100] ([192.168.1.32])
	(authenticated bits=0)
	by petkovic.homeip.net (8.13.8/8.13.8) with ESMTP id nAQ1hMRO011403
	(version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT)
	for <vim_mac@googlegroups.com>; Wed, 25 Nov 2009 20:43:23 -0500 (EST)
Content-Type: text/plain; charset=us-ascii
Mime-Version: 1.0 (Apple Message framework v1077)
Subject: Re: Python link errors
From: Zvezdan Petkovic <zpetko...@acm.org>
In-Reply-To: <b3e609bb0911251613j29d07f9cwb614512f377b5db4@mail.gmail.com>
Date: Wed, 25 Nov 2009 20:43:17 -0500
Content-Transfer-Encoding: quoted-printable
Message-Id: <4CB158CC-936E-48D8-ADDD-21D807395...@acm.org>
References: <b3e609bb0911251613j29d07f9cwb614512f377b5...@mail.gmail.com>
To: vim_mac@googlegroups.com
X-Mailer: Apple Mail (2.1077)

On Nov 25, 2009, at 7:13 PM, George V. Reilly wrote:
> ld: warning: in /Library/Frameworks//Python.framework/Python, missing =
required architecture x86_64 in file

That Python seems to be 32-bit only.
MacVim was configured for 64-bit build.

> This is the most recent Python 2.6 from python.org, instead of the =
stock one from Apple, which worked the last time I built MacVim a few =
weeks ago.

The name of that image is python-2.6.4_macosx10.3.dmg.

It's possible the last time you tried to build MacVim it was still =
configured for 32-bit build, so it worked with this 32-bit Python.

You'll need to decide whether you want 64-bit or 32-bit MacVim, then =
link it with a matching Python.

	Zvezdan