<div dir="ltr">Hi Ganesh,<br><div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jan 2, 2013 at 11:55 PM, Ganesh B <span dir="ltr">&lt;<a href="mailto:ganeshsurfs@yahoo.com" target="_blank">ganeshsurfs@yahoo.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="font-size:10pt;font-family:Courier New,courier,monaco,monospace,sans-serif"><div style="font-family:&#39;Courier New&#39;,courier,monaco,monospace,sans-serif;font-size:10pt">
<span>I am trying to build the Kernel 3.7 and there are some files which have to be overwritten when uncompressing. One of the same files, </span><span style="font-size:13px">ipt_ECN.c,</span><span style="font-size:10pt"> gives an error stopping the build process. Any suggestions?</span></div>
<div style="font-style:normal;font-size:13px;background-color:transparent;font-family:&#39;Courier New&#39;,courier,monaco,monospace,sans-serif"><br></div><div style="background-color:transparent"><span><font><div style="background-color:transparent">
net/ipv4/netfilter/ipt_ECN.c:20:42: fatal error: linux/netfilter_ipv4/ipt_ECN.h: No such file or directory</div><div style="background-color:transparent">compilation terminated.</div></font></span></div></div></div></blockquote>
<div><br></div><div>There is an ipt_ecn.c file and an ipt_ECN.c file (which differ only by case), so it sounds like there was a case-insensitive file system involved somewhere in what you&#39;re doing.<br><br></div><div>Normal linux filesystems (like ext2/3/4) are case-sensitive, so these are 2 different files.<br>
</div><div><br></div><div>Dave Hylands<br></div></div></div></div></div>