-
Notifications
You must be signed in to change notification settings - Fork 58
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
Compile and publish Stork binary for Windows #313
Comments
@Kristinita - sorry to hear you're having trouble! As background information: I use Github Actions to build all the published binaries for different platforms. I don't use Windows and I don't have any experience debugging Windows linker errors, so I'm not sure I'll be able to find an immediate fix for you. I'd be more than happy to publish a Windows binary, but the last time I looked into this I had trouble getting Rust working on the Github Actions Windows machines. I'm happy to take another look at some point. I'm not sure how willing you'd be to go back and forth with me to debug these compilation issues, but if you are, let me know and I can suggest some alternate compilation steps to figure out where Stork is failing out of the box. It looks like Ubuntu 22.04 just recently became available on Github Actions, so the next time I release a Stork version I'll be sure to include a build for Ubuntu 22.04. Thanks for writing in! |
Type: Reply 💬 1. Stork compilation CI problems
I was able to compile Stork on my Windows machine. But for the Circle CI Windows environment I also get the bug. AppVeyor and Circle environments both successfully compile Stork on Ubuntu. 2. My help for Windows debugging
I don’t know Rust, I’ve never used GitHub Actions, and I’m not a professional programmer at all. But if there’s anything I can do to help Windows users just install binary without installing Rust and compiling Stork on their own machine (I’m interested in it), please let me know. Thanks. |
@jameslittle230 , please let me know if there is anything I can do to help with this issue. I have a lot of debugging experience (more than 1100 issues only for GitHub) and maybe I can be of some help to Stork for Windows. Thanks. |
1. Summary
I can’t compile Stork on Windows. I get error:
2. Steps to reproduce
You can see the configuration in the
KiraStork
branch of my GitHub repository for debugging:3. Behavior
3.1. Current
See AppVeyor output:
Click to see full output
3.2. Desired
Stork successfully compiled for me on Ubuntu 22.04 LTS (Jammy Jellyfish) on Travis CI:
Travis result:
So it looks like a compilation bug specific to Windows.
(But I can’t install pre-compiled Stork ubuntu-20-04 binary (option 1 of Stork installation to Ubuntu on the official Stork site) on Travis Ubuntu 22.04)
4. Feature request
I’m not sure that сompiling Stork on user machines for about 10 minutes is good practice. It would be nice if the installation process was much faster.
I hope the creators of impossibly fast web search will not torment Windows users with a slow installation and will release pre-compiled Windows binaries.
5. Environment
Thanks.
The text was updated successfully, but these errors were encountered: