<div class="gmail_quote">On Tue, Feb 28, 2012 at 07:18, Chen S <span dir="ltr"><<a href="mailto:chensp2602@gmail.com">chensp2602@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I've built it with the fixed files and got the following errors (attached)</blockquote></div><br><div>These line numbers don't match up at all and the errors look quite nonsensical. This smells of a Windows file encoding issue.</div>
<div><br></div><div><div>C:\cygwin\home\PETSC-~4\src\mat\coarsen\impls\mis\mis.c(1) : error C2059: syntax error : '<'</div><div>C:\cygwin\home\PETSC-~4\src\mat\coarsen\impls\mis\mis.c(10) : error C2018: unknown character '0x40'</div>
<div>C:\cygwin\home\PETSC-~4\src\mat\coarsen\impls\mis\mis.c(48) : error C2014: preprocessor command must start as first nonwhite space</div></div><div><br></div><div><br></div><div>mis.c line 1 is an empty line, line 2 is definitely valid C:</div>
<div><br></div><div>#include <private/matimpl.h>    /*I "petscmat.h" I*/</div><div><br></div><div>ASCII 0x40 is "@" which does not even appear in that file.</div><div><br></div><div>There is not a preprocessor directive anywhere near line 48.</div>