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

Problems with halite executable #35

Closed
AdamStelmaszczyk opened this issue Oct 18, 2018 · 2 comments
Closed

Problems with halite executable #35

AdamStelmaszczyk opened this issue Oct 18, 2018 · 2 comments

Comments

@AdamStelmaszczyk
Copy link

AdamStelmaszczyk commented Oct 18, 2018

From https://github.com/HaliteChallenge/Halite-III/blob/master/starter_kits/C%2B%2B/README.md:

Linux users: if you're having problems running the bundled halite executable, you will probably want to build your own from source.

Where is the bundled halite executable?

I also tried to build game_engine (this will produce halite, right?) with:

cmake .
make

with gcc 7.3 and 8.1 on Ubuntu 16.04 compatible OS, but make fails with:

ld: unrecognized option '--push-state--no-as-needed'.

@lidavidm
Copy link
Contributor

The downloads on the website bundle the engine.

It seems the error is because of Ubuntu. You can get around it by doing a release build:

cmake -DCMAKE_BUILD_TYPE=Release .
make

@AdamStelmaszczyk
Copy link
Author

Excellent, thanks! I somehow missed that downloads website x|

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

2 participants