On Thu, 29 Sep 2011 10:49:24 -0400 Quan, Luan wrote: > I seem to be having an issue with nmake not properly recognizing regular > expression matches in HPUX 11.31. For a nmake statement of type > "missing.h :make: default=INSTALL_EXPORT", it fails to match the > statement and returns a "error 3 invalid right-hand side". Looking into > the rules, it is failing to match on the following regular expression, > "$(%0=2)" == "default?(\[+([0-9])\])=[A-Z]*([A-Za-z0-9_])".
it may not be an RE problem "$(%0=2)" is probably malformed did you mean "$(%:O=2)" (the second token in $(%)) ? _______________________________________________ ast-users mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/ast-users
