[petsc-dev] petsc-dev build broken

Satish Balay balay at mcs.anl.gov
Tue Sep 6 13:38:42 CDT 2011


The makefile has:

#requirespackage  'PETSC_HAVE_TRIANGLE'                                                                                                               
So unless --download-triangle=1 was used - this code shouldn't get compiled.

And if triangle was indeed used - triangle.h should be found. Perhaps
the error is somewhere else [perhaps in configure?]

satish

On Tue, 6 Sep 2011, Lisandro Dalcin wrote:

> libfast in: /home/devel/petsc/dev/src/ksp/pc/impls/gamg
> createProlongation.c:8:22: error: triangle.h: No such file or directory
> createProlongation.c: In function ‘triangulateAndFormProl’:
> createProlongation.c:794: error: storage size of ‘in’ isn’t known
> createProlongation.c:794: error: storage size of ‘mid’ isn’t known
> createProlongation.c:820: warning: left-hand operand of comma
> expression has no effect
> createProlongation.c:1063: warning: left-hand operand of comma
> expression has no effect
> createProlongation.c:794: warning: unused variable ‘mid’
> createProlongation.c:794: warning: unused variable ‘in’
> /usr/bin/ar: createProlongation.o: No such file or directory
> 
> 
> 


More information about the petsc-dev mailing list