[tor-talk] tor-0.2.4.2-alpha compile errors

2012-09-14 Thread grarpamp
Some easy ones... src/common/util.c:3903: warning: preprocessing directive not recognized within macro arg src/common/util.c:3904: `#else' not within a conditional src/common/util.c:3906: unbalanced `#endif' *** Error code 1 3900 log_notice(LD_GENERAL, "Failed to terminate process with

Re: [tor-talk] tor-0.2.4.2-alpha compile errors

2012-09-14 Thread Sebastian Hahn
On Sep 14, 2012, at 9:34 AM, grarpamp wrote: > Some easy ones... [snip] What compiler is that, and version? The code in main.c has been like this for a while, I wonder why it didn't come up before. ___ tor-talk mailing list tor-talk@lists.torproject.o

Re: [tor-talk] tor-0.2.4.2-alpha compile errors

2012-09-14 Thread Nick Mathewson
On Fri, Sep 14, 2012 at 3:55 AM, Sebastian Hahn wrote: > > On Sep 14, 2012, at 9:34 AM, grarpamp wrote: > >> Some easy ones... > [snip] > > What compiler is that, and version? The code in main.c has been like > this for a while, I wonder why it didn't come up before. > Ah, I've seen something lik

Re: [tor-talk] tor-0.2.4.2-alpha compile errors

2012-09-14 Thread Nick Mathewson
On Fri, Sep 14, 2012 at 9:29 AM, Nick Mathewson wrote: > On Fri, Sep 14, 2012 at 3:55 AM, Sebastian Hahn > wrote: >> >> On Sep 14, 2012, at 9:34 AM, grarpamp wrote: >> >>> Some easy ones... >> [snip] >> >> What compiler is that, and version? The code in main.c has been like >> this for a while,

Re: [tor-talk] tor-0.2.4.2-alpha compile errors

2012-09-14 Thread grarpamp
>>> What compiler is that, and version? The code in main.c has been like >>> this for a while, I wonder why it didn't come up before. See 3894. Because nobody uses it anymore :) > Should be fixed in e4ce8cd9691708d9bc0bcc9904d656fe35001946. Yes, master works now. Thx. ___