Hi Martin,
On 05/21/2007 11:48 PM, Martin Rubey wrote:
Dear all,
I've finally got it working. I did the following:
save the code below (it is a modified tm_axiom.c following the instructions of
Andrey Grozin on MathAction)
I like that when you give such a clear reference. :-( Is it so hard to
paste the URL into a mail?
into a file tm_axiom.c and say
gcc tm_axiom
as root, modify line 20 of /usr/share/texmacs/TeXmacs/plugins/axiom/progs to
read
(:require (url-exists-in-path? "$AXIOM/bin/axiom"))
and copy tm_axiom to the place where it belongs:
sudo mv a.out /usr/lib/texmacs/TeXmacs/bin/tm_axiom
Most likely you will have to modify paths according to your situation. If you
are not root, I guess you can place the files into your .TeXmacs directory (try
cd .TeXmacs at a shell prompt).
I tried to put it at /usr/lib/texmacs/TeXmacs/bin/tm_axiom .
Well, at least I don't see strange output. I can enter Axiom commands
and I see... *nothing*. No output at all, only the input that I type is
all that I see.
woodpecker:~>cat axiom.input
)set output tex on
)set output algebra off
)set compiler args -Fasy -Fao -flsp -laxiom -DAxiom -Y
$AXIOM/../../share/algebra -v -O
and I started texmacs from my HOME and even said
)set output tex on
)set output algebra off
inside the TeXmacs-Axiom session.
No output.
Ralf
_______________________________________________
Axiom-developer mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/axiom-developer