[pypy-dev] Solaris Support?

Armin Rigo arigo at tunes.org
Thu Sep 1 18:33:41 CEST 2011


Hi Peter,

On Thu, Sep 1, 2011 at 1:52 PM, Peter Kruse <pjodrr at gmail.com> wrote:
>    elif platform.cc.startswith('gcc'):
> AttributeError: 'NoneType' object has no attribute 'startswith'

Ah, not-explicitly-supported platforms end up as a platform where cc
is None.  The line above needs to be fixed to handle this case.  Done
in f1f9f3782931; can you pull and update and try again?  Thanks!  Note
that I'm not 100% sure that a not-explicitly-supported platform can
work.  If it still doesn't work, you may have to edit solaris support
to pypy/translator/platform/.


Armin


More information about the pypy-dev mailing list