axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] Help with adding algebra URGENT!


From: Martin Rubey
Subject: [Axiom-developer] Help with adding algebra URGENT!
Date: 14 Sep 2006 16:36:01 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

Dear Tim, *

I'm having problems adding algebra.

I have a package FiniteAbelianMonoidRingFunctions2, short FAMR2, and another
one, FractionFreeFastGaussianFractions, short FFFGF, which depends on the
former.

I modified the Makefile.pamphlet in src/algebra as follows:

USERLAYER=\
  ${OUT}/FAMR2.o   \
  ${OUT}/FFFGF.o   \
@ 


I also modified exposed.lisp.pamphlet appropriately. However, make NOISE= keeps
complaining:

  Semantic Errors:
      [1] generalInterpolation:  FiniteAbelianMonoidRingFunctions2 is not a 
known type

(generalInterpolation is an operation defined in FFFGF.)

I also tried to add FAMR2.o into the previous layer, i.e. layer 23, but that
didn't change things either.

If I remove FFFGF, the build completes and FAMR2 is visible... 

What did I do wrong?

Martin





reply via email to

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