On 05/11/2013 07:49 AM, 刘 晓军 wrote: > Dear friends, > > I have an old spad file which was working fine in 1.1.8. > But now when I )compile it, I saw the following message: > > So my question is where is wrong? Which is the right way > to compile a spad file now?
The reason is most probably this commit. https://github.com/hemmecke/fricas-svn/commit/ba1929390693e92a0a827586ac8e2d2a37687b60 It's also written in the release notes. http://sourceforge.net/projects/fricas/files/fricas/1.2.0/Notes-1.2.0.txt Replace all occurrences of "generate" by "series" and the file compiles again. > The spad file is attached. Thanks very much. You should try to avoid whitespace at the end of the line. BTW, I like you comments, in particular those that I cannot translate into something I understand. ;-) Ralf -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/fricas-devel?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
