Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I exec on linux/mac? #1

Open
im-AMS opened this issue Feb 28, 2021 · 3 comments
Open

How do I exec on linux/mac? #1

im-AMS opened this issue Feb 28, 2021 · 3 comments

Comments

@im-AMS
Copy link

im-AMS commented Feb 28, 2021

This is what I get when I run main.cpp on a mac

./Main.cpp: line 11: //Constants: No such file or directory
./Main.cpp: line 12: static: command not found
./Main.cpp: line 13: static: command not found
./Main.cpp: line 14: static: command not found
./Main.cpp: line 15: static: command not found
./Main.cpp: line 16: static: command not found
./Main.cpp: line 17: static: command not found
./Main.cpp: line 18: static: command not found
./Main.cpp: line 19: static: command not found
./Main.cpp: line 20: static: command not found
./Main.cpp: line 22: //Settings: No such file or directory
./Main.cpp: line 23: static: command not found
./Main.cpp: line 24: static: command not found
./Main.cpp: line 25: static: command not found
./Main.cpp: line 26: static: command not found
./Main.cpp: line 27: static: command not found
./Main.cpp: line 28: static: command not found
./Main.cpp: line 29: static: command not found
./Main.cpp: line 30: static: command not found
./Main.cpp: line 31: static: command not found
./Main.cpp: line 32: static: command not found
./Main.cpp: line 33: static: command not found
./Main.cpp: line 34: static: command not found
./Main.cpp: line 35: static: command not found
./Main.cpp: line 36: static: command not found
./Main.cpp: line 37: static: command not found
./Main.cpp: line 38: static: command not found
./Main.cpp: line 39: static: command not found
./Main.cpp: line 41: //Fractal: No such file or directory
./Main.cpp: line 42: syntax error near unexpected token `('
./Main.cpp: line 42: `typedef void (*Fractal)(double&, double&, double, double);'
@WilburTheMango
Copy link

it ran in wine perfectly for me just run the exe with wine from the itch.io page

@BachoSeven
Copy link

@WilburTheMango Yea but you can just use the fork from this PR which compiles natively on linux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@im-AMS @WilburTheMango @BachoSeven and others