<div class="gmail_quote">On Wed, Apr 18, 2012 at 09:40, Christian Staudt <span dir="ltr">&lt;<a href="mailto:christian.staudt@ira.uka.de">christian.staudt@ira.uka.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div id=":ia">In Properties&gt;&gt;C/C++ Build&gt;&gt;Settings&gt;&gt;GCC C++ Compiler &gt;&gt; Includes I add the path<br>
<br>
/usr/local/petsc/include/<br>
<br>
In Properties&gt;&gt;C/C++ Build&gt;&gt;Settings&gt;&gt;MacOS X C++ Linker &gt;&gt; Libraries, I add<br>
<br>
/usr/local/petsc/arch-darwin-c-debug/lib/libpetsc.a<br>
<br>
to &quot;Libraries (-l)&quot; and<br>
<br>
/usr/local/petsc/arch-darwin-c-debug/lib/<br>
<br>
to &quot;Library search path (-L)&quot;<br>
<br>
<br>
<br>
Now I try to build a simple Hello World program which has the lines<br>
<br>
#include &lt;petsc.h&gt;<br>
#include &lt;petscmat.h&gt;<br>
<br>
at the beginning of the main file.<br>
<br>
I get compiler errors for almost every line of the PETSc header files, indicating that basic types are not found, for example:<br>
<br>
/usr/local/petsc/include/petscmat.h:1643: error: &#39;PetscScalar&#39; has not been declared<br>
/usr/local/petsc/include/petscmat.h:1721: error: &#39;PetscReal&#39; has not been declared<br>
/usr/local/petsc/include/petscmat.h:1152: error: &#39;PetscReal&#39; does not name a type</div></blockquote></div><br><div>What was the _first_ error message? Was petscconf.h found?</div>