-
Notifications
You must be signed in to change notification settings - Fork 5
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
Building on Windows #8
Comments
Cool, that problem is probably just that you have to include the right header file on Windows. https://stackoverflow.com/questions/39659331/strncasecmp-and-strcasecmp-has-not-been-declared |
Did you solve the problem? |
Hey, sorry for late reply. I didnt solve it. |
I created a github action that builds on Windows. https://github.com/weetmuts/xmq/actions/runs/1267057348 |
Hey my friend. I got it partially compiled using https://jmeubank.github.io/tdm-gcc/. Only the xmq binary builds, the other binaries throw errors. Is enough for me whenever I have to use Windows. |
@becherling Interesting, first time I heard of tdm-gcc. If you have any build script please share and I might be able to integrate it. |
Building on windows now works and even creates an installer! |
Hey bro,
Im trying to compile this awesome tool on Windows. Im using msys2 x64 with make and gcc installed. I get the following error when I try to compile:
The text was updated successfully, but these errors were encountered: