Hi Peter, On Thu, Sep 1, 2011 at 1:52 PM, Peter Kruse <pjo...@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 _______________________________________________ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev