Hi István,

I think 
        cd clean
        export CLEAN_HOME=3D$PWD
 is strange.

Result of this command, the  CLEAN_HOME is 
         CLEAN_HOME = 3D/Users/yourHomeDirectory/clean

You should do
        cd clean
        export CLEAN_HOME=$PWD

Cheers,
Shin


-----------------------------------------------------------------------
Imagine the World Movement!
Shin Sahara
E-Mail: ss @ shinsahara.jp <http://shinsahara.jp/> ,   shinsahara @ gmail.com 
<mailto:[email protected]>   https://shinsahara.jp
Mobile:  +81-80-3089-7518(in the world)
------------------------------------------------------------------------

> 2018/09/10 18:26、Horváth, I.G. (István) <[email protected]>のメール:
> 
> Dear Sir/Madam,
> 
> I have installed Clean 2.4 but I can't make it work. I ran this in the 
> terminal:
> 
>  curl 
> ftp://ftp.cs.ru.nl/pub/Clean/builds/macos-x64/clean-classic-macos-x64-latest.tgz
>  
> <ftp://ftp.cs.ru.nl/pub/Clean/builds/macos-x64/clean-classic-macos-x64-latest.tgz>
>  | tar -x
>  cd clean
>  export CLEAN_HOME=3D$PWD
>  make
> 
> But if I try to run this :
> 
>   cd ~/clean/examples
>   ~/clean/bin/clm e -o e
> 
> I get the error message : "clm: can't start the clean compiler: No such file 
> or directory". I suppose it's because the CLEAN_HOME is not set, but I'm not 
> sure how to set it. I've tried different ways to export it but none of them 
> worked.
> 
> Kind Regards,
> István Horváth
> _______________________________________________
> clean-list mailing list
> [email protected] <mailto:[email protected]>
> https://mailman.science.ru.nl/mailman/listinfo/clean-list 
> <https://mailman.science.ru.nl/mailman/listinfo/clean-list>

_______________________________________________
clean-list mailing list
[email protected]
https://mailman.science.ru.nl/mailman/listinfo/clean-list

Reply via email to