emojicode / emojicode

😀😜🔂 World’s only programming language that’s bursting with emojis

Home Page:https://emojicode.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when running code on Windows

hades3729 opened this issue · comments

I get this error after installing properly Emojicode on Windows, help!

emojicodec: The term 'emojicodec' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
Arrêt du processus de terminal "C:\Program Files (x86)\PowerShell\7\pwsh.exe -Command emojicodec "d:\Projects\Visual Studio Code\Emojicode\test.🍇" -o "C:\Users\ALIX1\AppData\Local\Tempj1Gmgx/out" && C:\Users\ALIX1\AppData\Local\Tempj1Gmgx/out && rm -rf C:\Users\ALIX~1\AppData\Local\Tempj1Gmgx". Code de sortie : 1.

commented

We do not support Windows natively. People have reported success using the Windows Subsystem for Linux (WSL), though. Try using WSL as described here: https://docs.microsoft.com/en-us/windows/wsl/install

After looking at everything, now my only "error" is that it cannot read input file greeter.emojic

Is there any real tutorial or explanation step by step to properly use it on Windows? I've tried everything I saw but I still miss something to be able to run the program

commented

Can you please show the command that you ran and the error message you get? I'm not sure what you mean by "it cannot read".

commented

You named your file "test.🍇" but you're passing "test.emojic" to the compiler

I am so dumb ^^'
But now it's something else.. Sorry if this is just a very simple error
image_2022-01-06_103520

commented

Make sure you have a C++ compiler installed in the Ubuntu shell. Try running sudo apt-get update and sudo apt-get install build-essential. If the problem persists see https://www.emojicode.org/docs/guides/#troubleshooting.

It wasn't installed properly but know it's fully functionnal, thank you very much!