On Sat, Sep 20, 2008 at 8:57 PM, Liu Xiaojun wrote: > > Here is my make output: > ... > FriCAS (AXIOM fork) Computer Algebra System > Version: FriCAS 2008-05-28 > Timestamp: Wednesday September 10, 2008 at 19:39:54 > ----------------------------------------------------------------------------- > ...
What version of source for FriCAS are you compiling? Did you do svn update Is this a completely new compilation or you attempting to upgrade an existing system? Are you doing an "out-of-source" build? >> ------------------------------------------------------------------------ > initializing NRLIB TEMUTL for TemplateUtilities > compiling into NRLIB TEMUTL > importing InputForm >> > compiling exported stripCommentsAndBlanks : String -> String > Time: 0 SEC. > > compiling exported interpretString : String -> Any > ****** comp fails at level 2 with expression: ****** > error in function interpretString > > (|interpret| | << | (|parse| |s|) | >> |) > ****** level 2 ****** > $x:= (parse s) > $m:= $EmptyMode > $f:= > ((((|s| # #) (|stripC| #)) > ((|stripC| #) (|#| # # #) (< # #) (<= # #) ...))) > > >> Apparent user error: > cannot compile (parse s) > This appears to related to a change I committed recently that removes the local routine 'parse' from TemplateUtilities and adds it as an export of InputForm. Since InputForm is imported this should not be a problem. But I am not certain if this change can be applied to an existing system. If you were trying to upgrade an existing system, could you please try again re-building everything from zero. Regards, Bill Page. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/fricas-devel?hl=en -~----------~----~----~----~------~----~------~--~---
