Re: [Autogen-users] problem with auto-opts definition element . . .

2011-03-24 Thread Bruce Korb
On 03/24/11 18:12, Geof Sawaya wrote: > Hi Bruce, > > I hope you've found a job. Nope, still looking. Thank you. > Anyway, I have a problem with an auto-opts .def file. I set a flag like this: > > flag = { > name = bound; > value = B; > descrip = "Enable bounded mixing"; > /

Re: [Autogen-users] problem with auto-opts definition element . . .

2011-03-24 Thread Dave Hart
On Fri, Mar 25, 2011 at 1:12 AM, Geof Sawaya wrote: > flag = { >    name = bound; >    value = B; >    descrip = "Enable bounded mixing"; >    //ifdef = CONFIG_BOUNDED_MIXING; >    arg-type = number; > }; > > If I use the 'ifdef' clause of the flag definition I get the following > problem when co

[Autogen-users] problem with auto-opts definition element . . .

2011-03-24 Thread Geof Sawaya
Hi Bruce, I hope you've found a job. Anyway, I have a problem with an auto-opts .def file. I set a flag like this: flag = { name = bound; value = B; descrip = "Enable bounded mixing"; //ifdef = CONFIG_BOUNDED_MIXING; arg-type = number; }; If I use the 'ifdef' clause of the