Toon Moene wrote:
Relevant lines of /usr/include/cloog/cloog.h (Debian testing as of
yesterday):
#ifdef CLOOG_PPL_BACKEND
Dang ! The answer *is* the obvious - this symbol isn't defined *unless*
you specify --with-cloog=bla on the configure line (I assumed it would
just find the installed
David Edelsohn wrote:
Toon,
Graphite uses PPL, not PolyLib. PPL should be installed and the
polylib include path will be avoided.
Thanks, that's what I expected; what I have installed is:
$ apt-cache show libppl0.10-dev
Package: libppl0.10-dev
Priority: optional
Section: libdevel
Installed-
Toon,
Graphite uses PPL, not PolyLib. PPL should be installed and the
polylib include path will be avoided.
David
On Mon, Aug 17, 2009 at 3:39 PM, Toon Moene wrote:
> As is pointed out in this config.log:
>
> In file included from conftest.c:12:
> /usr/include/cloog/cloog.h:47:30: error: polyli
As is pointed out in this config.log:
In file included from conftest.c:12:
/usr/include/cloog/cloog.h:47:30: error: polylib/missing.h: No such file
or directory
What package (source distribution) is this file supposed to come from ?
Relevant lines of /usr/include/cloog/cloog.h (Debian testing