<div dir="ltr"><br><br><div class="gmail_quote">On Tue, Jan 11, 2011 at 12:03 AM, Tzafrir Cohen <span dir="ltr">&lt;<a href="mailto:tzafrir@cohens.org.il">tzafrir@cohens.org.il</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im"><br></div>
(The bad thing is that in some places you use &#39;g++&#39; directly, regardless<br>
of what is defined in CC. Not to mention some environments would<br>
override CC with some other cc)<br></blockquote><div><br></div><div>Indeed this is an error. Happens in four places only though, and trivial to fix. Anyhow if you&#39;ll compile with something other than g++ you&#39;ll have other problems, so it&#39;s safe to assume nowadays that users would only compile it with g++. Remember, I want life easier for 99.9% of the users. The users of icc will need to test it anyhow, so this little toil is not the most difficult task they&#39;ll have to do.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">And has tons of other dependencies:<br><br></blockquote><div><br></div><div>Just wanted to make 100% clear that the problem wasn&#39;t related in any way to the dependencies of VLC. I downloaded the binary dependencies provided by the docs, and they worked correctly. The only problem was with libtool bash script autogenerated by the autotools.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Who needs to cross-compile to Windows on Linux? That&#39;s a crasy thing.<br></blockquote><div><br></div><div>
This actually makes sense, since the support of the GNU tools in windows is not as good as with windows so requiring the users of gcc to use Linux for compiling does make sense. Doing that from Mac makes less sense, and doesn&#39;t worth maintaining, so I care much less about this cases.</div>
<div><br></div><div>The overall price paid for not using autotools versus the gain of greatly simplifying the build process, is IMHO definitely worth it.</div></div></div>