A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=3030 ====================================================================== Reported By: korpela Assigned To: laurent ====================================================================== Project: wxwidgetsgtk2 Issue ID: 3030 Category: other Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-01-21 21:40 CET Last Modified: 2013-06-30 18:14 CEST ====================================================================== Summary: wx-config doesn't function if /bin/grep is first in the path Description:
The wx-config script uses the variable EGREP to hold the path to the egrep command. In current builds this is set to "grep -E". The solaris "/bin/grep -E" doesn't function properly, so in the usual case, where /bin/grep is first in the path, the script fails ====================================================================== ---------------------------------------------------------------------- (0010451) laurent (manager) - 2013-06-30 18:14 https://www.opencsw.org/mantis/view.php?id=3030#c10451 ---------------------------------------------------------------------- This has apparently been fixed upstream, as the content in the current version (2.8.12) is this: EGREP="egrep" I've not noticed any issue there, so I'll just close if nothing new comes up. _______________________________________________ bug-notifications mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/bug-notifications
