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

Add a pre-built windows binary #131

Open
mkatzNU opened this issue Aug 8, 2022 · 1 comment
Open

Add a pre-built windows binary #131

mkatzNU opened this issue Aug 8, 2022 · 1 comment

Comments

@mkatzNU
Copy link

mkatzNU commented Aug 8, 2022

It might not be a bad idea to have a windows binary available for download for this like you have for the greaseweazle software.

Thank you.

@kaunomedis
Copy link

Yeah, it could be fine. I managed to compile it when removed macro in util.h

  #define err(retval, ...)  fprintf(stderr, "Undefined error: %d\n", errno);
  /*
  #define err(retval, ...) do { \
      fprintf(stderr, __VA_ARGS__); \
      fprintf(stderr, "Undefined error: %d\n", errno); \
      exit(retval); \
  } while(0)
  */

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