/net/whistler/auto/users/tovrea/local/sol2/bin/gcc -DHAVE_CONFIG_H -I.
-I.. -I./include/cloog -I./include -I../include
-I/net/whistler/auto/users/tovrea/local/sol2/include
-I/net/whistler/auto/users/tovrea/local/sol2/include
-I/net/whistler/auto/users/tovrea/local/sol2/include -Wall
-fomit-frame-pointer -g -O2 -MT domain.lo -MD -MP -MF .deps/domain.Tpo
-c ../source/ppl/domain.c -fPIC -DPIC -o .libs/domain.o
../source/ppl/domain.c: In function 'cloog_domain_simplify':
../source/ppl/domain.c:899: error:
'ppl_Pointset_Powerset_C_Polyhedron_t' undeclared (first use in this
function)
../source/ppl/domain.c:899: error: (Each undeclared identifier is
reported only once
../source/ppl/domain.c:899: error: for each function it appears in.)
../source/ppl/domain.c:899: error: expected ';' before 'ps1'
../source/ppl/domain.c:903: warning: implicit declaration of function
'ppl_new_Pointset_Powerset_C_Polyhedron_from_space_dimension'
../source/ppl/domain.c:903: error: 'ps1' undeclared (first use in this
function)
../source/ppl/domain.c:909: warning: implicit declaration of function
'ppl_Pointset_Powerset_C_Polyhedron_add_disjunct'
../source/ppl/domain.c:917: error: 'ps2' undeclared (first use in this
function)
../source/ppl/domain.c:929: warning: implicit declaration of function
'ppl_Pointset_Powerset_C_Polyhedron_simplify_using_context_assign'
../source/ppl/domain.c:932: error:
'ppl_Pointset_Powerset_C_Polyhedron_const_iterator_t' undeclared (first
use in this function)
../source/ppl/domain.c:932: error: expected ';' before 'i'
../source/ppl/domain.c:933: warning: implicit declaration of function
'ppl_new_Pointset_Powerset_C_Polyhedron_const_iterator'
../source/ppl/domain.c:933: error: 'i' undeclared (first use in this
function)
../source/ppl/domain.c:934: error: expected ';' before 'end'
../source/ppl/domain.c:935: error: 'end' undeclared (first use in this
function)
../source/ppl/domain.c:936: warning: implicit declaration of function
'ppl_Pointset_Powerset_C_Polyhedron_const_iterator_begin'
../source/ppl/domain.c:937: warning: implicit declaration of function
'ppl_Pointset_Powerset_C_Polyhedron_const_iterator_end'
../source/ppl/domain.c:938: warning: implicit declaration of function
'ppl_Pointset_Powerset_C_Polyhedron_const_iterator_equal_test'
../source/ppl/domain.c:939: warning: implicit declaration of function
'ppl_Pointset_Powerset_C_Polyhedron_const_iterator_increment'
../source/ppl/domain.c:942: warning: implicit declaration of function
'ppl_Pointset_Powerset_C_Polyhedron_const_iterator_dereference'
../source/ppl/domain.c:943: warning: passing argument 1 of
'cloog_translate_ppl_polyhedron' discards qualifiers from pointer target
type
../source/ppl/domain.c:659: note: expected 'ppl_Polyhedron_t' but
argument is of type 'ppl_const_Polyhedron_t'
../source/ppl/domain.c:947: warning: implicit declaration of function
'ppl_delete_Pointset_Powerset_C_Polyhedron_const_iterator'
../source/ppl/domain.c:949: warning: implicit declaration of function
'ppl_delete_Pointset_Powerset_C_Polyhedron'
make[1]: *** [domain.lo] Error 1
make[1]: Leaving directory
`/net/whistler/auto/users/tovrea/GCC_SGI/cloog-ppl-0.15.5/build_sol2'
make: *** [all-recursive] Error 1
Bill Tovrea
BAE Systems
16550 West Bernardo Drive
San Diego, CA 92127
Telephone: (858) 592-5292
Pager: (888) 971-4964
E-mail: George...@baesystems.com
It seems like you do not have this type in the PPL header files.
You have configured with
--with-ppl=/net/whistler/auto/users/tovrea/local/sol2 Could you check
that there is a file
/net/whistler/auto/users/tovrea/local/sol2/include/ppl_c.h in there,
and that this file does contain ppl_Pointset_Powerset_C_Polyhedron_t
functions? It could be that your PPL config did not built support for
ppl_Pointset_Powerset_C_Polyhedron_t.
Sebastian