axiom-developer
[Top][All Lists]
Advanced

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

Re: [Axiom-developer] Problem building SIlver Axiom on Gentoo Linux


From: Ralf Hemmecke
Subject: Re: [Axiom-developer] Problem building SIlver Axiom on Gentoo Linux
Date: Mon, 31 Jul 2006 10:05:11 +0200
User-agent: Thunderbird 1.5.0.5 (X11/20060719)

Hi Gaby,

I have also come across that bug some time. It is just a missing backslash in front of the special character #.

I've included the patch at the end.

Why I did not send it was that I find "diff -Naur" rather inconvenient.
And I was not yet fully through with the compilation of Silver, but wanted to submit a whole changeset. Unfortunately, some other business stopped my work on the compilation.

I usually have just one working copy. If I come across a problem, I fix it and try to recompile. If it works, fine. But if I should submit a "diff -Naur" patch I need the old an the new file. The old file is gone, of course, so I need a checkout of a second (original) working copy to be able to "diff -Naur". I believe that that is completely unnecessary, because the SVN working copy as well as the tla working copy have the original files stored either in .svn or in the {arch} subdirectories.

I just don't know how I would use "diff" in a convenient way. Could somebody suggest something and put it onto the Wiki?

http://wiki.axiom-developer.org/HowToSubmitPatches

That would really make things simpler.

Thanks
Ralf

On 07/30/2006 07:52 PM, Gabriel Dos Reis wrote:
root <address@hidden> writes:

| To find the error you need to run Latex in its normal noisy mode. Do
| | make NOISE= | | and you'll see the latex output.

(./transsolve.spad.tex
LaTeX2e <2003/12/01>
Babel <v3.8d> and hyphenation patterns for american, french, german,
ngerman, bahasa, basque, bulgarian, catalan, croatian, czech, danish, dutch,
esperanto, estonian, finnish, greek, icelandic, irish, italian, latin, magyar,
norsk, polish, portuges, romanian, russian, serbian, slovak, slovene, spanish,
swedish, turkish, ukrainian, nohyphenation, loaded.
(/usr/share/texmf/tex/latex/base/article.cls
Document Class: article 2004/02/16 v1.4f Standard LaTeX document class
(/usr/share/texmf/tex/latex/base/size10.clo)) (./axiom.sty)
No file transsolve.spad.aux.
[1]
No file transsolve.spad.toc.
[2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]
! You can't use `macro parameter character #' in horizontal mode.
l.513 generates the error (reported as bug #
                                             102):
?




--- transsolve.spad.pamphlet    2006-07-02 23:05:52.000000000 +0200
+++ transsolve.spad.pamphlet.new        2006-07-02 23:13:27.000000000 +0200
@@ -510,7 +510,7 @@
 \begin{verbatim}
   solve(sinh(z)=cosh(z),z)
 \end{verbatim}
-generates the error (reported as bug # 102):
+generates the error (reported as bug \# 102):
 \begin{verbatim}
  >> Error detected within library code:
     No identity element for reduce of empty list using operation append





reply via email to

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