Re: CVS LyX build: syntax errors in gawk expressions

2005-09-15 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Agree. (even if I didn't look at the patch) I did that. JMarc

Re: CVS LyX build: syntax errors in gawk expressions

2005-09-15 Thread Lars Gullik Bjønnes
Georg Baum <[EMAIL PROTECTED]> writes: | Jean-Marc Lasgouttes wrote: | | > Shall we use this or convert all LabelStrings to double backslash (as | > is normal inside double quotes)? | | I'd prefer the patch, since it avoids a layout file syntax change. Agree. (even if I didn't look at the patch

Re: CVS LyX build: syntax errors in gawk expressions

2005-09-15 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Jean-Marc Lasgouttes wrote: >> Shall we use this or convert all LabelStrings to double backslash >> (as is normal inside double quotes)? Georg> I'd prefer the patch, since it avoids a layout file syntax Georg> change. It is easier fo

Re: CVS LyX build: syntax errors in gawk expressions

2005-09-15 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > Shall we use this or convert all LabelStrings to double backslash (as > is normal inside double quotes)? I'd prefer the patch, since it avoids a layout file syntax change. Georg

Re: CVS LyX build: syntax errors in gawk expressions

2005-09-15 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Jean-Marc Lasgouttes wrote: Jean-Marc> What about the following? It is not perfect, but looks good Jean-Marc> enough for now... >> Oops, here is the patch. Georg> That one works :-) Shall we use this or convert all LabelStrings to d

Re: CVS LyX build: syntax errors in gawk expressions

2005-09-15 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > Jean-Marc> What about the following? It is not perfect, but looks good > Jean-Marc> enough for now... > > Oops, here is the patch. That one works :-) Georg

Re: CVS LyX build: syntax errors in gawk expressions

2005-09-15 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> That looks like a good reason to rewrite the whole .pot Georg> manipulation code in python. Then we can ditch awk and tell Georg> Luis that python is now really requ

Re: CVS LyX build: syntax errors in gawk expressions

2005-09-15 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> That looks like a good reason to rewrite the whole .pot Georg> manipulation code in python. Then we can ditch awk and tell Georg> Luis that python is now really required for building ;-) I'd rather find a less radical solution. What

Re: CVS LyX build: syntax errors in gawk expressions

2005-09-15 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > I do not get that... Did you run autogen.sh? This makes sure that gawk > is invoked with the --posix switch. I did that. And rerun configure, too. And deleted the old .pot files before make, so I am pretty sure that I tested the right version. > I use gawk 3.1.3 her

Re: CVS LyX build: syntax errors in gawk expressions

2005-09-15 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Jean-Marc Lasgouttes wrote: >> This is the real one. Georg> This is better (no awk errors anymore), but it creates things Georg> like Georg> msgid "\Alph{chapter}" I do not get that... Did you run autogen.sh? This makes sure that ga

Re: CVS LyX build: syntax errors in gawk expressions

2005-09-15 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > This is the real one. This is better (no awk errors anymore), but it creates things like msgid "\Alph{chapter}" :-( Georg

Re: CVS LyX build: syntax errors in gawk expressions

2005-09-15 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Jean-Marc Lasgouttes wrote: >> The following patch should make all posix awks work (I read the >> gawk manual this time). >> >> Bennett (and everybody who does not have GNU awk), I's appreciate >> testing. Georg> It does not work wit

Re: CVS LyX build: syntax errors in gawk expressions

2005-09-15 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > The following patch should make all posix awks work (I read the gawk > manual this time). > > Bennett (and everybody who does not have GNU awk), I's appreciate > testing. It does not work with my version of gawk GNU Awk 3.1.4. Georggawk: function fixupfilename()

Re: CVS LyX build: syntax errors in gawk expressions

2005-09-14 Thread Bennett Helm
On Sep 14, 2005, at 12:14 PM, Jean-Marc Lasgouttes wrote: "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: That's my fault, I get the same error, but I did not test what I thought I tested. The following patch should make all posix awks work (I read the gawk manual this time). Bennet

Re: CVS LyX build: syntax errors in gawk expressions

2005-09-14 Thread Jean-Marc Lasgouttes
> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: That's my fault, I get the same error, but I did not test what I thought I tested. The following patch should make all posix awks work (I read the gawk manual this time). Bennett (and everybody who does not have GNU awk), I's apprecia