Re: [Libcg-devel] Build broken with --enable-debug

2010-08-27 Thread Jan Safranek
On 07/28/2010 08:57 AM, Dhaval Giani wrote: > On Wed, Jul 28, 2010 at 3:47 AM, Balbir Singh > wrote: >>> >>> Last we discussed, the suggestion was to decouple YY_FATAL_ERROR >>> output from --enable-debug; so, we ended up with: >>> >>> diff --git a/src/lex.l b/src/lex.l >>> index 2f4e313..f2b4e58

Re: [Libcg-devel] Build broken with --enable-debug

2010-07-27 Thread Dhaval Giani
On Wed, Jul 28, 2010 at 3:47 AM, Balbir Singh wrote: >> >> Last we discussed, the suggestion was to decouple YY_FATAL_ERROR >> output from --enable-debug; so, we ended up with: >> >> diff --git a/src/lex.l b/src/lex.l >> index 2f4e313..f2b4e58 100644 >> --- a/src/lex.l >> +++ b/src/lex.l >> @@ -18

Re: [Libcg-devel] Build broken with --enable-debug

2010-07-27 Thread Balbir Singh
> > Last we discussed, the suggestion was to decouple YY_FATAL_ERROR > output from --enable-debug; so, we ended up with: > > diff --git a/src/lex.l b/src/lex.l > index 2f4e313..f2b4e58 100644 > --- a/src/lex.l > +++ b/src/lex.l > @@ -18,7 +18,8 @@ >  #include "parse.h" >  int line_no = 1; > > -#def

Re: [Libcg-devel] Build broken with --enable-debug

2010-07-26 Thread Eric Brower
On Mon, Jul 26, 2010 at 6:24 PM, Balbir Singh wrote: > In lex.l > > #define YY_FATAL_ERROR(msg) cgroup_dbg(%s) > > should be > > #define YY_FATAL_ERROR(msg) cgroup_dbg(msg) > > > > -- >        Three Cheers, >        Balbir > > ---

[Libcg-devel] Build broken with --enable-debug

2010-07-26 Thread Balbir Singh
In lex.l #define YY_FATAL_ERROR(msg) cgroup_dbg(%s) should be #define YY_FATAL_ERROR(msg) cgroup_dbg(msg) -- Three Cheers, Balbir -- The Palm PDK Hot Apps Program offers developers who use the Plug-I