I hope this is not a duplicate. I did a quick search for it and did not find. Configure finds grep in /usr/xpg4/bin/grep (not in my $PATH) But, when it checks for "Warnings", it references grep and not $GREP So, the error grep: illegal option -- e is flagged. I replaced grep with $GREP and the compile continues normally. line: 17388 I am using Solaris 9. I do see other instances using grep vs. $GREP, but I am not a Perl programmer so I did not study if they are valid or not. Mike
Due to non-related reasons, today, I started over. I rm'd the cairo directory and untar'd the downloaded package. Ran the configure command and I did not have the error this time (no change to the configure file). So, not sure why it occurred yesterday, but does not look like an issue today. Thanks, Mike
SOrry. Ignore this previous post (delete it if you can). The error still exists. I overlooked it in the output. (In reply to comment #1) > Due to non-related reasons, today, I started over. I rm'd the cairo directory > and untar'd the downloaded package. Ran the configure command and I did not > have the error this time (no change to the configure file). > So, not sure why it occurred yesterday, but does not look like an issue today. > Thanks, > Mike
Should be fixed in git master and the 1.10 branch, see http://cgit.freedesktop.org/cairo/commit/?id=e2c558c435b8c8f9a9057b466020e93d7d61fd70 for the fix. I $GREPped through the code and didn't find any other places that used grep -e. So I'm assuming it's the only one.
Thanks.
*** Bug 38069 has been marked as a duplicate of this bug. ***
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.