On Wed, Apr 18, 2012 at 12:40 PM, Christian Staudt <span dir="ltr">&lt;<a href="mailto:christian.staudt@ira.uka.de">christian.staudt@ira.uka.de</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello PETSc users,<br>
<br>
I am new to PETSc (and, coming from the Java world, not an experienced C++ developer). I hope my question is appropriate on this list.<br>
<br>
Here&#39;s my problem: I&#39;d like to build an application in C++ against PETSc, using Eclipse CDT. However, I have problems including PETSc as a library in my Eclipse CDT project.<br>
<br>
<br>
I have tried the following for my test project:<br>
<br>
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></blockquote><div><br></div><div>I guarantee you there is a &quot;Header not found&quot; error up at the top that you cut off. ALWAYS send the full error message.</div>
<div><br></div><div>   Matt</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
/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<br>
...<br>
<br>
<br>
Can anyone tell me what might be the problem? Thank you.<br>
<br>
Chris<br>
<br>
<br>
<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>
-- Norbert Wiener<br>