Re: Error when compiling on Debian testing

2011-11-07 Thread Phil Pirozhkov
Gabriel Farrell gsf747@... writes: Attempts to compile from HEAD on Github (at commit e9bf7b33c7), following the DEVELOPERS doc, on my 64-bit Debian testing machine resulted in the following error: ./mochifmt.erl:none: error in parse transform 'eunit_autoexport' Full configure and

Re: Error when compiling on Debian testing

2010-11-08 Thread Jan Lehnardt
Hi Gabriel, On 8 Nov 2010, at 17:13, Gabriel Farrell wrote: Attempts to compile from HEAD on Github (at commit e9bf7b33c7), following the DEVELOPERS doc, on my 64-bit Debian testing machine resulted in the following error: ./mochifmt.erl:none: error in parse transform 'eunit_autoexport'

Re: Error when compiling on Debian testing

2010-11-08 Thread Gabriel Farrell
On Mon, Nov 8, 2010 at 11:24 AM, Jan Lehnardt j...@apache.org wrote: On 8 Nov 2010, at 17:13, Gabriel Farrell wrote: Attempts to compile from HEAD on Github (at commit e9bf7b33c7), following the DEVELOPERS doc, on my 64-bit Debian testing machine resulted in the following error:    

Re: Error when compiling on Debian testing

2010-11-08 Thread Robert Newson
oh, this is probably my fault :( B. On Mon, Nov 8, 2010 at 7:56 PM, Bram Neijt bne...@gmail.com wrote: I hit this problem as well and had it on my TODO :) I've just now added this as a bug[1] to the easy list. Thanks for reporting! Bram [1]

Re: Error when compiling on Debian testing

2010-11-08 Thread Jan Lehnardt
On 8 Nov 2010, at 20:47, Adam Kocoloski wrote: On Nov 8, 2010, at 11:24 AM, Jan Lehnardt wrote: Others: did a recent upgrade of Mochiweb introduce an unwanted dependency on EUnit? :) Yes, Mochiweb started using eunit for testing recently. Do we want to take this on as a dependency or

Re: Error when compiling on Debian testing

2010-11-08 Thread Paul Davis
On Mon, Nov 8, 2010 at 4:42 PM, Robert Newson robert.new...@gmail.com wrote: Turns out we just need to add -DNOTEST to the erlc calls when building mochiweb or define -define(NOTEST, 1). early enough (http://svn.process-one.net/contribs/trunk/eunit/doc/overview-summary.html#Disabling_testing).

Re: Error when compiling on Debian testing

2010-11-08 Thread Robert Newson
I can make it optional. I'm working a mochiweb patch to send upstream first. On Mon, Nov 8, 2010 at 10:39 PM, Paul Davis paul.joseph.da...@gmail.com wrote: On Mon, Nov 8, 2010 at 4:42 PM, Robert Newson robert.new...@gmail.com wrote: Turns out we just need to add -DNOTEST to the erlc calls when