Hendrik Boom | 12 Jul 19:46

version 2.3 fails to install.

I probably did something wrong.  I unpacked SmartEiffel-2-3.tar.bz2 into
/usr/local/SmartEiffel, inserted
  export PATH=your/installation/directory/SmartEiffel/bin:$PATH
into my .bashrc file, started up a new terminal, cd'd to
/usr/local/SmartEiffed, and typed
  make all

I got 

hendrik <at> april:/usr/local/SmartEiffel$ make all

Bootstrapping compile_to_c from the subversion germ
    OK

Building the compiler
./compile_to_c failed with status 1
Please look at /usr/local/SmartEiffel/make_release.log
cat: ./compile_to_c.make: No such file or directory
cat: ./compile_to_c.make: No such file or directory
./compile_to_c failed with status 1
Please look at /usr/local/SmartEiffel/make_release.log
cat: ./compile.make: No such file or directory
cat: ./compile.make: No such file or directory
./compile_to_c failed with status 1
Please look at /usr/local/SmartEiffel/make_release.log
cat: ./clean.make: No such file or directory
cat: ./clean.make: No such file or directory
./clean failed with status 127
Please look at /usr/local/SmartEiffel/make_release.log
./clean failed with status 127
(Continue reading)

Gravatar

Re: version 2.3 fails to install.

Maybe you did not set the SmartEiffel variable ?

2008/7/12 Hendrik Boom <hendrik <at> topoi.pooq.com>:
> I probably did something wrong.  I unpacked SmartEiffel-2-3.tar.bz2 into
> /usr/local/SmartEiffel, inserted
>  export PATH=your/installation/directory/SmartEiffel/bin:$PATH
> into my .bashrc file, started up a new terminal, cd'd to
> /usr/local/SmartEiffed, and typed
>  make all
>
> I got
>
> hendrik <at> april:/usr/local/SmartEiffel$ make all
>
> Bootstrapping compile_to_c from the subversion germ
>    OK
>
> Building the compiler
> ./compile_to_c failed with status 1
> Please look at /usr/local/SmartEiffel/make_release.log
> cat: ./compile_to_c.make: No such file or directory
> cat: ./compile_to_c.make: No such file or directory
> ./compile_to_c failed with status 1
> Please look at /usr/local/SmartEiffel/make_release.log
> cat: ./compile.make: No such file or directory
> cat: ./compile.make: No such file or directory
> ./compile_to_c failed with status 1
> Please look at /usr/local/SmartEiffel/make_release.log
> cat: ./clean.make: No such file or directory
> cat: ./clean.make: No such file or directory
(Continue reading)

h.meyer | 14 Jul 13:44

Re: version 2.3 fails to install.

I had a similar problem
When installing into  /home/some_subdirectory  I got similar error messages.
When installing directly into  /home  everything worked.

-- herwig

> I probably did something wrong.  I unpacked SmartEiffel-2-3.tar.bz2 into
> /usr/local/SmartEiffel, inserted
>   export PATH=your/installation/directory/SmartEiffel/bin:$PATH
> into my .bashrc file, started up a new terminal, cd'd to
> /usr/local/SmartEiffed, and typed
>   make all
>
...


Gmane