<div class="gmail_quote">2010/7/14 Nicolás Alvarez <span dir="ltr"><<a href="mailto:nicolas.alvarez@gmail.com">nicolas.alvarez@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
What about Windows? No grep, and a totally different find...</blockquote><div><br>To be fully cross-platform compatible and functional, there are two ways:<br>1) deliver grep, find, sed and xargs together with kdevplatform to make sure they exist in each thinkable case (that would also make the solaris check obsolete).<br>
 - pros: no big changes in the implementation<br> - cons: project size increases ;; much more code to be maintained<br>2) implement an own implementation of that toolchain<br> - pros: independent of external tools<br> - cons: much work for initial implementation ;; (eventually) slower<br>
<br>I'm sure I forgot some important points, but I think it would be good to discuss this topic about the toolchain.<br><br> -- Syron<br></div></div>