Johannes Grabmeier wrote:
> 
> Compiled code (from last year) used to work, now after compiling a domain, =
> I get the following error, any hints what was changed and now could be wron=
> g in my code?
> 
> 
> (4) -> )sh SC
> 
>    >> System error:
>    The function /VERSIONCHECK is undefined.
> 

The /VERSIONCHECK function is removed from FriCAS (it was done
in July 2013).  Spad compiler no longer generates calls to
/VERSIONCHECK.  If you are loading old compiled code you need to
recompile.  If recompilation is a problem you can do

)lisp (defun /VERSIONCHECK(x) x)

to define a replacement.


-- 
                              Waldek Hebisch
[email protected] 

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to