ELENA-LANG / elena-lang

ELENA is a general-purpose language with late binding. It is multi-paradigm, combining features of functional and object-oriented programming. Rich set of tools are provided to deal with message dispatching : multi-methods, message qualifying, generic message handlers, run-time interfaces
https://elena-lang.github.io/
MIT License
227 stars 23 forks source link

How do I compile/run any code/project (x86)? #579

Closed Ilir-Liburn closed 1 year ago

Ilir-Liburn commented 1 year ago

Hello,

I'm trying to compile&run examples60 using CLI or IDE (x86), but I'm getting

internal error 600: command set is not defined for 0 Compiled with errors

bencz commented 1 year ago

the bin folder, is it in the %path% of windows?

You can do this:

To run a ELENA generate EXE, it's necessary to have the bin folder on %PATH%

Ilir-Liburn commented 1 year ago

Hello,

of course it is in a path. You missed error message?

internal error 600: command set is not defined for 0 Compiled with errors

EDIT:

Error happens during linking, code is successfully compiled, e.g. producing nl/dnl files

arakov commented 1 year ago

Hi, unfortunately several files were missed in the released archive. I've fixed it. Please try to unpack the attached archive elena-lang.6.0.3b.x86-64-win.zip elena-lang-6.0.3b.x86-win.zip

Let me know if the issue is resolved

Ilir-Liburn commented 1 year ago

Hello,

Yes, that solved the issue, bot 32 and 64 bit versions are working now.

Thank you

arakov commented 1 year ago

closing per the comment above