axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] Compiling spad files on Debian


From: David MENTRE
Subject: Re: [Axiom-developer] Compiling spad files on Debian
Date: Mon, 02 Aug 2004 12:54:33 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

Hello Marcus,

Marcus Better <address@hidden> writes:

> It seems to compile the LISP code, but then the C compiler complains:
>
> End of Pass 1.
> End of Pass 2.
> code.c:2:24: cmpinclude.h: No such file or directory
> In file included from code.c:3:
> code.h:3: error: parse error before "LI1"
> code.h:9: error: parse error before "LI3"
> code.h:32: error: parse error before "LnkTLI7"
> ...(lots of errors follow)
>
> Is cmpinclude.h missing or am I doing something wrong?

Oh! cmpinclude.h comes from gcl and the axiom package does not depend on
gcl:

$ dpkg -S cmpinclude.h
gcl: /usr/lib/gcl-2.6.3/h/cmpinclude.h

$ apt-cache show axiom
[...]
Depends: libc6 (>= 2.3.2.ds1-4), libgmp3, libncurses5 (>= 5.3.20030510-1), 
libreadline4 (>= 4.3-1)


Try to install gcl package. If it fixes the issue, then make a bug
report on Debian bug tracking system. 

I hope it helps.

Yours,
d.
-- 
 David Mentré <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]