On 9/8/06, Kai Vehmanen <[EMAIL PROTECTED]> wrote: > I now got the very same error with gawk 3.1.5. I fixed the problem by > setting "success=0" instead of "success=-1" in build_sources.awk. Hmm, > Pekka, why is the "=-1" there...? I traced the awk scripts and they seem > to execute correctly...
It is guarding against improper execution order, I think. The variables on command line should be set before BEGIN block is executed. I recall vaguely that some awk version did not execute scripts correctly... -- Pekka.Pessi mail at nokia.com ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Sofia-sip-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel
