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 _______________________________________________ Axiom-developer mailing list Axiom-developer@nongnu.org http://lists.nongnu.org/mailman/listinfo/axiom-developer