Re: [pypy-dev] Leysin Winter Sprint 2017

2017-02-16 Thread Robert Zaremba
Great. Group room is fine. Could you give me your mobile number, or to somebody responsible there, please? Greetings. On 02/16/2017 08:28 PM, Armin Rigo wrote: I have a group arrangement. Please tell me if you'd like a separate room (and in this case, you can either contact Ermina or leave i

Re: [pypy-dev] Leysin Winter Sprint 2017

2017-02-16 Thread Armin Rigo
Hi Robert, and welcome :-) On 16 February 2017 at 20:17, Robert Zaremba wrote: > @Manuel - I'm 2h away from Leysin, so it's just a matter of organization. If > there is no plan for 25th, or everybody will be late then I will come on > 26/02 I guess you should come the 26th then. So far, arrival

Re: [pypy-dev] Leysin Winter Sprint 2017

2017-02-16 Thread Robert Zaremba
@Manuel - I'm 2h away from Leysin, so it's just a matter of organization. If there is no plan for 25th, or everybody will be late then I will come on 26/02 @Richard Thanks for adding me in. Should I contact Ermina to confirm accommodation? See you! On 02/16/2017 07:00 PM, Manuel Jacob wrote

Re: [pypy-dev] Leysin Winter Sprint 2017

2017-02-16 Thread Richard Plangger
Hi Robert, I have added you (25.01-01.03). Looking forward meeting you there! Cheers, Richard On 02/16/2017 06:48 PM, Robert Zaremba wrote: > Hi, > > I would like to join the Leysin sprint. > Any additional steps I have to do? When do I need to confirm dates? > I will be available 25/02 - 1/03,

Re: [pypy-dev] Leysin Winter Sprint 2017

2017-02-16 Thread Manuel Jacob
Hi Robert, Welcome! To register, you can send a pull request adding yourself to this file: https://bitbucket.org/pypy/extradoc/src/extradoc/sprintinfo/leysin-winter-2017/people.txt?at=extradoc&fileviewer=file-view-default Alternatively, someone can do it for you if you want. We will start wo

[pypy-dev] Leysin Winter Sprint 2017

2017-02-16 Thread Robert Zaremba
Hi, I would like to join the Leysin sprint. Any additional steps I have to do? When do I need to confirm dates? I will be available 25/02 - 1/03, thought if there will be nothing on 25 then I prefer to come on 26/02 morning. About me: I'm a software specialist, programming in Python for 11 yea

[pypy-dev] '@rpython/$(TARGET)' problem

2017-02-16 Thread John Zhang
Hi all (Armin?), I have been troubled by the line rpython/translator/platform/drawin.py:35, where it adds ‘@rpath/$(TARGET)’ to the linker arguments for shared libraries. This assumes that the usage case will be from a Makefile, where $(TARGET) is defined. However, in ExternalCompilationInfo.com