zenware / FizzBuzz

FizzBuzz in every programming language, inspired by https://github.com/leachim6/hello-world
201 stars 71 forks source link

Add Eiffel implementation #91

Closed BitPatty closed 5 years ago

zenware commented 5 years ago

What do you use to run this code?

zenware commented 5 years ago

In order to try and get it working, I've downloaded and installed Eiffel Studio and I encountered an issue when trying to build the code related to C/C++ Compilation of base-scoop-safe

"eiffel user files\19.05\precomp\spec\win64\EIFGENs\base-scoop-safe\W_code/mingw/precomp.lib: No such file or directory"

Trying to research how to solve this and I'll put my notes here.

BitPatty commented 5 years ago

Try to either run the precompilation wizard under 'Tools' or to disable precompilation (Project > Project Settings > Groups > Precompiles)

zenware commented 5 years ago

@BitPatty seems like with your suggestion I've got it compiling and executing, but for some reason, I don't see any console output? Does Eiffel produce some binary artifact somewhere like a PE file?

BitPatty commented 5 years ago

Click Compile to make sure the compilation works & then Run. It should show you you the output window on top of the IDE:

s1

p2

zenware commented 5 years ago

Got it, thanks :)