-
Notifications
You must be signed in to change notification settings - Fork 15
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
Has anyone attempted a windows build? #64
Comments
No, I don't know of anybody who used GLIP on Windows. Your success will also depend on the backend you're trying to use. First of all, don't cross-compile. A next step might be using something like msys2 to simplify the transition by having POSIX APIs available. You could also try using the new WSL on Windows 10. Beyond that I'd expect some Linux-only features to be used in GLIP which might not be available in a pure-POSIX environment. I'd hope that this would be a trivial code change in most places, but you'd never know ... I'd encourage you to give it a try and see how far you get. Please report any bugs or errors you find and we might be able to help you out finding a good solution for particular issues. |
Much the same results with msys2. At least the following are missing in windows syslog.h |
You'll need to work through these one by one to see what functions from that header are actually used, and how you could replace them with cross-platform code. |
I got successful build on Linux, but I would really like windows binaries so I can use GLIP with LabView.
I tried building with Cygwin and also cross-compling with mingw32 in Linux but I always end up getting stuck at some include file or unhelpful errors.
Has anyone done this? It is possible?
Regards,
Alessandro
The text was updated successfully, but these errors were encountered: