Arc Forumnew | comments | leaders | submitlogin
1 point by almkglor 5843 days ago | link | parent

a) Yes, you need the Boehm GC. What I do is, I comment out gc.h and add #define GC_MALLOC malloc #define GC_INIT()

b) That's a bug



2 points by kens 5843 days ago | link

How do I push changes to the git? "git push" gives me "fatal: The remote end hung up unexpectedly". I set up a ssh public key. Do I need to get authorization from you guys? (I've never done a git push before, so assume I may be doing something stupid.)

-----

1 point by sacado 5842 days ago | link

You're on the collaborators' list now. Just push again, and everything should be working.

-----

1 point by stefano 5842 days ago | link

You'll have to ask sacado to add you to the list of committers.

-----