Example of wrong indentation. On August 19, 2006 12:47 PM Vanuxem Grégory wrote: Is this bug reproducible ? If someone can try to compile, in a fresh new axiom session, the attached file. I get a segmentation fault [when compiling the code using SPAD] The aldor compiler gives a more reasonable result. aldor #include "axiom" #pile MyIndexedOneDimensionalArray(S:Type, aldor Compiling FriCAS source code from file /var/lib/zope2.10/instance/axiom-wiki/var/LatexWiki/2129260382931220326-25px001.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. The )library system command was not called after compilation. Correct indentation aldor #include "axiom" #pile MyIndexedOneDimensionalArray(S:Type, aldor Compiling FriCAS source code from file /var/lib/zope2.10/instance/axiom-wiki/var/LatexWiki/7122011750684548101-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. The )library system command was not called after compilation. |