On Mon, Apr 4, 2016 at 21:13:30 +0200, Bill Allombert wrote: > On Mon, Apr 04, 2016 at 06:07:30PM +0200, Julien Cristau wrote: > > On Mon, Apr 4, 2016 at 17:55:40 +0200, Bill Allombert wrote: > > > > > On Mon, Apr 04, 2016 at 05:11:01PM +0200, Julien Cristau wrote: > > > > Package: gap-dev > > > > Version: 4r7p9-1 > > > > Severity: serious > > > > > > > > $ echo '#include <gap/system.h>' | cpp > > > > # 1 "<stdin>" > > > > # 1 "<built-in>" > > > > # 1 "<command-line>" > > > > # 1 "/usr/include/stdc-predef.h" 1 3 4 > > > > # 1 "<command-line>" 2 > > > > # 1 "<stdin>" > > > > # 1 "/usr/include/gap/system.h" 1 3 4 > > > > In file included from <stdin>:1:0: > > > > /usr/include/gap/system.h:29:20: fatal error: config.h: No such file or > > > > directory > > > > compilation terminated. > > > > > > > > config.h seems to be shipped in /usr/include/x86_64-linux-gnu/gap, but > > > > #include "config.h" > > > > doesn't work... > > > > > > Hello Julien, > > > > > > I agree, but do you have actual code that include <gap/system.h> ? > > > > > I was trying to build > > http://git.sagemath.org/sage.git/tree/src/sage/libs/gap/gap_includes.pxd > > Well I will fix this bug obviously, but I cannot promise that this will > allow you to compile this, because gap is not a library and the header > file are only provided for the gac compiler (which is not affected by > this issue). In particular gap does not ship gap/libgap.h. > Yeah, this was just the first part of my troubles. The lack of libgap is going to be more of a problem :)
Cheers, Julien