Re: Cloog needs (/usr/include)polylib/missing.h

2009-08-17 Thread Toon Moene
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

Re: Cloog needs (/usr/include)polylib/missing.h *on trunk*

2009-08-17 Thread Toon Moene
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-

Re: Cloog needs (/usr/include)polylib/missing.h

2009-08-17 Thread David Edelsohn
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

Cloog needs (/usr/include)polylib/missing.h

2009-08-17 Thread Toon Moene
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