Re: [pypy-dev] Problems when trying to translate.

2011-09-26 Thread Maciej Fijalkowski
2011/9/26 Александр Седов :
> 26 сентября 2011 г. 10:41 пользователь Armin Rigo  написал:
>> Hi,
>>
>> 2011/9/25 Александр Седов :
>>> Translating PyPy on Linux with -O1 --continuation
>>> --withmod-_continuation I've got the error:
>>> ValueError: unknown value for translation.gc: 'ref'
>>> Googling gave me no results. Is there a way to fix this?
>>
>> I suppose you didn't install Boehm, which is needed in -O1
>> compilations nowadays.  See our "prerequisites" list.
> Of course I've seen it and just copied apt-get command to my terminal.
> Just checked -- libgc and libgc-dev is installed.
> ___
> pypy-dev mailing list
> pypy-dev@python.org
> http://mail.python.org/mailman/listinfo/pypy-dev
>

Er no, it seems to be someone sets gc to "ref" which is reference
counting. No clue why.

Anyway your command line is not working. Did you mean --continuelets
and --withmod-somethingelse? Also --withmod comes after target. Please
precisely paste it
___
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev


Re: [pypy-dev] Problems when trying to translate.

2011-09-26 Thread Александр Седов
26 сентября 2011 г. 10:41 пользователь Armin Rigo  написал:
> Hi,
>
> 2011/9/25 Александр Седов :
>> Translating PyPy on Linux with -O1 --continuation
>> --withmod-_continuation I've got the error:
>> ValueError: unknown value for translation.gc: 'ref'
>> Googling gave me no results. Is there a way to fix this?
>
> I suppose you didn't install Boehm, which is needed in -O1
> compilations nowadays.  See our "prerequisites" list.
Of course I've seen it and just copied apt-get command to my terminal.
Just checked -- libgc and libgc-dev is installed.
___
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev


Re: [pypy-dev] Problems when trying to translate.

2011-09-25 Thread Armin Rigo
Hi,

2011/9/25 Александр Седов :
> Translating PyPy on Linux with -O1 --continuation
> --withmod-_continuation I've got the error:
> ValueError: unknown value for translation.gc: 'ref'
> Googling gave me no results. Is there a way to fix this?

I suppose you didn't install Boehm, which is needed in -O1
compilations nowadays.  See our "prerequisites" list.


A bientôt,

Armin.
___
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev