Skip to Content.
Sympa Menu

maude-help - Re: [Maude-help] a beginner question....

maude-help AT lists.cs.illinois.edu

Subject: Maude-help mailing list

List archive

Re: [Maude-help] a beginner question....


Chronological Thread 
  • From: Mike Kaplan <michael.n.kaplan AT gmail.com>
  • To: Marinella Petrocchi <marinella.petrocchi AT iit.cnr.it>
  • Cc: maude-help AT maude.cs.uiuc.edu
  • Subject: Re: [Maude-help] a beginner question....
  • Date: Tue, 24 Feb 2009 00:06:45 -0500
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=guB3N283e9vv5JfCCz9LYM8iVW7VTaboPHLio8k+92sh4ku5FWQkC3BQLwftlwyaqz wTA4HqCocbANMjdKFsj6olievW1O1x2GUnyiE62z+PYJ54wriLZGez0P3QMU3UUdkvpF ToKPgtO34NirQnpP1RSG2cNltq0kekC4f6ZaQ=
  • List-archive: <http://maude.cs.uiuc.edu/pipermail/maude-help>
  • List-id: Maude help list <maude-help.maude.cs.uiuc.edu>

Maude isn't actually starting for you. The different errors you are
seeing are because there is no program "reduce" in your path, but
there is a program red. I tried running both command in a bash shell
and got the same errors you are seeing. When you try to run maude by
itself, does the

Maude>

prompt come up?

On Mon, Feb 23, 2009 at 11:53 AM, Marinella Petrocchi
<marinella.petrocchi AT iit.cnr.it>
wrote:
> Dear all,
>
> few days ago I downloaded Core Maude 2.4 for Linux Intel x86.  (As
> operating system, I use Ubuntu, 8.10)
> Following the web site instructions, I put the maude-linux directories
> into /usr/local, and I created the symbolic link to the Maude executable
> in a directory in my path....
> Also, I added to .bashrc the following:
>
> export MAUDE_LIB='/usr/local/maude-linux'
>
> Consequently, Maude starts, and there is no warning message about the
> prelude-maude. Fine.
>
> Problem is..all the rest! :(
> It seems that nothing works. Starting with the basic examples in the
> manual I obtained some error messages.
> Considering SIMPLE-NAT,
> I launch maude simplenat.maude.
>
> if I type:
>
> reduce s s zero + s s s zero .
>
> I obtain:
>
> [4]+  Stopped                 maude simplenat.maude
> bash: reduce: command not found
>
> if I type:
> red s s zero + s s s zero .
>
> I obtain
> "s: No such file or directory".
>
> Also, I tried with other examples found on the net, e.g., at
> http://www-compsci.swan.ac.uk/~csneal/MaudeCourse/BasicMaude.html
> section 2.3, rewriting....
>
> I load the module basicnat.maude
> and if I type:
>
> red s(0) + s(s(0)) .
>
> I obtain:
>
> bash: syntax error near unexpected token `('
>
> ...What's wrong with this?
> thanks very much for your help, and sorry if the questions are stupid....
>
> best regards, marinella
>
>
>
>
>
>
>
>
>
>
>
>
> _______________________________________________
> Maude-help mailing list
> Maude-help AT maude.cs.uiuc.edu
> http://maude.cs.uiuc.edu/cgi-bin/mailman/listinfo/maude-help
>




Archive powered by MHonArc 2.6.16.

Top of Page