Package: smarteiffel
Version: 1.1-6

1. I create an Eiffel code (e.g. a "hello world"), in hello.e. The root
class is HELLO, and the root procedure is make.
2. I go into smarteiffel.sh
3. I set the root class and root procedure accordingly.
4. I type "5" to compile the system, and then I get the following error
message:

****** Fatal Error: File "/usr/lib/smarteiffel/" seems to be empty.
------

and the system didn't compile.

However, if I do:

$ se-compile hello make

then it compiles perfectly, and leads to a "a.out" executable.

And... if I do:

$ export SmartEiffel=/usr/lib/smarteiffel
$ se-compile hello make

I get the above error message, and it didn't compile.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to