← Back to team overview

dolfin team mailing list archive

Re: Compilation failed: --enable-debug --enable-petsc --with-petsc-dir=/home/dolfin/local/lib/petsc

 

On Fri, Aug 25, 2006 at 06:00:49PM +0200, DOLFIN wrote:
> This is an automated message from the FEniCS compile bot.
> Compilation failed with configure options --enable-debug --enable-petsc --with-petsc-dir=/home/dolfin/local/lib/petsc.
> Revision number and compilation log follow below.
> 
> changeset:   2181:28c8399021c7
> tag:         tip
> user:        "Garth N. Wells <g.n.wells@xxxxxxxxxx>"
> date:        Fri Aug 25 13:36:13 2006 +0200
> summary:     Small changes to linear algebra chapter.
> 
> 
> [snip]
> make: *** No targets specified and no makefile found.  Stop.
> _______________________________________________
> DOLFIN-dev mailing list
> DOLFIN-dev@xxxxxxxxxx
> http://www.fenics.org/mailman/listinfo/dolfin-dev

This is caused by a Python problem on fenics.org. Don't know why it
shows up. This is what happens during configure:

checking for a Python interpreter with version >= 2.3... python
checking for python... /usr/bin/python
checking for python version... 2.4
checking for python platform... linux2
checking for python script
directory... ${prefix}/lib/python2.4/site-packages
checking for python extension module
directory... ${exec_prefix}/lib/python2.4/site-packages
checking for Python include path... find: /usr/include/python/: No
such file or directory

Does anyone recognize this?

/Anders


References