login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

Submitted by : (unknown) at: 2007-11-17T22:19:44-08:00 (16 years ago)
Name :
Axiom Version :
Category : Severity : Status :
Optional subject :  
Optional comment :

For example: The following category has a dependent type (the signature of m depends on T):

fricas
(1) -> <aldor>
#include "axiom"
MyCat(T: Type, m: (T, T) -> T): Category == with { d:((T,T)->T)->(T->T); default { d(f:(T,T)->T):(T->T) == (t:T):T +-> f(t,t) } }</aldor>
fricas
Compiling FriCAS source code from file 
      /var/lib/zope2.10/instance/axiom-wiki/var/LatexWiki/mycat.as 
      using Aldor compiler and options 
-O -Fasy -Fao -Flsp -lfricas -Mno-ALDOR_W_WillObsolete -DFriCAS -Y $FRICAS/algebra -I $FRICAS/algebra
      Use the system command )set compiler args to change these 
      options.
"/var/lib/zope2.10/instance/axiom-wiki/var/LatexWiki/mycat.as", line 1: 
#include "axiom"
^
[L1 C1] #1 (Error) Could not open file `axiom'.
The )library system command was not called after compilation.

Compilation of the following domain fails. It has a dependent type involving the category.

aldor
#include "axiom"
#library MyCat "mycat.ao";
import from MyCat;
MyDom: with { 
   c:(%, %) -> %;
   coerce: Integer -> %;
   MyCat(%,c)
}
   == add {
   import from Integer;
   Rep == Integer;
coerce(x:Integer):% == per(x); c(a: %, b: %):% == per(rep(a)+rep(b)); }
aldor
   Compiling FriCAS source code from file 
      /var/lib/zope2.10/instance/axiom-wiki/var/LatexWiki/6062601343572286651-25px002.as
      using Aldor compiler and options 
-O -Fasy -Fao -Flsp -lfricas -Mno-ALDOR_W_WillObsolete -DFriCAS -Y $FRICAS/algebra -I $FRICAS/algebra
      Use the system command )set compiler args to change these 
      options.
"/var/lib/zope2.10/instance/axiom-wiki/var/LatexWiki/6062601343572286651-25px002.as", line 1: 
#include "axiom"
^
[L1 C1] #1 (Error) Could not open file `axiom'.
The )library system command was not called after compilation.

with the error message:

  Compiler bug...Bug: gen0Syme:  syme unallocated by gen0Vars

Category: Aldor Library Compiler => Axiom Aldor Interface

Status: open => not reproducible




  Subject:   Be Bold !!
  ( 14 subscribers )  
Please rate this page: