You're right. I think it's coming from here:
Lib/distutils/command/install.py:573
def run (self):
# Obviously have to build before we can install
if not self.skip_build:
self.run_command('build')
# If we built for any other platform, we can't install.
build_plat =
self.distribution.get_command_obj('build').plat_name
# check warn_dir - it is a clue that the 'install' is happening
# internally, and not to sys.path, so we don't check the
platform
# matches what we are running.
if self.warn_dir and build_plat != get_platform():
raise DistutilsPlatformError("Can't install when "
"cross-compiling")
On 8/13/08 4:37 PM, "David Cournapeau" <[EMAIL PROTECTED]> wrote:
> On Wed, Aug 13, 2008 at 4:20 PM, Robert Kern <[EMAIL PROTECTED]> wrote:
>>
>> Hmm. Odd. I can't find the string "Can't install when cross-compiling"
>> anywhere in the numpy or Python sources. Can you try again with the
>> environment variable DISTUTILS_DEBUG=1 set?
>
> You can find it in python svn: the message seems python 2.6 specific.
>
> cheers,
>
> David
> _______________________________________________
> Numpy-discussion mailing list
> [email protected]
> http://projects.scipy.org/mailman/listinfo/numpy-discussion
_______________________________________________
Numpy-discussion mailing list
[email protected]
http://projects.scipy.org/mailman/listinfo/numpy-discussion