← Back to team overview

dolfin team mailing list archive

Re: make error with dolfin-0.5.10

 

On Wed, Oct 12, 2005 at 05:52:54PM -0500, Dave Feustel wrote:

> [...]
>
> I got another error:
> ===========================
> gmake[4]: Entering directory `/home/daf/Dolfin/dolfin-0.5.10/src/kernel/io'
> g++ -DPACKAGE_NAME=\"dolfin\" -DPACKAGE_TARNAME=\"dolfin\" -DPACKAGE_VERSION=\"0.5.10\" -DPACKAGE_STRING=\"dolfin\ 0.5.10\" -DPACKAGE_BUGREPORT=\"dolfin@xxxxxxxxxx\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1  -I. -I.  -I../../../src/kernel/common -I../../../src/kernel/fem -I../../../src/kernel/form -I../../../src/kernel/function -I../../../src/kernel/io -I../../../src/kernel/la -I../../../src/kernel/log -I../../../src/kernel/main -I../../../src/kernel/math -I../../../src/kernel/mesh -I../../../src/kernel/ode -I../../../src/kernel/quadrature -I../../../src/kernel/settings -I../../../src/kernel/common -DNO_CURSES=1  -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include    -DDEBUG=1 -g -O2 -Wall -Werror -ansi -std=c++98 -c MatlabFile.cpp
> In file included from MatlabFile.cpp:12:
> ../../../src/kernel/la/dolfin/Matrix.h:12:22: petscmat.h: No such file or directory

Looks like the build process was not able to find PETSc
correctly. Where did you install it, and did you supply the path to
configure (--with-petsc-dir=<path>) if you installed it in some
non-standard location?

Check the output of configure (config.log) and see what it says about
PETSc.

/Anders



Follow ups

References