axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] Re: Problems compiling modified Spad file under debian


From: Francois Maltey
Subject: [Axiom-developer] Re: Problems compiling modified Spad file under debian
Date: Wed, 23 Nov 2005 17:49:53 +0100
User-agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.5 (chestnut, linux)

Hello, 

I try to compile my first axiom package and I get problems :

Martin helps me and I install theses debian packages :

dpkg -l | grep axiom

ii  axiom                              20050901-3
                 A general purpose computer algebra system: m
ii  axiom-databases                    20050901-3
                 A general purpose computer algebra system: g
ii  axiom-doc                          20050901-3
                 A general purpose computer algebra system: d
ii  axiom-graphics                     20050901-3
                 A general purpose computer algebra system: g
ii  axiom-graphics-data                20050901-3
                 A general purpose computer algebra system: g
ii  axiom-hypertex-data                20050201-1
                 A general purpose computer algebra system: h
ii  axiom-source                       20050901-3
                 A general purpose computer algebra system: s
ii  axiom-test                         20050901-3
                 A general purpose computer algebra system: r


I run axiom -noht and I get :


GCL (GNU Common Lisp)  2.6.7 CLtL1    Oct 12 2005 23:38:25
Source License: LGPL(gcl,gmp), GPL(unexec,bfd)
Binary License:  GPL due to GPL'ed components: (READLINE BFD UNEXEC)
Modifications of this banner must retain notice of a compatible license
Dedicated to the memory of W. Schelter

Use (help) to get some basic information on how to use GCL.
                        AXIOM Computer Algebra System
                     Version: Axiom 3.9 (September 2005)
              Timestamp: Thursday October 13, 2005 at 20:30:30
-----------------------------------------------------------------------------
   Issue )copyright to view copyright notices.
   Issue )summary for a summary of useful system commands.
   Issue )quit to leave AXIOM and return to shell.
-----------------------------------------------------------------------------


I try to compile again a spad file :

cp /usr/share/axiom-20050901/src/algebra/manip.spad ~/Axiom/locallib
cd ~/Axiom/locallib
axiom -noht

Then I try twice to compile the local manip.spad and get 2 errors :
What is my mistake ?

(1) -> )co manip
   Loading /usr/lib/axiom-20050901/autoload/apply.
   Loading /usr/lib/axiom-20050901/autoload/c-doc.
   Loading /usr/lib/axiom-20050901/autoload/c-util.
   Loading /usr/lib/axiom-20050901/autoload/profile.
   Loading /usr/lib/axiom-20050901/autoload/category.
   Loading /usr/lib/axiom-20050901/autoload/compiler.
   Loading /usr/lib/axiom-20050901/autoload/define.
   Loading /usr/lib/axiom-20050901/autoload/functor.
   Loading /usr/lib/axiom-20050901/autoload/info.
   Loading /usr/lib/axiom-20050901/autoload/iterator.
   Loading /usr/lib/axiom-20050901/autoload/modemap.
   Loading /usr/lib/axiom-20050901/autoload/nruncomp.
   Loading /usr/lib/axiom-20050901/autoload/package.
   Loading /usr/lib/axiom-20050901/autoload/htcheck.
   Loading /usr/lib/axiom-20050901/autoload/xruncomp.
   Compiling AXIOM source code from file manip.spad using old system
      compiler.
   Loading /usr/lib/axiom-20050901/autoload/parsing.
   Loading /usr/lib/axiom-20050901/autoload/bootlex.
   Loading /usr/lib/axiom-20050901/autoload/def.
   Loading /usr/lib/axiom-20050901/autoload/fnewmeta.
   Loading /usr/lib/axiom-20050901/autoload/metalex.
   Loading /usr/lib/axiom-20050901/autoload/metameta.
   Loading /usr/lib/axiom-20050901/autoload/parse.
   Loading /usr/lib/axiom-20050901/autoload/postpar.
   Loading /usr/lib/axiom-20050901/autoload/postprop.

   >> System error:
   Cannot open the file /usr/lib/axiom-20050901/autoload/postprop.

(1) -> )co manip
   Compiling AXIOM source code from file manip.spad using old system
      compiler.

   >> System error:
   The function INITIALIZE-PREPARSE is undefined.

(1) ->





reply via email to

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