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

No binaries in docker build #17

Open
astroisk opened this issue Aug 12, 2023 · 1 comment
Open

No binaries in docker build #17

astroisk opened this issue Aug 12, 2023 · 1 comment

Comments

@astroisk
Copy link

sh: 1: ../bin/starchart.bin: not found

No /bin folder at all.

@zac-powers
Copy link

I don't know if you still have this problem, but I am using a wsl instance on my windows machine to run star-charter and the problem for me was the prettymake files. I used dos2unix to convert all of the files in the repository to unix format, but i figured out it didnt work for the prettymake files because there is 0x1B binary character it wasn't handling correctly. I found that to fix this you have to use dos2unix -f ./prettymake. It should then compile correctly and make a ./bin folder

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